Shades of Mantis #72D850
Tints of Mantis #72D850
RGB
CMYK
RGB Variations
Color information
#72D850 (or 0x72D850) is known color: Mantis. HEX triplet: 72, D8 and 50. RGB value is (114,216,80). Sum of RGB (Red+Green+Blue) = 114+216+80=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #72D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D850 is #8D27AF. Grayscale: #AAAAAA. Windows color (decimal): -9250736 or 5298290. OLE color: 5298290.
HSL color Cylindrical-coordinate representation of color #72D850: hue angle of 105º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72D850 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 80 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.15 |
| HSL | 105º | 0.64% | 0.58% | - |
| HSV(B) | 105º | 0.63% | 0.85% | - |
| XYZ | 32.94 | 53.27 | 16.13 | - |
| YUV | 170 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 80 | 0.47 | 0 | 0.63 | 0.15 | 105 | 0.64 | 0.58 |
| Hex | 72 | D8 | 50 | 2F | 0 | 3F | F | 69 | 40 | 3A |
| Octal | 162 | 330 | 120 | 57 | 0 | 77 | 17 | 151 | 100 | 72 |
| Binary | 1110010 | 11011000 | 1010000 | 101111 | 0 | 111111 | 1111 | 1101001 | 1000000 | 111010 |
Color Harmonies of #72D850
Complementary color
Monochromatic Colors of #72D850
Black with #72D850
Text Example
Text Example
White with #72D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D850; }
p { color: rgb(114,216,80); }
H1.HeaderClassName
{
color: #72D850;
}
.AnyTagClassName
{
color: #72D850;
}
</style>
background-color css
<style>
a { background-color: #72D850; }
a { background-color: rgb(114,216,80); }
div.DivClassName
{
background-color: #72D850;
}
.BgClassName
{
background-color: #72D850;
}
</style>
border-color css
<style>
span { border-color: #72D850; }
span { border-color: rgb(114,216,80); }
td.TdClassName
{
border-color: #72D850;
}
.TagClassName
{
border-color: #72D850;
}
</style>