#96D964

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

Shades of Mantis #96D964

Tints of Mantis #96D964

Color information

#96D964 (or 0x96D964) is unknown color: approx Mantis. HEX triplet: 96, D9 and 64. RGB value is (150,217,100). Sum of RGB (Red+Green+Blue) = 150+217+100=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #96D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D964 is #69269B. Grayscale: #B8B8B8. Windows color (decimal): -6891164 or 6609302. OLE color: 6609302.

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

Color convert

RGB150217100-
CMYK0.3100.540.15
HSL94.36º60.62%62.16%-
HSV(B)94.36º53.92%85.1%-
XYZ39.6957.0320.97-
YUV183.6380.8104.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=32.12%
G=46.47%
B=21.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171000.3100.540.1594.3660.6262.16
Hex96D9641F036F5e3d3e
Octal22633114437066171367576
Binary1001011011011001110010011111011011011111011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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