#96D462

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

Shades of Mantis #96D462

Tints of Mantis #96D462

Color information

#96D462 (or 0x96D462) is unknown color: approx Mantis. HEX triplet: 96, D4 and 62. RGB value is (150,212,98). Sum of RGB (Red+Green+Blue) = 150+212+98=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #96D462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D462 is #692B9D. Grayscale: #B4B4B4. Windows color (decimal): -6892446 or 6476950. OLE color: 6476950.

HSL color Cylindrical-coordinate representation of color #96D462: hue angle of 92.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96D462 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB15021298-
CMYK0.2900.540.17
HSL92.63º57%60.78%-
HSV(B)92.63º53.77%83.14%-
XYZ38.3354.4520.05-
YUV180.4781.46106.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 212 (83.20% from 255) = 46.09%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=32.61%
G=46.09%
B=21.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150212980.2900.540.1792.635760.78
Hex96D4621D036115d393d
Octal22632414235066211357175
Binary10010110110101001100010111010110110100011011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,98); }

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

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

 a { background-color: rgb(150,212,98); }

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

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

 span { border-color: rgb(150,212,98); }

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