Shades of Mantis #72CE53
Tints of Mantis #72CE53
RGB
CMYK
RGB Variations
Color information
#72CE53 (or 0x72CE53) is known color: Mantis. HEX triplet: 72, CE and 53. RGB value is (114,206,83). Sum of RGB (Red+Green+Blue) = 114+206+83=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE53 is #8D31AC. Grayscale: #A4A4A4. Windows color (decimal): -9253293 or 5492338. OLE color: 5492338.
HSL color Cylindrical-coordinate representation of color #72CE53: hue angle of 104.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72CE53 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 83 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.19 |
| HSL | 104.88º | 0.56% | 0.57% | - |
| HSV(B) | 104.88º | 0.6% | 0.81% | - |
| XYZ | 30.57 | 48.34 | 15.9 | - |
| YUV | 164.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 83 | 0.45 | 0 | 0.60 | 0.19 | 104.88 | 0.56 | 0.57 |
| Hex | 72 | CE | 53 | 2D | 0 | 3C | 13 | 69 | 38 | 39 |
| Octal | 162 | 316 | 123 | 55 | 0 | 74 | 23 | 151 | 70 | 71 |
| Binary | 1110010 | 11001110 | 1010011 | 101101 | 0 | 111100 | 10011 | 1101001 | 111000 | 111001 |
Color Harmonies of #72CE53
Complementary color
Monochromatic Colors of #72CE53
Black with #72CE53
Text Example
Text Example
White with #72CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE53; }
p { color: rgb(114,206,83); }
H1.HeaderClassName
{
color: #72CE53;
}
.AnyTagClassName
{
color: #72CE53;
}
</style>
background-color css
<style>
a { background-color: #72CE53; }
a { background-color: rgb(114,206,83); }
div.DivClassName
{
background-color: #72CE53;
}
.BgClassName
{
background-color: #72CE53;
}
</style>
border-color css
<style>
span { border-color: #72CE53; }
span { border-color: rgb(114,206,83); }
td.TdClassName
{
border-color: #72CE53;
}
.TagClassName
{
border-color: #72CE53;
}
</style>