Shades of Mantis #72CE64
Tints of Mantis #72CE64
RGB
CMYK
RGB Variations
Color information
#72CE64 (or 0x72CE64) is known color: Mantis. HEX triplet: 72, CE and 64. RGB value is (114,206,100). Sum of RGB (Red+Green+Blue) = 114+206+100=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE64 is #8D319B. Grayscale: #A6A6A6. Windows color (decimal): -9253276 or 6606450. OLE color: 6606450.
HSL color Cylindrical-coordinate representation of color #72CE64: hue angle of 112.08º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CE64 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 100 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.19 |
| HSL | 112.08º | 0.52% | 0.6% | - |
| HSV(B) | 112.08º | 0.51% | 0.81% | - |
| XYZ | 31.31 | 48.64 | 19.79 | - |
| YUV | 166.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 100 | 0.45 | 0 | 0.51 | 0.19 | 112.08 | 0.52 | 0.6 |
| Hex | 72 | CE | 64 | 2D | 0 | 33 | 13 | 70 | 34 | 3C |
| Octal | 162 | 316 | 144 | 55 | 0 | 63 | 23 | 160 | 64 | 74 |
| Binary | 1110010 | 11001110 | 1100100 | 101101 | 0 | 110011 | 10011 | 1110000 | 110100 | 111100 |
Color Harmonies of #72CE64
Complementary color
Monochromatic Colors of #72CE64
Black with #72CE64
Text Example
Text Example
White with #72CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE64; }
p { color: rgb(114,206,100); }
H1.HeaderClassName
{
color: #72CE64;
}
.AnyTagClassName
{
color: #72CE64;
}
</style>
background-color css
<style>
a { background-color: #72CE64; }
a { background-color: rgb(114,206,100); }
div.DivClassName
{
background-color: #72CE64;
}
.BgClassName
{
background-color: #72CE64;
}
</style>
border-color css
<style>
span { border-color: #72CE64; }
span { border-color: rgb(114,206,100); }
td.TdClassName
{
border-color: #72CE64;
}
.TagClassName
{
border-color: #72CE64;
}
</style>