#96D05E

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

Shades of Mantis #96D05E

Tints of Mantis #96D05E

Color information

#96D05E (or 0x96D05E) is unknown color: approx Mantis. HEX triplet: 96, D0 and 5E. RGB value is (150,208,94). Sum of RGB (Red+Green+Blue) = 150+208+94=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #96D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D05E is #692FA1. Grayscale: #B2B2B2. Windows color (decimal): -6893474 or 6213782. OLE color: 6213782.

HSL color Cylindrical-coordinate representation of color #96D05E: hue angle of 90.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96D05E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB15020894-
CMYK0.2800.550.18
HSL90.53º54.81%59.22%-
HSV(B)90.53º54.81%81.57%-
XYZ37.1552.418.75-
YUV177.6680.78108.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=33.19%
G=46.02%
B=20.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150208940.2800.550.1890.5354.8159.22
Hex96D05E1C037125b373b
Octal22632013634067221336773
Binary10010110110100001011110111000110111100101011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,94); }

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

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

 a { background-color: rgb(150,208,94); }

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

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

 span { border-color: rgb(150,208,94); }

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