Shades of Mantis #70CC64
Tints of Mantis #70CC64
RGB
CMYK
RGB Variations
Color information
#70CC64 (or 0x70CC64) is known color: Mantis. HEX triplet: 70, CC and 64. RGB value is (112,204,100). Sum of RGB (Red+Green+Blue) = 112+204+100=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC64 is #8F339B. Grayscale: #A4A4A4. Windows color (decimal): -9384860 or 6605936. OLE color: 6605936.
HSL color Cylindrical-coordinate representation of color #70CC64: hue angle of 113.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CC64 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 100 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.2 |
| HSL | 113.08º | 0.5% | 0.6% | - |
| HSV(B) | 113.08º | 0.51% | 0.8% | - |
| XYZ | 30.58 | 47.55 | 19.62 | - |
| YUV | 164.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 100 | 0.45 | 0 | 0.51 | 0.2 | 113.08 | 0.5 | 0.6 |
| Hex | 70 | CC | 64 | 2D | 0 | 33 | 14 | 71 | 32 | 3C |
| Octal | 160 | 314 | 144 | 55 | 0 | 63 | 24 | 161 | 62 | 74 |
| Binary | 1110000 | 11001100 | 1100100 | 101101 | 0 | 110011 | 10100 | 1110001 | 110010 | 111100 |
Color Harmonies of #70CC64
Complementary color
Monochromatic Colors of #70CC64
Black with #70CC64
Text Example
Text Example
White with #70CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CC64; }
p { color: rgb(112,204,100); }
H1.HeaderClassName
{
color: #70CC64;
}
.AnyTagClassName
{
color: #70CC64;
}
</style>
background-color css
<style>
a { background-color: #70CC64; }
a { background-color: rgb(112,204,100); }
div.DivClassName
{
background-color: #70CC64;
}
.BgClassName
{
background-color: #70CC64;
}
</style>
border-color css
<style>
span { border-color: #70CC64; }
span { border-color: rgb(112,204,100); }
td.TdClassName
{
border-color: #70CC64;
}
.TagClassName
{
border-color: #70CC64;
}
</style>