Shades of Light Green #70F490
Tints of Light Green #70F490
RGB
CMYK
RGB Variations
Color information
#70F490 (or 0x70F490) is known color: Light Green. HEX triplet: 70, F4 and 90. RGB value is (112,244,144). Sum of RGB (Red+Green+Blue) = 112+244+144=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #70F490 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F490 is #8F0B6F. Grayscale: #C1C1C1. Windows color (decimal): -9374576 or 9499760. OLE color: 9499760.
HSL color Cylindrical-coordinate representation of color #70F490: hue angle of 134.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F490 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 144 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.04 |
| HSL | 134.55º | 0.86% | 0.7% | - |
| HSV(B) | 134.55º | 0.54% | 0.96% | - |
| XYZ | 44.07 | 70.16 | 37.61 | - |
| YUV | 193.13 | 100.27 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 144 | 0.54 | 0 | 0.41 | 0.04 | 134.55 | 0.86 | 0.7 |
| Hex | 70 | F4 | 90 | 36 | 0 | 29 | 4 | 87 | 56 | 46 |
| Octal | 160 | 364 | 220 | 66 | 0 | 51 | 4 | 207 | 126 | 106 |
| Binary | 1110000 | 11110100 | 10010000 | 110110 | 0 | 101001 | 100 | 10000111 | 1010110 | 1000110 |
Color Harmonies of #70F490
Complementary color
Monochromatic Colors of #70F490
Black with #70F490
Text Example
Text Example
White with #70F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F490; }
p { color: rgb(112,244,144); }
H1.HeaderClassName
{
color: #70F490;
}
.AnyTagClassName
{
color: #70F490;
}
</style>
background-color css
<style>
a { background-color: #70F490; }
a { background-color: rgb(112,244,144); }
div.DivClassName
{
background-color: #70F490;
}
.BgClassName
{
background-color: #70F490;
}
</style>
border-color css
<style>
span { border-color: #70F490; }
span { border-color: rgb(112,244,144); }
td.TdClassName
{
border-color: #70F490;
}
.TagClassName
{
border-color: #70F490;
}
</style>