Shades of Mantis #72CC4C
Tints of Mantis #72CC4C
RGB
CMYK
RGB Variations
Color information
#72CC4C (or 0x72CC4C) is known color: Mantis. HEX triplet: 72, CC and 4C. RGB value is (114,204,76). Sum of RGB (Red+Green+Blue) = 114+204+76=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CC4C is #8D33B3. Grayscale: #A2A2A2. Windows color (decimal): -9253812 or 5033074. OLE color: 5033074.
HSL color Cylindrical-coordinate representation of color #72CC4C: hue angle of 102.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72CC4C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 76 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.2 |
| HSL | 102.19º | 0.56% | 0.55% | - |
| HSV(B) | 102.19º | 0.63% | 0.8% | - |
| XYZ | 29.84 | 47.28 | 14.39 | - |
| YUV | 162.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 76 | 0.44 | 0 | 0.63 | 0.2 | 102.19 | 0.56 | 0.55 |
| Hex | 72 | CC | 4C | 2C | 0 | 3F | 14 | 66 | 38 | 37 |
| Octal | 162 | 314 | 114 | 54 | 0 | 77 | 24 | 146 | 70 | 67 |
| Binary | 1110010 | 11001100 | 1001100 | 101100 | 0 | 111111 | 10100 | 1100110 | 111000 | 110111 |
Color Harmonies of #72CC4C
Complementary color
Monochromatic Colors of #72CC4C
Black with #72CC4C
Text Example
Text Example
White with #72CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CC4C; }
p { color: rgb(114,204,76); }
H1.HeaderClassName
{
color: #72CC4C;
}
.AnyTagClassName
{
color: #72CC4C;
}
</style>
background-color css
<style>
a { background-color: #72CC4C; }
a { background-color: rgb(114,204,76); }
div.DivClassName
{
background-color: #72CC4C;
}
.BgClassName
{
background-color: #72CC4C;
}
</style>
border-color css
<style>
span { border-color: #72CC4C; }
span { border-color: rgb(114,204,76); }
td.TdClassName
{
border-color: #72CC4C;
}
.TagClassName
{
border-color: #72CC4C;
}
</style>