Shades of Mantis #70CE4A
Tints of Mantis #70CE4A
RGB
CMYK
RGB Variations
Color information
#70CE4A (or 0x70CE4A) is known color: Mantis. HEX triplet: 70, CE and 4A. RGB value is (112,206,74). Sum of RGB (Red+Green+Blue) = 112+206+74=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE4A is #8F31B5. Grayscale: #A3A3A3. Windows color (decimal): -9384374 or 4902512. OLE color: 4902512.
HSL color Cylindrical-coordinate representation of color #70CE4A: hue angle of 102.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70CE4A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 74 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.19 |
| HSL | 102.73º | 0.57% | 0.55% | - |
| HSV(B) | 102.73º | 0.64% | 0.81% | - |
| XYZ | 29.99 | 48.08 | 14.18 | - |
| YUV | 162.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 74 | 0.46 | 0 | 0.64 | 0.19 | 102.73 | 0.57 | 0.55 |
| Hex | 70 | CE | 4A | 2E | 0 | 40 | 13 | 67 | 39 | 37 |
| Octal | 160 | 316 | 112 | 56 | 0 | 100 | 23 | 147 | 71 | 67 |
| Binary | 1110000 | 11001110 | 1001010 | 101110 | 0 | 1000000 | 10011 | 1100111 | 111001 | 110111 |
Color Harmonies of #70CE4A
Complementary color
Monochromatic Colors of #70CE4A
Black with #70CE4A
Text Example
Text Example
White with #70CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE4A; }
p { color: rgb(112,206,74); }
H1.HeaderClassName
{
color: #70CE4A;
}
.AnyTagClassName
{
color: #70CE4A;
}
</style>
background-color css
<style>
a { background-color: #70CE4A; }
a { background-color: rgb(112,206,74); }
div.DivClassName
{
background-color: #70CE4A;
}
.BgClassName
{
background-color: #70CE4A;
}
</style>
border-color css
<style>
span { border-color: #70CE4A; }
span { border-color: rgb(112,206,74); }
td.TdClassName
{
border-color: #70CE4A;
}
.TagClassName
{
border-color: #70CE4A;
}
</style>