Shades of Mantis #70CA4D
Tints of Mantis #70CA4D
RGB
CMYK
RGB Variations
Color information
#70CA4D (or 0x70CA4D) is known color: Mantis. HEX triplet: 70, CA and 4D. RGB value is (112,202,77). Sum of RGB (Red+Green+Blue) = 112+202+77=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA4D is #8F35B2. Grayscale: #A1A1A1. Windows color (decimal): -9385395 or 5098096. OLE color: 5098096.
HSL color Cylindrical-coordinate representation of color #70CA4D: hue angle of 103.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70CA4D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 77 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.21 |
| HSL | 103.2º | 0.54% | 0.55% | - |
| HSV(B) | 103.2º | 0.62% | 0.79% | - |
| XYZ | 29.14 | 46.22 | 14.41 | - |
| YUV | 160.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 77 | 0.45 | 0 | 0.62 | 0.21 | 103.2 | 0.54 | 0.55 |
| Hex | 70 | CA | 4D | 2D | 0 | 3E | 15 | 67 | 36 | 37 |
| Octal | 160 | 312 | 115 | 55 | 0 | 76 | 25 | 147 | 66 | 67 |
| Binary | 1110000 | 11001010 | 1001101 | 101101 | 0 | 111110 | 10101 | 1100111 | 110110 | 110111 |
Color Harmonies of #70CA4D
Complementary color
Monochromatic Colors of #70CA4D
Black with #70CA4D
Text Example
Text Example
White with #70CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA4D; }
p { color: rgb(112,202,77); }
H1.HeaderClassName
{
color: #70CA4D;
}
.AnyTagClassName
{
color: #70CA4D;
}
</style>
background-color css
<style>
a { background-color: #70CA4D; }
a { background-color: rgb(112,202,77); }
div.DivClassName
{
background-color: #70CA4D;
}
.BgClassName
{
background-color: #70CA4D;
}
</style>
border-color css
<style>
span { border-color: #70CA4D; }
span { border-color: rgb(112,202,77); }
td.TdClassName
{
border-color: #70CA4D;
}
.TagClassName
{
border-color: #70CA4D;
}
</style>