Shades of Mantis #70D647
Tints of Mantis #70D647
RGB
CMYK
RGB Variations
Color information
#70D647 (or 0x70D647) is known color: Mantis. HEX triplet: 70, D6 and 47. RGB value is (112,214,71). Sum of RGB (Red+Green+Blue) = 112+214+71=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #70D647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D647 is #8F29B8. Grayscale: #A7A7A7. Windows color (decimal): -9382329 or 4707952. OLE color: 4707952.
HSL color Cylindrical-coordinate representation of color #70D647: hue angle of 102.8º degrees, saturation: 0.64, 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 #70D647 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 71 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.16 |
| HSL | 102.8º | 0.64% | 0.56% | - |
| HSV(B) | 102.8º | 0.67% | 0.84% | - |
| XYZ | 31.87 | 51.99 | 14.32 | - |
| YUV | 167.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 71 | 0.48 | 0 | 0.67 | 0.16 | 102.8 | 0.64 | 0.56 |
| Hex | 70 | D6 | 47 | 30 | 0 | 43 | 10 | 67 | 40 | 38 |
| Octal | 160 | 326 | 107 | 60 | 0 | 103 | 20 | 147 | 100 | 70 |
| Binary | 1110000 | 11010110 | 1000111 | 110000 | 0 | 1000011 | 10000 | 1100111 | 1000000 | 111000 |
Color Harmonies of #70D647
Complementary color
Monochromatic Colors of #70D647
Black with #70D647
Text Example
Text Example
White with #70D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D647; }
p { color: rgb(112,214,71); }
H1.HeaderClassName
{
color: #70D647;
}
.AnyTagClassName
{
color: #70D647;
}
</style>
background-color css
<style>
a { background-color: #70D647; }
a { background-color: rgb(112,214,71); }
div.DivClassName
{
background-color: #70D647;
}
.BgClassName
{
background-color: #70D647;
}
</style>
border-color css
<style>
span { border-color: #70D647; }
span { border-color: rgb(112,214,71); }
td.TdClassName
{
border-color: #70D647;
}
.TagClassName
{
border-color: #70D647;
}
</style>