Shades of Mantis #70CA5B
Tints of Mantis #70CA5B
RGB
CMYK
RGB Variations
Color information
#70CA5B (or 0x70CA5B) is known color: Mantis. HEX triplet: 70, CA and 5B. RGB value is (112,202,91). Sum of RGB (Red+Green+Blue) = 112+202+91=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA5B is #8F35A4. Grayscale: #A2A2A2. Windows color (decimal): -9385381 or 6015600. OLE color: 6015600.
HSL color Cylindrical-coordinate representation of color #70CA5B: hue angle of 108.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CA5B is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 91 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.21 |
| HSL | 108.65º | 0.51% | 0.57% | - |
| HSV(B) | 108.65º | 0.55% | 0.79% | - |
| XYZ | 29.69 | 46.44 | 17.3 | - |
| YUV | 162.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 91 | 0.45 | 0 | 0.55 | 0.21 | 108.65 | 0.51 | 0.57 |
| Hex | 70 | CA | 5B | 2D | 0 | 37 | 15 | 6D | 33 | 39 |
| Octal | 160 | 312 | 133 | 55 | 0 | 67 | 25 | 155 | 63 | 71 |
| Binary | 1110000 | 11001010 | 1011011 | 101101 | 0 | 110111 | 10101 | 1101101 | 110011 | 111001 |
Color Harmonies of #70CA5B
Complementary color
Monochromatic Colors of #70CA5B
Black with #70CA5B
Text Example
Text Example
White with #70CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA5B; }
p { color: rgb(112,202,91); }
H1.HeaderClassName
{
color: #70CA5B;
}
.AnyTagClassName
{
color: #70CA5B;
}
</style>
background-color css
<style>
a { background-color: #70CA5B; }
a { background-color: rgb(112,202,91); }
div.DivClassName
{
background-color: #70CA5B;
}
.BgClassName
{
background-color: #70CA5B;
}
</style>
border-color css
<style>
span { border-color: #70CA5B; }
span { border-color: rgb(112,202,91); }
td.TdClassName
{
border-color: #70CA5B;
}
.TagClassName
{
border-color: #70CA5B;
}
</style>