Shades of Mantis #70D547
Tints of Mantis #70D547
RGB
CMYK
RGB Variations
Color information
#70D547 (or 0x70D547) is known color: Mantis. HEX triplet: 70, D5 and 47. RGB value is (112,213,71). Sum of RGB (Red+Green+Blue) = 112+213+71=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #70D547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D547 is #8F2AB8. Grayscale: #A7A7A7. Windows color (decimal): -9382585 or 4707696. OLE color: 4707696.
HSL color Cylindrical-coordinate representation of color #70D547: hue angle of 102.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70D547 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 71 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.16 |
| HSL | 102.68º | 0.63% | 0.56% | - |
| HSV(B) | 102.68º | 0.67% | 0.84% | - |
| XYZ | 31.61 | 51.49 | 14.23 | - |
| YUV | 166.61 | 74.04 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 71 | 0.47 | 0 | 0.67 | 0.16 | 102.68 | 0.63 | 0.56 |
| Hex | 70 | D5 | 47 | 2F | 0 | 43 | 10 | 67 | 3F | 38 |
| Octal | 160 | 325 | 107 | 57 | 0 | 103 | 20 | 147 | 77 | 70 |
| Binary | 1110000 | 11010101 | 1000111 | 101111 | 0 | 1000011 | 10000 | 1100111 | 111111 | 111000 |
Color Harmonies of #70D547
Complementary color
Monochromatic Colors of #70D547
Black with #70D547
Text Example
Text Example
White with #70D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D547; }
p { color: rgb(112,213,71); }
H1.HeaderClassName
{
color: #70D547;
}
.AnyTagClassName
{
color: #70D547;
}
</style>
background-color css
<style>
a { background-color: #70D547; }
a { background-color: rgb(112,213,71); }
div.DivClassName
{
background-color: #70D547;
}
.BgClassName
{
background-color: #70D547;
}
</style>
border-color css
<style>
span { border-color: #70D547; }
span { border-color: rgb(112,213,71); }
td.TdClassName
{
border-color: #70D547;
}
.TagClassName
{
border-color: #70D547;
}
</style>