Shades of Mantis #72CF55
Tints of Mantis #72CF55
RGB
CMYK
RGB Variations
Color information
#72CF55 (or 0x72CF55) is known color: Mantis. HEX triplet: 72, CF and 55. RGB value is (114,207,85). Sum of RGB (Red+Green+Blue) = 114+207+85=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF55 is #8D30AA. Grayscale: #A5A5A5. Windows color (decimal): -9253035 or 5623666. OLE color: 5623666.
HSL color Cylindrical-coordinate representation of color #72CF55: hue angle of 105.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72CF55 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 85 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.19 |
| HSL | 105.74º | 0.56% | 0.57% | - |
| HSV(B) | 105.74º | 0.59% | 0.81% | - |
| XYZ | 30.89 | 48.86 | 16.4 | - |
| YUV | 165.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 85 | 0.45 | 0 | 0.59 | 0.19 | 105.74 | 0.56 | 0.57 |
| Hex | 72 | CF | 55 | 2D | 0 | 3B | 13 | 6A | 38 | 39 |
| Octal | 162 | 317 | 125 | 55 | 0 | 73 | 23 | 152 | 70 | 71 |
| Binary | 1110010 | 11001111 | 1010101 | 101101 | 0 | 111011 | 10011 | 1101010 | 111000 | 111001 |
Color Harmonies of #72CF55
Complementary color
Monochromatic Colors of #72CF55
Black with #72CF55
Text Example
Text Example
White with #72CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF55; }
p { color: rgb(114,207,85); }
H1.HeaderClassName
{
color: #72CF55;
}
.AnyTagClassName
{
color: #72CF55;
}
</style>
background-color css
<style>
a { background-color: #72CF55; }
a { background-color: rgb(114,207,85); }
div.DivClassName
{
background-color: #72CF55;
}
.BgClassName
{
background-color: #72CF55;
}
</style>
border-color css
<style>
span { border-color: #72CF55; }
span { border-color: rgb(114,207,85); }
td.TdClassName
{
border-color: #72CF55;
}
.TagClassName
{
border-color: #72CF55;
}
</style>