#96D661

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

Shades of Mantis #96D661

Tints of Mantis #96D661

Color information

#96D661 (or 0x96D661) is unknown color: approx Mantis. HEX triplet: 96, D6 and 61. RGB value is (150,214,97). Sum of RGB (Red+Green+Blue) = 150+214+97=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #96D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D661 is #69299E. Grayscale: #B5B5B5. Windows color (decimal): -6891935 or 6411926. OLE color: 6411926.

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

Color convert

RGB15021497-
CMYK0.3000.550.16
HSL92.82º58.79%60.98%-
HSV(B)92.82º54.67%83.92%-
XYZ38.7855.4419.97-
YUV181.5380.3105.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=32.54%
G=46.42%
B=21.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214970.3000.550.1692.8258.7960.98
Hex96D6611E037105d3b3d
Octal22632614136067201357375
Binary10010110110101101100001111100110111100001011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,97); }

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

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

 a { background-color: rgb(150,214,97); }

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

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

 span { border-color: rgb(150,214,97); }

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