Shades of Mantis #70D05A
Tints of Mantis #70D05A
RGB
CMYK
RGB Variations
Color information
#70D05A (or 0x70D05A) is known color: Mantis. HEX triplet: 70, D0 and 5A. RGB value is (112,208,90). Sum of RGB (Red+Green+Blue) = 112+208+90=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #70D05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D05A is #8F2FA5. Grayscale: #A6A6A6. Windows color (decimal): -9383846 or 5951600. OLE color: 5951600.
HSL color Cylindrical-coordinate representation of color #70D05A: hue angle of 108.81º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70D05A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 90 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.18 |
| HSL | 108.81º | 0.56% | 0.58% | - |
| HSV(B) | 108.81º | 0.57% | 0.82% | - |
| XYZ | 31.08 | 49.29 | 17.55 | - |
| YUV | 165.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 90 | 0.46 | 0 | 0.57 | 0.18 | 108.81 | 0.56 | 0.58 |
| Hex | 70 | D0 | 5A | 2E | 0 | 39 | 12 | 6D | 38 | 3A |
| Octal | 160 | 320 | 132 | 56 | 0 | 71 | 22 | 155 | 70 | 72 |
| Binary | 1110000 | 11010000 | 1011010 | 101110 | 0 | 111001 | 10010 | 1101101 | 111000 | 111010 |
Color Harmonies of #70D05A
Complementary color
Monochromatic Colors of #70D05A
Black with #70D05A
Text Example
Text Example
White with #70D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D05A; }
p { color: rgb(112,208,90); }
H1.HeaderClassName
{
color: #70D05A;
}
.AnyTagClassName
{
color: #70D05A;
}
</style>
background-color css
<style>
a { background-color: #70D05A; }
a { background-color: rgb(112,208,90); }
div.DivClassName
{
background-color: #70D05A;
}
.BgClassName
{
background-color: #70D05A;
}
</style>
border-color css
<style>
span { border-color: #70D05A; }
span { border-color: rgb(112,208,90); }
td.TdClassName
{
border-color: #70D05A;
}
.TagClassName
{
border-color: #70D05A;
}
</style>