Shades of Lawn Green #70F008
Tints of Lawn Green #70F008
RGB
CMYK
RGB Variations
Color information
#70F008 (or 0x70F008) is known color: Lawn Green. HEX triplet: 70, F0 and 08. RGB value is (112,240,8). Sum of RGB (Red+Green+Blue) = 112+240+8=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #70F008 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F008 is #8F0FF7. Grayscale: #B0B0B0. Windows color (decimal): -9375736 or 585840. OLE color: 585840.
HSL color Cylindrical-coordinate representation of color #70F008: hue angle of 93.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70F008 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 8 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.06 |
| HSL | 93.1º | 0.94% | 0.49% | - |
| HSV(B) | 93.1º | 0.97% | 0.94% | - |
| XYZ | 37.89 | 65.78 | 10.93 | - |
| YUV | 175.28 | 33.59 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 8 | 0.53 | 0 | 0.97 | 0.06 | 93.1 | 0.94 | 0.49 |
| Hex | 70 | F0 | 8 | 35 | 0 | 61 | 6 | 5D | 5E | 31 |
| Octal | 160 | 360 | 10 | 65 | 0 | 141 | 6 | 135 | 136 | 61 |
| Binary | 1110000 | 11110000 | 1000 | 110101 | 0 | 1100001 | 110 | 1011101 | 1011110 | 110001 |
Color Harmonies of #70F008
Complementary color
Monochromatic Colors of #70F008
Black with #70F008
Text Example
Text Example
White with #70F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F008; }
p { color: rgb(112,240,8); }
H1.HeaderClassName
{
color: #70F008;
}
.AnyTagClassName
{
color: #70F008;
}
</style>
background-color css
<style>
a { background-color: #70F008; }
a { background-color: rgb(112,240,8); }
div.DivClassName
{
background-color: #70F008;
}
.BgClassName
{
background-color: #70F008;
}
</style>
border-color css
<style>
span { border-color: #70F008; }
span { border-color: rgb(112,240,8); }
td.TdClassName
{
border-color: #70F008;
}
.TagClassName
{
border-color: #70F008;
}
</style>