Shades of Mantis #72D749
Tints of Mantis #72D749
RGB
CMYK
RGB Variations
Color information
#72D749 (or 0x72D749) is known color: Mantis. HEX triplet: 72, D7 and 49. RGB value is (114,215,73). Sum of RGB (Red+Green+Blue) = 114+215+73=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #72D749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D749 is #8D28B6. Grayscale: #A9A9A9. Windows color (decimal): -9250999 or 4839282. OLE color: 4839282.
HSL color Cylindrical-coordinate representation of color #72D749: hue angle of 102.68º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72D749 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 73 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.16 |
| HSL | 102.68º | 0.64% | 0.56% | - |
| HSV(B) | 102.68º | 0.66% | 0.84% | - |
| XYZ | 32.44 | 52.66 | 14.76 | - |
| YUV | 168.61 | 74.04 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 73 | 0.47 | 0 | 0.66 | 0.16 | 102.68 | 0.64 | 0.56 |
| Hex | 72 | D7 | 49 | 2F | 0 | 42 | 10 | 67 | 40 | 38 |
| Octal | 162 | 327 | 111 | 57 | 0 | 102 | 20 | 147 | 100 | 70 |
| Binary | 1110010 | 11010111 | 1001001 | 101111 | 0 | 1000010 | 10000 | 1100111 | 1000000 | 111000 |
Color Harmonies of #72D749
Complementary color
Monochromatic Colors of #72D749
Black with #72D749
Text Example
Text Example
White with #72D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D749; }
p { color: rgb(114,215,73); }
H1.HeaderClassName
{
color: #72D749;
}
.AnyTagClassName
{
color: #72D749;
}
</style>
background-color css
<style>
a { background-color: #72D749; }
a { background-color: rgb(114,215,73); }
div.DivClassName
{
background-color: #72D749;
}
.BgClassName
{
background-color: #72D749;
}
</style>
border-color css
<style>
span { border-color: #72D749; }
span { border-color: rgb(114,215,73); }
td.TdClassName
{
border-color: #72D749;
}
.TagClassName
{
border-color: #72D749;
}
</style>