Shades of Mantis #70D348
Tints of Mantis #70D348
RGB
CMYK
RGB Variations
Color information
#70D348 (or 0x70D348) is known color: Mantis. HEX triplet: 70, D3 and 48. RGB value is (112,211,72). Sum of RGB (Red+Green+Blue) = 112+211+72=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #70D348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D348 is #8F2CB7. Grayscale: #A6A6A6. Windows color (decimal): -9383096 or 4772720. OLE color: 4772720.
HSL color Cylindrical-coordinate representation of color #70D348: hue angle of 102.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70D348 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 72 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.17 |
| HSL | 102.73º | 0.61% | 0.55% | - |
| HSV(B) | 102.73º | 0.66% | 0.83% | - |
| XYZ | 31.15 | 50.5 | 14.24 | - |
| YUV | 165.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 72 | 0.47 | 0 | 0.66 | 0.17 | 102.73 | 0.61 | 0.55 |
| Hex | 70 | D3 | 48 | 2F | 0 | 42 | 11 | 67 | 3D | 37 |
| Octal | 160 | 323 | 110 | 57 | 0 | 102 | 21 | 147 | 75 | 67 |
| Binary | 1110000 | 11010011 | 1001000 | 101111 | 0 | 1000010 | 10001 | 1100111 | 111101 | 110111 |
Color Harmonies of #70D348
Complementary color
Monochromatic Colors of #70D348
Black with #70D348
Text Example
Text Example
White with #70D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D348; }
p { color: rgb(112,211,72); }
H1.HeaderClassName
{
color: #70D348;
}
.AnyTagClassName
{
color: #70D348;
}
</style>
background-color css
<style>
a { background-color: #70D348; }
a { background-color: rgb(112,211,72); }
div.DivClassName
{
background-color: #70D348;
}
.BgClassName
{
background-color: #70D348;
}
</style>
border-color css
<style>
span { border-color: #70D348; }
span { border-color: rgb(112,211,72); }
td.TdClassName
{
border-color: #70D348;
}
.TagClassName
{
border-color: #70D348;
}
</style>