Shades of Mantis #72DF52
Tints of Mantis #72DF52
RGB
CMYK
RGB Variations
Color information
#72DF52 (or 0x72DF52) is known color: Mantis. HEX triplet: 72, DF and 52. RGB value is (114,223,82). Sum of RGB (Red+Green+Blue) = 114+223+82=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DF52 is #8D20AD. Grayscale: #AEAEAE. Windows color (decimal): -9248942 or 5431154. OLE color: 5431154.
HSL color Cylindrical-coordinate representation of color #72DF52: hue angle of 106.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72DF52 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 82 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.13 |
| HSL | 106.38º | 0.69% | 0.6% | - |
| HSV(B) | 106.38º | 0.63% | 0.87% | - |
| XYZ | 34.85 | 56.96 | 17.14 | - |
| YUV | 174.34 | 75.89 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 82 | 0.49 | 0 | 0.63 | 0.13 | 106.38 | 0.69 | 0.6 |
| Hex | 72 | DF | 52 | 31 | 0 | 3F | D | 6A | 45 | 3C |
| Octal | 162 | 337 | 122 | 61 | 0 | 77 | 15 | 152 | 105 | 74 |
| Binary | 1110010 | 11011111 | 1010010 | 110001 | 0 | 111111 | 1101 | 1101010 | 1000101 | 111100 |
Color Harmonies of #72DF52
Complementary color
Monochromatic Colors of #72DF52
Black with #72DF52
Text Example
Text Example
White with #72DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF52; }
p { color: rgb(114,223,82); }
H1.HeaderClassName
{
color: #72DF52;
}
.AnyTagClassName
{
color: #72DF52;
}
</style>
background-color css
<style>
a { background-color: #72DF52; }
a { background-color: rgb(114,223,82); }
div.DivClassName
{
background-color: #72DF52;
}
.BgClassName
{
background-color: #72DF52;
}
</style>
border-color css
<style>
span { border-color: #72DF52; }
span { border-color: rgb(114,223,82); }
td.TdClassName
{
border-color: #72DF52;
}
.TagClassName
{
border-color: #72DF52;
}
</style>