Shades of Mantis #72D25F
Tints of Mantis #72D25F
RGB
CMYK
RGB Variations
Color information
#72D25F (or 0x72D25F) is known color: Mantis. HEX triplet: 72, D2 and 5F. RGB value is (114,210,95). Sum of RGB (Red+Green+Blue) = 114+210+95=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #72D25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D25F is #8D2DA0. Grayscale: #A8A8A8. Windows color (decimal): -9252257 or 6279794. OLE color: 6279794.
HSL color Cylindrical-coordinate representation of color #72D25F: hue angle of 110.09º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72D25F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 95 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.18 |
| HSL | 110.09º | 0.56% | 0.6% | - |
| HSV(B) | 110.09º | 0.55% | 0.82% | - |
| XYZ | 32.05 | 50.5 | 18.88 | - |
| YUV | 168.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 95 | 0.46 | 0 | 0.55 | 0.18 | 110.09 | 0.56 | 0.6 |
| Hex | 72 | D2 | 5F | 2E | 0 | 37 | 12 | 6E | 38 | 3C |
| Octal | 162 | 322 | 137 | 56 | 0 | 67 | 22 | 156 | 70 | 74 |
| Binary | 1110010 | 11010010 | 1011111 | 101110 | 0 | 110111 | 10010 | 1101110 | 111000 | 111100 |
Color Harmonies of #72D25F
Complementary color
Monochromatic Colors of #72D25F
Black with #72D25F
Text Example
Text Example
White with #72D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D25F; }
p { color: rgb(114,210,95); }
H1.HeaderClassName
{
color: #72D25F;
}
.AnyTagClassName
{
color: #72D25F;
}
</style>
background-color css
<style>
a { background-color: #72D25F; }
a { background-color: rgb(114,210,95); }
div.DivClassName
{
background-color: #72D25F;
}
.BgClassName
{
background-color: #72D25F;
}
</style>
border-color css
<style>
span { border-color: #72D25F; }
span { border-color: rgb(114,210,95); }
td.TdClassName
{
border-color: #72D25F;
}
.TagClassName
{
border-color: #72D25F;
}
</style>