#96CD59

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

Shades of Mantis #96CD59

Tints of Mantis #96CD59

Color information

#96CD59 (or 0x96CD59) is unknown color: approx Mantis. HEX triplet: 96, CD and 59. RGB value is (150,205,89). Sum of RGB (Red+Green+Blue) = 150+205+89=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD59 is #6932A6. Grayscale: #AFAFAF. Windows color (decimal): -6894247 or 5885334. OLE color: 5885334.

HSL color Cylindrical-coordinate representation of color #96CD59: hue angle of 88.45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96CD59 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB15020589-
CMYK0.2700.570.20
HSL88.45º53.7%57.65%-
HSV(B)88.45º56.59%80.39%-
XYZ36.2150.8717.36-
YUV175.3379.28109.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=33.78%
G=46.17%
B=20.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150205890.2700.570.2088.4553.757.65
Hex96CD591B0391458363a
Octal22631513133071241306672
Binary10010110110011011011001110110111001101001011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CD59; }

 p { color: rgb(150,205,89); }

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

<style>
 a { background-color: #96CD59; }

 a { background-color: rgb(150,205,89); }

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

<style>
 span { border-color: #96CD59; }

 span { border-color: rgb(150,205,89); }

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