#72CC58

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

Shades of Mantis #72CC58

Tints of Mantis #72CC58

Color information

#72CC58 (or 0x72CC58) is unknown color: approx Mantis. HEX triplet: 72, CC and 58. RGB value is (114,204,88). Sum of RGB (Red+Green+Blue) = 114+204+88=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CC58 is #8D33A7. Grayscale: #A4A4A4. Windows color (decimal): -9253800 or 5819506. OLE color: 5819506.

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

Color convert

RGB11420488-
CMYK0.4400.570.2
HSL106.55º53.21%57.25%-
HSV(B)106.55º56.86%80%-
XYZ30.2947.4716.8-
YUV163.8785.1892.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=28.08%
G=50.25%
B=21.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114204880.4400.570.2106.5553.2157.25
Hex72CC582C039146b3539
Octal16231413054071241536571
Binary11100101100110010110001011000111001101001101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,88); }

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

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

 a { background-color: rgb(114,204,88); }

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

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

 span { border-color: rgb(114,204,88); }

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