Shades of Mantis #72C256
Tints of Mantis #72C256
RGB
CMYK
RGB Variations
Color information
#72C256 (or 0x72C256) is known color: Mantis. HEX triplet: 72, C2 and 56. RGB value is (114,194,86). Sum of RGB (Red+Green+Blue) = 114+194+86=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #72C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C256 is #8D3DA9. Grayscale: #9E9E9E. Windows color (decimal): -9256362 or 5685874. OLE color: 5685874.
HSL color Cylindrical-coordinate representation of color #72C256: hue angle of 104.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72C256 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 86 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.24 |
| HSL | 104.44º | 0.47% | 0.55% | - |
| HSV(B) | 104.44º | 0.56% | 0.76% | - |
| XYZ | 27.91 | 42.83 | 15.6 | - |
| YUV | 157.77 | 87.5 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 86 | 0.41 | 0 | 0.56 | 0.24 | 104.44 | 0.47 | 0.55 |
| Hex | 72 | C2 | 56 | 29 | 0 | 38 | 18 | 68 | 2F | 37 |
| Octal | 162 | 302 | 126 | 51 | 0 | 70 | 30 | 150 | 57 | 67 |
| Binary | 1110010 | 11000010 | 1010110 | 101001 | 0 | 111000 | 11000 | 1101000 | 101111 | 110111 |
Color Harmonies of #72C256
Complementary color
Monochromatic Colors of #72C256
Black with #72C256
Text Example
Text Example
White with #72C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C256; }
p { color: rgb(114,194,86); }
H1.HeaderClassName
{
color: #72C256;
}
.AnyTagClassName
{
color: #72C256;
}
</style>
background-color css
<style>
a { background-color: #72C256; }
a { background-color: rgb(114,194,86); }
div.DivClassName
{
background-color: #72C256;
}
.BgClassName
{
background-color: #72C256;
}
</style>
border-color css
<style>
span { border-color: #72C256; }
span { border-color: rgb(114,194,86); }
td.TdClassName
{
border-color: #72C256;
}
.TagClassName
{
border-color: #72C256;
}
</style>