#72CA57

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

Shades of Mantis #72CA57

Tints of Mantis #72CA57

Color information

#72CA57 (or 0x72CA57) is unknown color: approx Mantis. HEX triplet: 72, CA and 57. RGB value is (114,202,87). Sum of RGB (Red+Green+Blue) = 114+202+87=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA57 is #8D35A8. Grayscale: #A2A2A2. Windows color (decimal): -9254313 or 5753458. OLE color: 5753458.

HSL color Cylindrical-coordinate representation of color #72CA57: hue angle of 105.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72CA57 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB11420287-
CMYK0.4400.570.21
HSL105.91º52.04%56.67%-
HSV(B)105.91º56.93%79.22%-
XYZ29.7846.5116.42-
YUV162.5885.3593.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=28.29%
G=50.12%
B=21.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114202870.4400.570.21105.9152.0456.67
Hex72CA572C039156a3439
Octal16231212754071251526471
Binary11100101100101010101111011000111001101011101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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