Shades of Light Green #70F790
Tints of Light Green #70F790
RGB
CMYK
RGB Variations
Color information
#70F790 (or 0x70F790) is known color: Light Green. HEX triplet: 70, F7 and 90. RGB value is (112,247,144). Sum of RGB (Red+Green+Blue) = 112+247+144=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #70F790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F790 is #8F086F. Grayscale: #C3C3C3. Windows color (decimal): -9373808 or 9500528. OLE color: 9500528.
HSL color Cylindrical-coordinate representation of color #70F790: hue angle of 134.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F790 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 144 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.03 |
| HSL | 134.22º | 0.89% | 0.7% | - |
| HSV(B) | 134.22º | 0.55% | 0.97% | - |
| XYZ | 44.98 | 71.98 | 37.91 | - |
| YUV | 194.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 144 | 0.55 | 0 | 0.42 | 0.03 | 134.22 | 0.89 | 0.7 |
| Hex | 70 | F7 | 90 | 37 | 0 | 2A | 3 | 86 | 59 | 46 |
| Octal | 160 | 367 | 220 | 67 | 0 | 52 | 3 | 206 | 131 | 106 |
| Binary | 1110000 | 11110111 | 10010000 | 110111 | 0 | 101010 | 11 | 10000110 | 1011001 | 1000110 |
Color Harmonies of #70F790
Complementary color
Monochromatic Colors of #70F790
Black with #70F790
Text Example
Text Example
White with #70F790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F790; }
p { color: rgb(112,247,144); }
H1.HeaderClassName
{
color: #70F790;
}
.AnyTagClassName
{
color: #70F790;
}
</style>
background-color css
<style>
a { background-color: #70F790; }
a { background-color: rgb(112,247,144); }
div.DivClassName
{
background-color: #70F790;
}
.BgClassName
{
background-color: #70F790;
}
</style>
border-color css
<style>
span { border-color: #70F790; }
span { border-color: rgb(112,247,144); }
td.TdClassName
{
border-color: #70F790;
}
.TagClassName
{
border-color: #70F790;
}
</style>