Shades of Mantis #72D260
Tints of Mantis #72D260
RGB
CMYK
RGB Variations
Color information
#72D260 (or 0x72D260) is known color: Mantis. HEX triplet: 72, D2 and 60. RGB value is (114,210,96). Sum of RGB (Red+Green+Blue) = 114+210+96=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #72D260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D260 is #8D2D9F. Grayscale: #A8A8A8. Windows color (decimal): -9252256 or 6345330. OLE color: 6345330.
HSL color Cylindrical-coordinate representation of color #72D260: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72D260 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 96 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.18 |
| HSL | 110.53º | 0.56% | 0.6% | - |
| HSV(B) | 110.53º | 0.54% | 0.82% | - |
| XYZ | 32.1 | 50.52 | 19.13 | - |
| YUV | 168.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 96 | 0.46 | 0 | 0.54 | 0.18 | 110.53 | 0.56 | 0.6 |
| Hex | 72 | D2 | 60 | 2E | 0 | 36 | 12 | 6F | 38 | 3C |
| Octal | 162 | 322 | 140 | 56 | 0 | 66 | 22 | 157 | 70 | 74 |
| Binary | 1110010 | 11010010 | 1100000 | 101110 | 0 | 110110 | 10010 | 1101111 | 111000 | 111100 |
Color Harmonies of #72D260
Complementary color
Monochromatic Colors of #72D260
Black with #72D260
Text Example
Text Example
White with #72D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D260; }
p { color: rgb(114,210,96); }
H1.HeaderClassName
{
color: #72D260;
}
.AnyTagClassName
{
color: #72D260;
}
</style>
background-color css
<style>
a { background-color: #72D260; }
a { background-color: rgb(114,210,96); }
div.DivClassName
{
background-color: #72D260;
}
.BgClassName
{
background-color: #72D260;
}
</style>
border-color css
<style>
span { border-color: #72D260; }
span { border-color: rgb(114,210,96); }
td.TdClassName
{
border-color: #72D260;
}
.TagClassName
{
border-color: #72D260;
}
</style>