Shades of Mantis #72C44C
Tints of Mantis #72C44C
RGB
CMYK
RGB Variations
Color information
#72C44C (or 0x72C44C) is known color: Mantis. HEX triplet: 72, C4 and 4C. RGB value is (114,196,76). Sum of RGB (Red+Green+Blue) = 114+196+76=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #72C44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C44C is #8D3BB3. Grayscale: #9E9E9E. Windows color (decimal): -9255860 or 5031026. OLE color: 5031026.
HSL color Cylindrical-coordinate representation of color #72C44C: hue angle of 101º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72C44C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 76 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.23 |
| HSL | 101º | 0.5% | 0.53% | - |
| HSV(B) | 101º | 0.61% | 0.77% | - |
| XYZ | 27.98 | 43.58 | 13.77 | - |
| YUV | 157.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 76 | 0.42 | 0 | 0.61 | 0.23 | 101 | 0.5 | 0.53 |
| Hex | 72 | C4 | 4C | 2A | 0 | 3D | 17 | 65 | 32 | 35 |
| Octal | 162 | 304 | 114 | 52 | 0 | 75 | 27 | 145 | 62 | 65 |
| Binary | 1110010 | 11000100 | 1001100 | 101010 | 0 | 111101 | 10111 | 1100101 | 110010 | 110101 |
Color Harmonies of #72C44C
Complementary color
Monochromatic Colors of #72C44C
Black with #72C44C
Text Example
Text Example
White with #72C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C44C; }
p { color: rgb(114,196,76); }
H1.HeaderClassName
{
color: #72C44C;
}
.AnyTagClassName
{
color: #72C44C;
}
</style>
background-color css
<style>
a { background-color: #72C44C; }
a { background-color: rgb(114,196,76); }
div.DivClassName
{
background-color: #72C44C;
}
.BgClassName
{
background-color: #72C44C;
}
</style>
border-color css
<style>
span { border-color: #72C44C; }
span { border-color: rgb(114,196,76); }
td.TdClassName
{
border-color: #72C44C;
}
.TagClassName
{
border-color: #72C44C;
}
</style>