Shades of Mantis #70C461
Tints of Mantis #70C461
RGB
CMYK
RGB Variations
Color information
#70C461 (or 0x70C461) is known color: Mantis. HEX triplet: 70, C4 and 61. RGB value is (112,196,97). Sum of RGB (Red+Green+Blue) = 112+196+97=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #70C461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C461 is #8F3B9E. Grayscale: #9F9F9F. Windows color (decimal): -9386911 or 6407280. OLE color: 6407280.
HSL color Cylindrical-coordinate representation of color #70C461: hue angle of 110.91º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70C461 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 97 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.23 |
| HSL | 110.91º | 0.46% | 0.57% | - |
| HSV(B) | 110.91º | 0.51% | 0.77% | - |
| XYZ | 28.58 | 43.79 | 18.25 | - |
| YUV | 159.6 | 92.67 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 97 | 0.43 | 0 | 0.51 | 0.23 | 110.91 | 0.46 | 0.57 |
| Hex | 70 | C4 | 61 | 2B | 0 | 33 | 17 | 6F | 2E | 39 |
| Octal | 160 | 304 | 141 | 53 | 0 | 63 | 27 | 157 | 56 | 71 |
| Binary | 1110000 | 11000100 | 1100001 | 101011 | 0 | 110011 | 10111 | 1101111 | 101110 | 111001 |
Color Harmonies of #70C461
Complementary color
Monochromatic Colors of #70C461
Black with #70C461
Text Example
Text Example
White with #70C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C461; }
p { color: rgb(112,196,97); }
H1.HeaderClassName
{
color: #70C461;
}
.AnyTagClassName
{
color: #70C461;
}
</style>
background-color css
<style>
a { background-color: #70C461; }
a { background-color: rgb(112,196,97); }
div.DivClassName
{
background-color: #70C461;
}
.BgClassName
{
background-color: #70C461;
}
</style>
border-color css
<style>
span { border-color: #70C461; }
span { border-color: rgb(112,196,97); }
td.TdClassName
{
border-color: #70C461;
}
.TagClassName
{
border-color: #70C461;
}
</style>