Shades of Light Green #70F79C
Tints of Light Green #70F79C
RGB
CMYK
RGB Variations
Color information
#70F79C (or 0x70F79C) is known color: Light Green. HEX triplet: 70, F7 and 9C. RGB value is (112,247,156). Sum of RGB (Red+Green+Blue) = 112+247+156=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #70F79C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F79C is #8F0863. Grayscale: #C4C4C4. Windows color (decimal): -9373796 or 10286960. OLE color: 10286960.
HSL color Cylindrical-coordinate representation of color #70F79C: hue angle of 139.56º 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 #70F79C is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 156 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.03 |
| HSL | 139.56º | 0.89% | 0.7% | - |
| HSV(B) | 139.56º | 0.55% | 0.97% | - |
| XYZ | 45.94 | 72.37 | 43 | - |
| YUV | 196.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 156 | 0.55 | 0 | 0.37 | 0.03 | 139.56 | 0.89 | 0.7 |
| Hex | 70 | F7 | 9C | 37 | 0 | 25 | 3 | 8C | 59 | 46 |
| Octal | 160 | 367 | 234 | 67 | 0 | 45 | 3 | 214 | 131 | 106 |
| Binary | 1110000 | 11110111 | 10011100 | 110111 | 0 | 100101 | 11 | 10001100 | 1011001 | 1000110 |
Color Harmonies of #70F79C
Complementary color
Monochromatic Colors of #70F79C
Black with #70F79C
Text Example
Text Example
White with #70F79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F79C; }
p { color: rgb(112,247,156); }
H1.HeaderClassName
{
color: #70F79C;
}
.AnyTagClassName
{
color: #70F79C;
}
</style>
background-color css
<style>
a { background-color: #70F79C; }
a { background-color: rgb(112,247,156); }
div.DivClassName
{
background-color: #70F79C;
}
.BgClassName
{
background-color: #70F79C;
}
</style>
border-color css
<style>
span { border-color: #70F79C; }
span { border-color: rgb(112,247,156); }
td.TdClassName
{
border-color: #70F79C;
}
.TagClassName
{
border-color: #70F79C;
}
</style>