Shades of Mantis #72D15D
Tints of Mantis #72D15D
RGB
CMYK
RGB Variations
Color information
#72D15D (or 0x72D15D) is known color: Mantis. HEX triplet: 72, D1 and 5D. RGB value is (114,209,93). Sum of RGB (Red+Green+Blue) = 114+209+93=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #72D15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D15D is #8D2EA2. Grayscale: #A7A7A7. Windows color (decimal): -9252515 or 6148466. OLE color: 6148466.
HSL color Cylindrical-coordinate representation of color #72D15D: hue angle of 109.14º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72D15D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 93 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.18 |
| HSL | 109.14º | 0.56% | 0.59% | - |
| HSV(B) | 109.14º | 0.56% | 0.82% | - |
| XYZ | 31.72 | 49.97 | 18.33 | - |
| YUV | 167.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 93 | 0.45 | 0 | 0.56 | 0.18 | 109.14 | 0.56 | 0.59 |
| Hex | 72 | D1 | 5D | 2D | 0 | 38 | 12 | 6D | 38 | 3B |
| Octal | 162 | 321 | 135 | 55 | 0 | 70 | 22 | 155 | 70 | 73 |
| Binary | 1110010 | 11010001 | 1011101 | 101101 | 0 | 111000 | 10010 | 1101101 | 111000 | 111011 |
Color Harmonies of #72D15D
Complementary color
Monochromatic Colors of #72D15D
Black with #72D15D
Text Example
Text Example
White with #72D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D15D; }
p { color: rgb(114,209,93); }
H1.HeaderClassName
{
color: #72D15D;
}
.AnyTagClassName
{
color: #72D15D;
}
</style>
background-color css
<style>
a { background-color: #72D15D; }
a { background-color: rgb(114,209,93); }
div.DivClassName
{
background-color: #72D15D;
}
.BgClassName
{
background-color: #72D15D;
}
</style>
border-color css
<style>
span { border-color: #72D15D; }
span { border-color: rgb(114,209,93); }
td.TdClassName
{
border-color: #72D15D;
}
.TagClassName
{
border-color: #72D15D;
}
</style>