#72C566

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

Shades of Mantis #72C566

Tints of Mantis #72C566

Color information

#72C566 (or 0x72C566) is unknown color: approx Mantis. HEX triplet: 72, C5 and 66. RGB value is (114,197,102). Sum of RGB (Red+Green+Blue) = 114+197+102=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #72C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C566 is #8D3A99. Grayscale: #A1A1A1. Windows color (decimal): -9255578 or 6735218. OLE color: 6735218.

HSL color Cylindrical-coordinate representation of color #72C566: hue angle of 112.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72C566 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB114197102-
CMYK0.4200.480.23
HSL112.42º45.02%58.63%-
HSV(B)112.42º48.22%77.25%-
XYZ29.344.4719.61-
YUV161.3594.594.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=27.60%
G=47.70%
B=24.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141971020.4200.480.23112.4245.0258.63
Hex72C5662A03017702d3b
Octal16230514652060271605573
Binary11100101100010111001101010100110000101111110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C566; }

 p { color: rgb(114,197,102); }

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

<style>
 a { background-color: #72C566; }

 a { background-color: rgb(114,197,102); }

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

<style>
 span { border-color: #72C566; }

 span { border-color: rgb(114,197,102); }

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