Shades of Mantis #70DB3F
Tints of Mantis #70DB3F
RGB
CMYK
RGB Variations
Color information
#70DB3F (or 0x70DB3F) is known color: Mantis. HEX triplet: 70, DB and 3F. RGB value is (112,219,63). Sum of RGB (Red+Green+Blue) = 112+219+63=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB3F is #8F24C0. Grayscale: #A9A9A9. Windows color (decimal): -9381057 or 4184944. OLE color: 4184944.
HSL color Cylindrical-coordinate representation of color #70DB3F: hue angle of 101.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70DB3F is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 63 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.14 |
| HSL | 101.15º | 0.68% | 0.55% | - |
| HSV(B) | 101.15º | 0.71% | 0.86% | - |
| XYZ | 32.91 | 54.47 | 13.48 | - |
| YUV | 169.22 | 68.05 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 63 | 0.49 | 0 | 0.71 | 0.14 | 101.15 | 0.68 | 0.55 |
| Hex | 70 | DB | 3F | 31 | 0 | 47 | E | 65 | 44 | 37 |
| Octal | 160 | 333 | 77 | 61 | 0 | 107 | 16 | 145 | 104 | 67 |
| Binary | 1110000 | 11011011 | 111111 | 110001 | 0 | 1000111 | 1110 | 1100101 | 1000100 | 110111 |
Color Harmonies of #70DB3F
Complementary color
Monochromatic Colors of #70DB3F
Black with #70DB3F
Text Example
Text Example
White with #70DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB3F; }
p { color: rgb(112,219,63); }
H1.HeaderClassName
{
color: #70DB3F;
}
.AnyTagClassName
{
color: #70DB3F;
}
</style>
background-color css
<style>
a { background-color: #70DB3F; }
a { background-color: rgb(112,219,63); }
div.DivClassName
{
background-color: #70DB3F;
}
.BgClassName
{
background-color: #70DB3F;
}
</style>
border-color css
<style>
span { border-color: #70DB3F; }
span { border-color: rgb(112,219,63); }
td.TdClassName
{
border-color: #70DB3F;
}
.TagClassName
{
border-color: #70DB3F;
}
</style>