Shades of Mantis #72CF58
Tints of Mantis #72CF58
RGB
CMYK
RGB Variations
Color information
#72CF58 (or 0x72CF58) is known color: Mantis. HEX triplet: 72, CF and 58. RGB value is (114,207,88). Sum of RGB (Red+Green+Blue) = 114+207+88=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF58 is #8D30A7. Grayscale: #A6A6A6. Windows color (decimal): -9253032 or 5820274. OLE color: 5820274.
HSL color Cylindrical-coordinate representation of color #72CF58: hue angle of 106.89º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72CF58 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 88 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.19 |
| HSL | 106.89º | 0.55% | 0.58% | - |
| HSV(B) | 106.89º | 0.57% | 0.81% | - |
| XYZ | 31.01 | 48.91 | 17.04 | - |
| YUV | 165.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 88 | 0.45 | 0 | 0.57 | 0.19 | 106.89 | 0.55 | 0.58 |
| Hex | 72 | CF | 58 | 2D | 0 | 39 | 13 | 6B | 37 | 3A |
| Octal | 162 | 317 | 130 | 55 | 0 | 71 | 23 | 153 | 67 | 72 |
| Binary | 1110010 | 11001111 | 1011000 | 101101 | 0 | 111001 | 10011 | 1101011 | 110111 | 111010 |
Color Harmonies of #72CF58
Complementary color
Monochromatic Colors of #72CF58
Black with #72CF58
Text Example
Text Example
White with #72CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF58; }
p { color: rgb(114,207,88); }
H1.HeaderClassName
{
color: #72CF58;
}
.AnyTagClassName
{
color: #72CF58;
}
</style>
background-color css
<style>
a { background-color: #72CF58; }
a { background-color: rgb(114,207,88); }
div.DivClassName
{
background-color: #72CF58;
}
.BgClassName
{
background-color: #72CF58;
}
</style>
border-color css
<style>
span { border-color: #72CF58; }
span { border-color: rgb(114,207,88); }
td.TdClassName
{
border-color: #72CF58;
}
.TagClassName
{
border-color: #72CF58;
}
</style>