Shades of Mantis #70D44A
Tints of Mantis #70D44A
RGB
CMYK
RGB Variations
Color information
#70D44A (or 0x70D44A) is known color: Mantis. HEX triplet: 70, D4 and 4A. RGB value is (112,212,74). Sum of RGB (Red+Green+Blue) = 112+212+74=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #70D44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D44A is #8F2BB5. Grayscale: #A6A6A6. Windows color (decimal): -9382838 or 4904048. OLE color: 4904048.
HSL color Cylindrical-coordinate representation of color #70D44A: hue angle of 103.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70D44A is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 74 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.17 |
| HSL | 103.48º | 0.62% | 0.56% | - |
| HSV(B) | 103.48º | 0.65% | 0.83% | - |
| XYZ | 31.46 | 51.03 | 14.67 | - |
| YUV | 166.37 | 75.87 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 74 | 0.47 | 0 | 0.65 | 0.17 | 103.48 | 0.62 | 0.56 |
| Hex | 70 | D4 | 4A | 2F | 0 | 41 | 11 | 67 | 3E | 38 |
| Octal | 160 | 324 | 112 | 57 | 0 | 101 | 21 | 147 | 76 | 70 |
| Binary | 1110000 | 11010100 | 1001010 | 101111 | 0 | 1000001 | 10001 | 1100111 | 111110 | 111000 |
Color Harmonies of #70D44A
Complementary color
Monochromatic Colors of #70D44A
Black with #70D44A
Text Example
Text Example
White with #70D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D44A; }
p { color: rgb(112,212,74); }
H1.HeaderClassName
{
color: #70D44A;
}
.AnyTagClassName
{
color: #70D44A;
}
</style>
background-color css
<style>
a { background-color: #70D44A; }
a { background-color: rgb(112,212,74); }
div.DivClassName
{
background-color: #70D44A;
}
.BgClassName
{
background-color: #70D44A;
}
</style>
border-color css
<style>
span { border-color: #70D44A; }
span { border-color: rgb(112,212,74); }
td.TdClassName
{
border-color: #70D44A;
}
.TagClassName
{
border-color: #70D44A;
}
</style>