Shades of Mantis #72D840
Tints of Mantis #72D840
RGB
CMYK
RGB Variations
Color information
#72D840 (or 0x72D840) is known color: Mantis. HEX triplet: 72, D8 and 40. RGB value is (114,216,64). Sum of RGB (Red+Green+Blue) = 114+216+64=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #72D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D840 is #8D27BF. Grayscale: #A8A8A8. Windows color (decimal): -9250752 or 4249714. OLE color: 4249714.
HSL color Cylindrical-coordinate representation of color #72D840: hue angle of 100.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72D840 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 64 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.15 |
| HSL | 100.26º | 0.66% | 0.55% | - |
| HSV(B) | 100.26º | 0.7% | 0.85% | - |
| XYZ | 32.42 | 53.06 | 13.38 | - |
| YUV | 168.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 64 | 0.47 | 0 | 0.70 | 0.15 | 100.26 | 0.66 | 0.55 |
| Hex | 72 | D8 | 40 | 2F | 0 | 46 | F | 64 | 42 | 37 |
| Octal | 162 | 330 | 100 | 57 | 0 | 106 | 17 | 144 | 102 | 67 |
| Binary | 1110010 | 11011000 | 1000000 | 101111 | 0 | 1000110 | 1111 | 1100100 | 1000010 | 110111 |
Color Harmonies of #72D840
Complementary color
Monochromatic Colors of #72D840
Black with #72D840
Text Example
Text Example
White with #72D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D840; }
p { color: rgb(114,216,64); }
H1.HeaderClassName
{
color: #72D840;
}
.AnyTagClassName
{
color: #72D840;
}
</style>
background-color css
<style>
a { background-color: #72D840; }
a { background-color: rgb(114,216,64); }
div.DivClassName
{
background-color: #72D840;
}
.BgClassName
{
background-color: #72D840;
}
</style>
border-color css
<style>
span { border-color: #72D840; }
span { border-color: rgb(114,216,64); }
td.TdClassName
{
border-color: #72D840;
}
.TagClassName
{
border-color: #72D840;
}
</style>