#96CF5E

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

Shades of Mantis #96CF5E

Tints of Mantis #96CF5E

Color information

#96CF5E (or 0x96CF5E) is unknown color: approx Mantis. HEX triplet: 96, CF and 5E. RGB value is (150,207,94). Sum of RGB (Red+Green+Blue) = 150+207+94=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF5E is #6930A1. Grayscale: #B1B1B1. Windows color (decimal): -6893730 or 6213526. OLE color: 6213526.

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

Color convert

RGB15020794-
CMYK0.2800.550.19
HSL90.27º54.07%59.02%-
HSV(B)90.27º54.59%81.18%-
XYZ36.9151.9218.67-
YUV177.0881.12108.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 207 (81.25% from 255) = 45.90%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=33.26%
G=45.90%
B=20.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150207940.2800.550.1990.2754.0759.02
Hex96CF5E1C037135a363b
Octal22631713634067231326673
Binary10010110110011111011110111000110111100111011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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