#72CA59

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

Shades of Mantis #72CA59

Tints of Mantis #72CA59

Color information

#72CA59 (or 0x72CA59) is unknown color: approx Mantis. HEX triplet: 72, CA and 59. RGB value is (114,202,89). Sum of RGB (Red+Green+Blue) = 114+202+89=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA59 is #8D35A6. Grayscale: #A3A3A3. Windows color (decimal): -9254311 or 5884530. OLE color: 5884530.

HSL color Cylindrical-coordinate representation of color #72CA59: hue angle of 106.73º 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 #72CA59 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB11420289-
CMYK0.4400.560.21
HSL106.73º51.6%57.06%-
HSV(B)106.73º55.94%79.22%-
XYZ29.8646.5416.86-
YUV162.8186.3593.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=28.15%
G=49.88%
B=21.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114202890.4400.560.21106.7351.657.06
Hex72CA592C038156b3439
Octal16231213154070251536471
Binary11100101100101010110011011000111000101011101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,89); }

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

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

 a { background-color: rgb(114,202,89); }

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

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

 span { border-color: rgb(114,202,89); }

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