Shades of Mantis #70CC4A
Tints of Mantis #70CC4A
RGB
CMYK
RGB Variations
Color information
#70CC4A (or 0x70CC4A) is known color: Mantis. HEX triplet: 70, CC and 4A. RGB value is (112,204,74). Sum of RGB (Red+Green+Blue) = 112+204+74=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC4A is #8F33B5. Grayscale: #A2A2A2. Windows color (decimal): -9384886 or 4902000. OLE color: 4902000.
HSL color Cylindrical-coordinate representation of color #70CC4A: hue angle of 102.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70CC4A is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 74 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.2 |
| HSL | 102.46º | 0.56% | 0.55% | - |
| HSV(B) | 102.46º | 0.64% | 0.8% | - |
| XYZ | 29.51 | 47.12 | 14.02 | - |
| YUV | 161.67 | 78.52 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 74 | 0.45 | 0 | 0.64 | 0.2 | 102.46 | 0.56 | 0.55 |
| Hex | 70 | CC | 4A | 2D | 0 | 40 | 14 | 66 | 38 | 37 |
| Octal | 160 | 314 | 112 | 55 | 0 | 100 | 24 | 146 | 70 | 67 |
| Binary | 1110000 | 11001100 | 1001010 | 101101 | 0 | 1000000 | 10100 | 1100110 | 111000 | 110111 |
Color Harmonies of #70CC4A
Complementary color
Monochromatic Colors of #70CC4A
Black with #70CC4A
Text Example
Text Example
White with #70CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CC4A; }
p { color: rgb(112,204,74); }
H1.HeaderClassName
{
color: #70CC4A;
}
.AnyTagClassName
{
color: #70CC4A;
}
</style>
background-color css
<style>
a { background-color: #70CC4A; }
a { background-color: rgb(112,204,74); }
div.DivClassName
{
background-color: #70CC4A;
}
.BgClassName
{
background-color: #70CC4A;
}
</style>
border-color css
<style>
span { border-color: #70CC4A; }
span { border-color: rgb(112,204,74); }
td.TdClassName
{
border-color: #70CC4A;
}
.TagClassName
{
border-color: #70CC4A;
}
</style>