Shades of Mantis #72D354
Tints of Mantis #72D354
RGB
CMYK
RGB Variations
Color information
#72D354 (or 0x72D354) is known color: Mantis. HEX triplet: 72, D3 and 54. RGB value is (114,211,84). Sum of RGB (Red+Green+Blue) = 114+211+84=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #72D354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D354 is #8D2CAB. Grayscale: #A7A7A7. Windows color (decimal): -9252012 or 5559154. OLE color: 5559154.
HSL color Cylindrical-coordinate representation of color #72D354: hue angle of 105.83º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72D354 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 84 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.17 |
| HSL | 105.83º | 0.59% | 0.58% | - |
| HSV(B) | 105.83º | 0.6% | 0.83% | - |
| XYZ | 31.83 | 50.81 | 16.52 | - |
| YUV | 167.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 84 | 0.46 | 0 | 0.60 | 0.17 | 105.83 | 0.59 | 0.58 |
| Hex | 72 | D3 | 54 | 2E | 0 | 3C | 11 | 6A | 3B | 3A |
| Octal | 162 | 323 | 124 | 56 | 0 | 74 | 21 | 152 | 73 | 72 |
| Binary | 1110010 | 11010011 | 1010100 | 101110 | 0 | 111100 | 10001 | 1101010 | 111011 | 111010 |
Color Harmonies of #72D354
Complementary color
Monochromatic Colors of #72D354
Black with #72D354
Text Example
Text Example
White with #72D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D354; }
p { color: rgb(114,211,84); }
H1.HeaderClassName
{
color: #72D354;
}
.AnyTagClassName
{
color: #72D354;
}
</style>
background-color css
<style>
a { background-color: #72D354; }
a { background-color: rgb(114,211,84); }
div.DivClassName
{
background-color: #72D354;
}
.BgClassName
{
background-color: #72D354;
}
</style>
border-color css
<style>
span { border-color: #72D354; }
span { border-color: rgb(114,211,84); }
td.TdClassName
{
border-color: #72D354;
}
.TagClassName
{
border-color: #72D354;
}
</style>