#96D564

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

Shades of Mantis #96D564

Tints of Mantis #96D564

Color information

#96D564 (or 0x96D564) is unknown color: approx Mantis. HEX triplet: 96, D5 and 64. RGB value is (150,213,100). Sum of RGB (Red+Green+Blue) = 150+213+100=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #96D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D564 is #692A9B. Grayscale: #B5B5B5. Windows color (decimal): -6892188 or 6608278. OLE color: 6608278.

HSL color Cylindrical-coordinate representation of color #96D564: hue angle of 93.45º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96D564 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB150213100-
CMYK0.3000.530.16
HSL93.45º57.36%61.37%-
HSV(B)93.45º53.05%83.53%-
XYZ38.6754.9920.63-
YUV181.2882.13105.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=32.40%
G=46.00%
B=21.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502131000.3000.530.1693.4557.3661.37
Hex96D5641E035105d393d
Octal22632514436065201357175
Binary10010110110101011100100111100110101100001011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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