#96CA58

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

Shades of Mantis #96CA58

Tints of Mantis #96CA58

Color information

#96CA58 (or 0x96CA58) is unknown color: approx Mantis. HEX triplet: 96, CA and 58. RGB value is (150,202,88). Sum of RGB (Red+Green+Blue) = 150+202+88=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA58 is #6935A7. Grayscale: #ADADAD. Windows color (decimal): -6895016 or 5819030. OLE color: 5819030.

HSL color Cylindrical-coordinate representation of color #96CA58: hue angle of 87.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96CA58 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB15020288-
CMYK0.2600.560.21
HSL87.37º51.82%56.86%-
HSV(B)87.37º56.44%79.22%-
XYZ35.4649.4316.9-
YUV173.4679.77111.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 88 (34.77% from 255) = 20%
R=34.09%
G=45.91%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202880.2600.560.2187.3751.8256.86
Hex96CA581A03815573439
Octal22631213032070251276471
Binary10010110110010101011000110100111000101011010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,88); }

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

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

 a { background-color: rgb(150,202,88); }

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

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

 span { border-color: rgb(150,202,88); }

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