Shades of Mantis #72CA64
Tints of Mantis #72CA64
RGB
CMYK
RGB Variations
Color information
#72CA64 (or 0x72CA64) is known color: Mantis. HEX triplet: 72, CA and 64. RGB value is (114,202,100). Sum of RGB (Red+Green+Blue) = 114+202+100=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA64 is #8D359B. Grayscale: #A4A4A4. Windows color (decimal): -9254300 or 6605426. OLE color: 6605426.
HSL color Cylindrical-coordinate representation of color #72CA64: hue angle of 111.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CA64 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 100 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.21 |
| HSL | 111.76º | 0.49% | 0.59% | - |
| HSV(B) | 111.76º | 0.5% | 0.79% | - |
| XYZ | 30.36 | 46.74 | 19.48 | - |
| YUV | 164.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 100 | 0.44 | 0 | 0.50 | 0.21 | 111.76 | 0.49 | 0.59 |
| Hex | 72 | CA | 64 | 2C | 0 | 32 | 15 | 70 | 31 | 3B |
| Octal | 162 | 312 | 144 | 54 | 0 | 62 | 25 | 160 | 61 | 73 |
| Binary | 1110010 | 11001010 | 1100100 | 101100 | 0 | 110010 | 10101 | 1110000 | 110001 | 111011 |
Color Harmonies of #72CA64
Complementary color
Monochromatic Colors of #72CA64
Black with #72CA64
Text Example
Text Example
White with #72CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA64; }
p { color: rgb(114,202,100); }
H1.HeaderClassName
{
color: #72CA64;
}
.AnyTagClassName
{
color: #72CA64;
}
</style>
background-color css
<style>
a { background-color: #72CA64; }
a { background-color: rgb(114,202,100); }
div.DivClassName
{
background-color: #72CA64;
}
.BgClassName
{
background-color: #72CA64;
}
</style>
border-color css
<style>
span { border-color: #72CA64; }
span { border-color: rgb(114,202,100); }
td.TdClassName
{
border-color: #72CA64;
}
.TagClassName
{
border-color: #72CA64;
}
</style>