#94CD60

Color #94CD60 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #94CD60

Tints of Mantis #94CD60

Color information

#94CD60 (or 0x94CD60) is unknown color: approx Mantis. HEX triplet: 94, CD and 60. RGB value is (148,205,96). Sum of RGB (Red+Green+Blue) = 148+205+96=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CD60 is #6B329F. Grayscale: #AFAFAF. Windows color (decimal): -7025312 or 6344084. OLE color: 6344084.

HSL color Cylindrical-coordinate representation of color #94CD60: hue angle of 91.38º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94CD60 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB14820596-
CMYK0.2800.530.20
HSL91.38º52.15%59.02%-
HSV(B)91.38º53.17%80.39%-
XYZ36.1650.818.97-
YUV175.5383.12108.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=32.96%
G=45.66%
B=21.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148205960.2800.530.2091.3852.1559.02
Hex94CD601C035145b343b
Octal22431514034065241336473
Binary10010100110011011100000111000110101101001011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CD60; }

 p { color: rgb(148,205,96); }

 H1.HeaderClassName
 {
   color: #94CD60;
 }
 .AnyTagClassName
 {
   color: #94CD60;
 }
</style>
background-color css

<style>
 a { background-color: #94CD60; }

 a { background-color: rgb(148,205,96); }

 div.DivClassName
 {
   background-color: #94CD60;
 }
 .BgClassName
 {
   background-color: #94CD60;
 }
</style>
border-color css

<style>
 span { border-color: #94CD60; }

 span { border-color: rgb(148,205,96); }

 td.TdClassName
 {
   border-color: #94CD60;
 }
 .TagClassName
 {
   border-color: #94CD60;
 }
</style>