Shades of Light Green #70F69C
Tints of Light Green #70F69C
RGB
CMYK
RGB Variations
Color information
#70F69C (or 0x70F69C) is known color: Light Green. HEX triplet: 70, F6 and 9C. RGB value is (112,246,156). Sum of RGB (Red+Green+Blue) = 112+246+156=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #70F69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F69C is #8F0963. Grayscale: #C3C3C3. Windows color (decimal): -9374052 or 10286704. OLE color: 10286704.
HSL color Cylindrical-coordinate representation of color #70F69C: hue angle of 139.7º degrees, saturation: 0.88, 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 #70F69C is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 156 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.04 |
| HSL | 139.7º | 0.88% | 0.7% | - |
| HSV(B) | 139.7º | 0.54% | 0.96% | - |
| XYZ | 45.64 | 71.76 | 42.9 | - |
| YUV | 195.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 156 | 0.54 | 0 | 0.37 | 0.04 | 139.7 | 0.88 | 0.7 |
| Hex | 70 | F6 | 9C | 36 | 0 | 25 | 4 | 8C | 58 | 46 |
| Octal | 160 | 366 | 234 | 66 | 0 | 45 | 4 | 214 | 130 | 106 |
| Binary | 1110000 | 11110110 | 10011100 | 110110 | 0 | 100101 | 100 | 10001100 | 1011000 | 1000110 |
Color Harmonies of #70F69C
Complementary color
Monochromatic Colors of #70F69C
Black with #70F69C
Text Example
Text Example
White with #70F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F69C; }
p { color: rgb(112,246,156); }
H1.HeaderClassName
{
color: #70F69C;
}
.AnyTagClassName
{
color: #70F69C;
}
</style>
background-color css
<style>
a { background-color: #70F69C; }
a { background-color: rgb(112,246,156); }
div.DivClassName
{
background-color: #70F69C;
}
.BgClassName
{
background-color: #70F69C;
}
</style>
border-color css
<style>
span { border-color: #70F69C; }
span { border-color: rgb(112,246,156); }
td.TdClassName
{
border-color: #70F69C;
}
.TagClassName
{
border-color: #70F69C;
}
</style>