Shades of Mantis #70C965
Tints of Mantis #70C965
RGB
CMYK
RGB Variations
Color information
#70C965 (or 0x70C965) is known color: Mantis. HEX triplet: 70, C9 and 65. RGB value is (112,201,101). Sum of RGB (Red+Green+Blue) = 112+201+101=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #70C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C965 is #8F369A. Grayscale: #A3A3A3. Windows color (decimal): -9385627 or 6670704. OLE color: 6670704.
HSL color Cylindrical-coordinate representation of color #70C965: hue angle of 113.4º degrees, saturation: 0.48, 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 #70C965 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 101 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.21 |
| HSL | 113.4º | 0.48% | 0.59% | - |
| HSV(B) | 113.4º | 0.5% | 0.79% | - |
| XYZ | 29.92 | 46.16 | 19.64 | - |
| YUV | 162.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 101 | 0.44 | 0 | 0.50 | 0.21 | 113.4 | 0.48 | 0.59 |
| Hex | 70 | C9 | 65 | 2C | 0 | 32 | 15 | 71 | 30 | 3B |
| Octal | 160 | 311 | 145 | 54 | 0 | 62 | 25 | 161 | 60 | 73 |
| Binary | 1110000 | 11001001 | 1100101 | 101100 | 0 | 110010 | 10101 | 1110001 | 110000 | 111011 |
Color Harmonies of #70C965
Complementary color
Monochromatic Colors of #70C965
Black with #70C965
Text Example
Text Example
White with #70C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C965; }
p { color: rgb(112,201,101); }
H1.HeaderClassName
{
color: #70C965;
}
.AnyTagClassName
{
color: #70C965;
}
</style>
background-color css
<style>
a { background-color: #70C965; }
a { background-color: rgb(112,201,101); }
div.DivClassName
{
background-color: #70C965;
}
.BgClassName
{
background-color: #70C965;
}
</style>
border-color css
<style>
span { border-color: #70C965; }
span { border-color: rgb(112,201,101); }
td.TdClassName
{
border-color: #70C965;
}
.TagClassName
{
border-color: #70C965;
}
</style>