Shades of Mantis #72D63F
Tints of Mantis #72D63F
RGB
CMYK
RGB Variations
Color information
#72D63F (or 0x72D63F) is known color: Mantis. HEX triplet: 72, D6 and 3F. RGB value is (114,214,63). Sum of RGB (Red+Green+Blue) = 114+214+63=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #72D63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D63F is #8D29C0. Grayscale: #A7A7A7. Windows color (decimal): -9251265 or 4183666. OLE color: 4183666.
HSL color Cylindrical-coordinate representation of color #72D63F: hue angle of 99.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72D63F is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 63 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.16 |
| HSL | 99.74º | 0.65% | 0.54% | - |
| HSV(B) | 99.74º | 0.71% | 0.84% | - |
| XYZ | 31.88 | 52.03 | 13.06 | - |
| YUV | 166.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 63 | 0.47 | 0 | 0.71 | 0.16 | 99.74 | 0.65 | 0.54 |
| Hex | 72 | D6 | 3F | 2F | 0 | 47 | 10 | 64 | 41 | 36 |
| Octal | 162 | 326 | 77 | 57 | 0 | 107 | 20 | 144 | 101 | 66 |
| Binary | 1110010 | 11010110 | 111111 | 101111 | 0 | 1000111 | 10000 | 1100100 | 1000001 | 110110 |
Color Harmonies of #72D63F
Complementary color
Monochromatic Colors of #72D63F
Black with #72D63F
Text Example
Text Example
White with #72D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D63F; }
p { color: rgb(114,214,63); }
H1.HeaderClassName
{
color: #72D63F;
}
.AnyTagClassName
{
color: #72D63F;
}
</style>
background-color css
<style>
a { background-color: #72D63F; }
a { background-color: rgb(114,214,63); }
div.DivClassName
{
background-color: #72D63F;
}
.BgClassName
{
background-color: #72D63F;
}
</style>
border-color css
<style>
span { border-color: #72D63F; }
span { border-color: rgb(114,214,63); }
td.TdClassName
{
border-color: #72D63F;
}
.TagClassName
{
border-color: #72D63F;
}
</style>