#96D95F

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

Shades of Mantis #96D95F

Tints of Mantis #96D95F

Color information

#96D95F (or 0x96D95F) is unknown color: approx Mantis. HEX triplet: 96, D9 and 5F. RGB value is (150,217,95). Sum of RGB (Red+Green+Blue) = 150+217+95=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #96D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D95F is #6926A0. Grayscale: #B7B7B7. Windows color (decimal): -6891169 or 6281622. OLE color: 6281622.

HSL color Cylindrical-coordinate representation of color #96D95F: hue angle of 92.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96D95F is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB15021795-
CMYK0.3100.560.15
HSL92.95º61.62%61.18%-
HSV(B)92.95º56.22%85.1%-
XYZ39.4656.9419.74-
YUV183.0678.3104.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 95 (37.5% from 255) = 20.56%
R=32.47%
G=46.97%
B=20.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150217950.3100.560.1592.9561.6261.18
Hex96D95F1F038F5d3e3d
Octal22633113737070171357675
Binary1001011011011001101111111111011100011111011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,95); }

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

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

 a { background-color: rgb(150,217,95); }

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

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

 span { border-color: rgb(150,217,95); }

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