Shades of Mantis #70D841
Tints of Mantis #70D841
RGB
CMYK
RGB Variations
Color information
#70D841 (or 0x70D841) is known color: Mantis. HEX triplet: 70, D8 and 41. RGB value is (112,216,65). Sum of RGB (Red+Green+Blue) = 112+216+65=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #70D841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D841 is #8F27BE. Grayscale: #A8A8A8. Windows color (decimal): -9381823 or 4315248. OLE color: 4315248.
HSL color Cylindrical-coordinate representation of color #70D841: hue angle of 101.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70D841 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 65 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.15 |
| HSL | 101.32º | 0.66% | 0.55% | - |
| HSV(B) | 101.32º | 0.7% | 0.85% | - |
| XYZ | 32.19 | 52.94 | 13.52 | - |
| YUV | 167.69 | 70.04 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 65 | 0.48 | 0 | 0.70 | 0.15 | 101.32 | 0.66 | 0.55 |
| Hex | 70 | D8 | 41 | 30 | 0 | 46 | F | 65 | 42 | 37 |
| Octal | 160 | 330 | 101 | 60 | 0 | 106 | 17 | 145 | 102 | 67 |
| Binary | 1110000 | 11011000 | 1000001 | 110000 | 0 | 1000110 | 1111 | 1100101 | 1000010 | 110111 |
Color Harmonies of #70D841
Complementary color
Monochromatic Colors of #70D841
Black with #70D841
Text Example
Text Example
White with #70D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D841; }
p { color: rgb(112,216,65); }
H1.HeaderClassName
{
color: #70D841;
}
.AnyTagClassName
{
color: #70D841;
}
</style>
background-color css
<style>
a { background-color: #70D841; }
a { background-color: rgb(112,216,65); }
div.DivClassName
{
background-color: #70D841;
}
.BgClassName
{
background-color: #70D841;
}
</style>
border-color css
<style>
span { border-color: #70D841; }
span { border-color: rgb(112,216,65); }
td.TdClassName
{
border-color: #70D841;
}
.TagClassName
{
border-color: #70D841;
}
</style>