Shades of Mantis #70CA5A
Tints of Mantis #70CA5A
RGB
CMYK
RGB Variations
Color information
#70CA5A (or 0x70CA5A) is known color: Mantis. HEX triplet: 70, CA and 5A. RGB value is (112,202,90). Sum of RGB (Red+Green+Blue) = 112+202+90=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA5A is #8F35A5. Grayscale: #A2A2A2. Windows color (decimal): -9385382 or 5950064. OLE color: 5950064.
HSL color Cylindrical-coordinate representation of color #70CA5A: hue angle of 108.21º 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 #70CA5A is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 90 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.21 |
| HSL | 108.21º | 0.51% | 0.57% | - |
| HSV(B) | 108.21º | 0.55% | 0.79% | - |
| XYZ | 29.65 | 46.42 | 17.07 | - |
| YUV | 162.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 90 | 0.45 | 0 | 0.55 | 0.21 | 108.21 | 0.51 | 0.57 |
| Hex | 70 | CA | 5A | 2D | 0 | 37 | 15 | 6C | 33 | 39 |
| Octal | 160 | 312 | 132 | 55 | 0 | 67 | 25 | 154 | 63 | 71 |
| Binary | 1110000 | 11001010 | 1011010 | 101101 | 0 | 110111 | 10101 | 1101100 | 110011 | 111001 |
Color Harmonies of #70CA5A
Complementary color
Monochromatic Colors of #70CA5A
Black with #70CA5A
Text Example
Text Example
White with #70CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA5A; }
p { color: rgb(112,202,90); }
H1.HeaderClassName
{
color: #70CA5A;
}
.AnyTagClassName
{
color: #70CA5A;
}
</style>
background-color css
<style>
a { background-color: #70CA5A; }
a { background-color: rgb(112,202,90); }
div.DivClassName
{
background-color: #70CA5A;
}
.BgClassName
{
background-color: #70CA5A;
}
</style>
border-color css
<style>
span { border-color: #70CA5A; }
span { border-color: rgb(112,202,90); }
td.TdClassName
{
border-color: #70CA5A;
}
.TagClassName
{
border-color: #70CA5A;
}
</style>