#96d65b

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

Shades of Mantis #96D65B

Tints of Mantis #96D65B

Color information

#96D65B (or 0x96D65B) is unknown color: approx Mantis. HEX triplet: 96, D6 and 5B. RGB value is (150,214,91). Sum of RGB (Red+Green+Blue) = 150+214+91=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #96D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D65B is #6929A4. Grayscale: #B5B5B5. Windows color (decimal): -6891941 or 6018710. OLE color: 6018710.

HSL color Cylindrical-coordinate representation of color #96D65B: hue angle of 91.22º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96D65B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15021491-
CMYK0.3000.570.16
HSL91.22º60%59.8%-
HSV(B)91.22º57.48%83.92%-
XYZ38.5155.3318.55-
YUV180.8477.3106-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 91 (35.94% from 255) = 20%
R=32.97%
G=47.03%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214910.3000.570.1691.226059.8
Hex96D65B1E039105b3c3c
Octal22632613336071201337474
Binary10010110110101101011011111100111001100001011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d65b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,91); }

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

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

 a { background-color: rgb(150,214,91); }

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

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

 span { border-color: rgb(150,214,91); }

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