Shades of Mantis #70D344
Tints of Mantis #70D344
RGB
CMYK
RGB Variations
Color information
#70D344 (or 0x70D344) is known color: Mantis. HEX triplet: 70, D3 and 44. RGB value is (112,211,68). Sum of RGB (Red+Green+Blue) = 112+211+68=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #70D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D344 is #8F2CBB. Grayscale: #A5A5A5. Windows color (decimal): -9383100 or 4510576. OLE color: 4510576.
HSL color Cylindrical-coordinate representation of color #70D344: hue angle of 101.54º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70D344 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 68 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.17 |
| HSL | 101.54º | 0.62% | 0.55% | - |
| HSV(B) | 101.54º | 0.68% | 0.83% | - |
| XYZ | 31.02 | 50.45 | 13.57 | - |
| YUV | 165.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 68 | 0.47 | 0 | 0.68 | 0.17 | 101.54 | 0.62 | 0.55 |
| Hex | 70 | D3 | 44 | 2F | 0 | 44 | 11 | 66 | 3E | 37 |
| Octal | 160 | 323 | 104 | 57 | 0 | 104 | 21 | 146 | 76 | 67 |
| Binary | 1110000 | 11010011 | 1000100 | 101111 | 0 | 1000100 | 10001 | 1100110 | 111110 | 110111 |
Color Harmonies of #70D344
Complementary color
Monochromatic Colors of #70D344
Black with #70D344
Text Example
Text Example
White with #70D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D344; }
p { color: rgb(112,211,68); }
H1.HeaderClassName
{
color: #70D344;
}
.AnyTagClassName
{
color: #70D344;
}
</style>
background-color css
<style>
a { background-color: #70D344; }
a { background-color: rgb(112,211,68); }
div.DivClassName
{
background-color: #70D344;
}
.BgClassName
{
background-color: #70D344;
}
</style>
border-color css
<style>
span { border-color: #70D344; }
span { border-color: rgb(112,211,68); }
td.TdClassName
{
border-color: #70D344;
}
.TagClassName
{
border-color: #70D344;
}
</style>