Shades of Mantis #70D643
Tints of Mantis #70D643
RGB
CMYK
RGB Variations
Color information
#70D643 (or 0x70D643) is known color: Mantis. HEX triplet: 70, D6 and 43. RGB value is (112,214,67). Sum of RGB (Red+Green+Blue) = 112+214+67=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #70D643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D643 is #8F29BC. Grayscale: #A7A7A7. Windows color (decimal): -9382333 or 4445808. OLE color: 4445808.
HSL color Cylindrical-coordinate representation of color #70D643: hue angle of 101.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70D643 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 67 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.16 |
| HSL | 101.63º | 0.64% | 0.55% | - |
| HSV(B) | 101.63º | 0.69% | 0.84% | - |
| XYZ | 31.74 | 51.94 | 13.66 | - |
| YUV | 166.74 | 71.71 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 67 | 0.48 | 0 | 0.69 | 0.16 | 101.63 | 0.64 | 0.55 |
| Hex | 70 | D6 | 43 | 30 | 0 | 45 | 10 | 66 | 40 | 37 |
| Octal | 160 | 326 | 103 | 60 | 0 | 105 | 20 | 146 | 100 | 67 |
| Binary | 1110000 | 11010110 | 1000011 | 110000 | 0 | 1000101 | 10000 | 1100110 | 1000000 | 110111 |
Color Harmonies of #70D643
Complementary color
Monochromatic Colors of #70D643
Black with #70D643
Text Example
Text Example
White with #70D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D643; }
p { color: rgb(112,214,67); }
H1.HeaderClassName
{
color: #70D643;
}
.AnyTagClassName
{
color: #70D643;
}
</style>
background-color css
<style>
a { background-color: #70D643; }
a { background-color: rgb(112,214,67); }
div.DivClassName
{
background-color: #70D643;
}
.BgClassName
{
background-color: #70D643;
}
</style>
border-color css
<style>
span { border-color: #70D643; }
span { border-color: rgb(112,214,67); }
td.TdClassName
{
border-color: #70D643;
}
.TagClassName
{
border-color: #70D643;
}
</style>