Shades of Mantis #70DA43
Tints of Mantis #70DA43
RGB
CMYK
RGB Variations
Color information
#70DA43 (or 0x70DA43) is known color: Mantis. HEX triplet: 70, DA and 43. RGB value is (112,218,67). Sum of RGB (Red+Green+Blue) = 112+218+67=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA43 is #8F25BC. Grayscale: #A9A9A9. Windows color (decimal): -9381309 or 4446832. OLE color: 4446832.
HSL color Cylindrical-coordinate representation of color #70DA43: hue angle of 102.12º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DA43 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 67 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.15 |
| HSL | 102.12º | 0.67% | 0.56% | - |
| HSV(B) | 102.12º | 0.69% | 0.85% | - |
| XYZ | 32.77 | 53.99 | 14 | - |
| YUV | 169.09 | 70.38 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 67 | 0.49 | 0 | 0.69 | 0.15 | 102.12 | 0.67 | 0.56 |
| Hex | 70 | DA | 43 | 31 | 0 | 45 | F | 66 | 43 | 38 |
| Octal | 160 | 332 | 103 | 61 | 0 | 105 | 17 | 146 | 103 | 70 |
| Binary | 1110000 | 11011010 | 1000011 | 110001 | 0 | 1000101 | 1111 | 1100110 | 1000011 | 111000 |
Color Harmonies of #70DA43
Complementary color
Monochromatic Colors of #70DA43
Black with #70DA43
Text Example
Text Example
White with #70DA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA43; }
p { color: rgb(112,218,67); }
H1.HeaderClassName
{
color: #70DA43;
}
.AnyTagClassName
{
color: #70DA43;
}
</style>
background-color css
<style>
a { background-color: #70DA43; }
a { background-color: rgb(112,218,67); }
div.DivClassName
{
background-color: #70DA43;
}
.BgClassName
{
background-color: #70DA43;
}
</style>
border-color css
<style>
span { border-color: #70DA43; }
span { border-color: rgb(112,218,67); }
td.TdClassName
{
border-color: #70DA43;
}
.TagClassName
{
border-color: #70DA43;
}
</style>