Shades of Mantis #70CB60
Tints of Mantis #70CB60
RGB
CMYK
RGB Variations
Color information
#70CB60 (or 0x70CB60) is known color: Mantis. HEX triplet: 70, CB and 60. RGB value is (112,203,96). Sum of RGB (Red+Green+Blue) = 112+203+96=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB60 is #8F349F. Grayscale: #A3A3A3. Windows color (decimal): -9385120 or 6343536. OLE color: 6343536.
HSL color Cylindrical-coordinate representation of color #70CB60: hue angle of 111.03º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CB60 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 96 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.20 |
| HSL | 111.03º | 0.51% | 0.59% | - |
| HSV(B) | 111.03º | 0.53% | 0.8% | - |
| XYZ | 30.15 | 47 | 18.55 | - |
| YUV | 163.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 96 | 0.45 | 0 | 0.53 | 0.20 | 111.03 | 0.51 | 0.59 |
| Hex | 70 | CB | 60 | 2D | 0 | 35 | 14 | 6F | 33 | 3B |
| Octal | 160 | 313 | 140 | 55 | 0 | 65 | 24 | 157 | 63 | 73 |
| Binary | 1110000 | 11001011 | 1100000 | 101101 | 0 | 110101 | 10100 | 1101111 | 110011 | 111011 |
Color Harmonies of #70CB60
Complementary color
Monochromatic Colors of #70CB60
Black with #70CB60
Text Example
Text Example
White with #70CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB60; }
p { color: rgb(112,203,96); }
H1.HeaderClassName
{
color: #70CB60;
}
.AnyTagClassName
{
color: #70CB60;
}
</style>
background-color css
<style>
a { background-color: #70CB60; }
a { background-color: rgb(112,203,96); }
div.DivClassName
{
background-color: #70CB60;
}
.BgClassName
{
background-color: #70CB60;
}
</style>
border-color css
<style>
span { border-color: #70CB60; }
span { border-color: rgb(112,203,96); }
td.TdClassName
{
border-color: #70CB60;
}
.TagClassName
{
border-color: #70CB60;
}
</style>