Shades of Mantis #72CF5E
Tints of Mantis #72CF5E
RGB
CMYK
RGB Variations
Color information
#72CF5E (or 0x72CF5E) is known color: Mantis. HEX triplet: 72, CF and 5E. RGB value is (114,207,94). Sum of RGB (Red+Green+Blue) = 114+207+94=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF5E is #8D30A1. Grayscale: #A6A6A6. Windows color (decimal): -9253026 or 6213490. OLE color: 6213490.
HSL color Cylindrical-coordinate representation of color #72CF5E: hue angle of 109.38º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72CF5E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 94 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.19 |
| HSL | 109.38º | 0.54% | 0.59% | - |
| HSV(B) | 109.38º | 0.55% | 0.81% | - |
| XYZ | 31.27 | 49.01 | 18.4 | - |
| YUV | 166.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 94 | 0.45 | 0 | 0.55 | 0.19 | 109.38 | 0.54 | 0.59 |
| Hex | 72 | CF | 5E | 2D | 0 | 37 | 13 | 6D | 36 | 3B |
| Octal | 162 | 317 | 136 | 55 | 0 | 67 | 23 | 155 | 66 | 73 |
| Binary | 1110010 | 11001111 | 1011110 | 101101 | 0 | 110111 | 10011 | 1101101 | 110110 | 111011 |
Color Harmonies of #72CF5E
Complementary color
Monochromatic Colors of #72CF5E
Black with #72CF5E
Text Example
Text Example
White with #72CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF5E; }
p { color: rgb(114,207,94); }
H1.HeaderClassName
{
color: #72CF5E;
}
.AnyTagClassName
{
color: #72CF5E;
}
</style>
background-color css
<style>
a { background-color: #72CF5E; }
a { background-color: rgb(114,207,94); }
div.DivClassName
{
background-color: #72CF5E;
}
.BgClassName
{
background-color: #72CF5E;
}
</style>
border-color css
<style>
span { border-color: #72CF5E; }
span { border-color: rgb(114,207,94); }
td.TdClassName
{
border-color: #72CF5E;
}
.TagClassName
{
border-color: #72CF5E;
}
</style>