#72CC60

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

Shades of Mantis #72CC60

Tints of Mantis #72CC60

Color information

#72CC60 (or 0x72CC60) is unknown color: approx Mantis. HEX triplet: 72, CC and 60. RGB value is (114,204,96). Sum of RGB (Red+Green+Blue) = 114+204+96=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CC60 is #8D339F. Grayscale: #A5A5A5. Windows color (decimal): -9253792 or 6343794. OLE color: 6343794.

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

Color convert

RGB11420496-
CMYK0.4400.530.2
HSL110º51.43%58.82%-
HSV(B)110º52.94%80%-
XYZ30.6447.6118.64-
YUV164.7889.1891.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=27.54%
G=49.28%
B=23.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114204960.4400.530.211051.4358.82
Hex72CC602C035146e333b
Octal16231414054065241566373
Binary11100101100110011000001011000110101101001101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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