Shades of Lawn Green #70DC06
Tints of Lawn Green #70DC06
RGB
CMYK
RGB Variations
Color information
#70DC06 (or 0x70DC06) is known color: Lawn Green. HEX triplet: 70, DC and 06. RGB value is (112,220,6). Sum of RGB (Red+Green+Blue) = 112+220+6=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC06 is #8F23F9. Grayscale: #A4A4A4. Windows color (decimal): -9380858 or 449648. OLE color: 449648.
HSL color Cylindrical-coordinate representation of color #70DC06: hue angle of 90.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70DC06 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 6 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.14 |
| HSL | 90.28º | 0.95% | 0.44% | - |
| HSV(B) | 90.28º | 0.97% | 0.86% | - |
| XYZ | 32.31 | 54.64 | 9.02 | - |
| YUV | 163.31 | 39.22 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 6 | 0.49 | 0 | 0.97 | 0.14 | 90.28 | 0.95 | 0.44 |
| Hex | 70 | DC | 6 | 31 | 0 | 61 | E | 5A | 5F | 2C |
| Octal | 160 | 334 | 6 | 61 | 0 | 141 | 16 | 132 | 137 | 54 |
| Binary | 1110000 | 11011100 | 110 | 110001 | 0 | 1100001 | 1110 | 1011010 | 1011111 | 101100 |
Color Harmonies of #70DC06
Complementary color
Monochromatic Colors of #70DC06
Black with #70DC06
Text Example
Text Example
White with #70DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC06; }
p { color: rgb(112,220,6); }
H1.HeaderClassName
{
color: #70DC06;
}
.AnyTagClassName
{
color: #70DC06;
}
</style>
background-color css
<style>
a { background-color: #70DC06; }
a { background-color: rgb(112,220,6); }
div.DivClassName
{
background-color: #70DC06;
}
.BgClassName
{
background-color: #70DC06;
}
</style>
border-color css
<style>
span { border-color: #70DC06; }
span { border-color: rgb(112,220,6); }
td.TdClassName
{
border-color: #70DC06;
}
.TagClassName
{
border-color: #70DC06;
}
</style>