Shades of Light Green #70EC99
Tints of Light Green #70EC99
RGB
CMYK
RGB Variations
Color information
#70EC99 (or 0x70EC99) is known color: Light Green. HEX triplet: 70, EC and 99. RGB value is (112,236,153). Sum of RGB (Red+Green+Blue) = 112+236+153=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC99 is #8F1366. Grayscale: #BDBDBD. Windows color (decimal): -9376615 or 10087536. OLE color: 10087536.
HSL color Cylindrical-coordinate representation of color #70EC99: hue angle of 139.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC99 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 153 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.07 |
| HSL | 139.84º | 0.77% | 0.68% | - |
| HSV(B) | 139.84º | 0.53% | 0.93% | - |
| XYZ | 42.43 | 65.74 | 40.59 | - |
| YUV | 189.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 153 | 0.53 | 0 | 0.35 | 0.07 | 139.84 | 0.77 | 0.68 |
| Hex | 70 | EC | 99 | 35 | 0 | 23 | 7 | 8C | 4D | 44 |
| Octal | 160 | 354 | 231 | 65 | 0 | 43 | 7 | 214 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10011001 | 110101 | 0 | 100011 | 111 | 10001100 | 1001101 | 1000100 |
Color Harmonies of #70EC99
Complementary color
Monochromatic Colors of #70EC99
Black with #70EC99
Text Example
Text Example
White with #70EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC99; }
p { color: rgb(112,236,153); }
H1.HeaderClassName
{
color: #70EC99;
}
.AnyTagClassName
{
color: #70EC99;
}
</style>
background-color css
<style>
a { background-color: #70EC99; }
a { background-color: rgb(112,236,153); }
div.DivClassName
{
background-color: #70EC99;
}
.BgClassName
{
background-color: #70EC99;
}
</style>
border-color css
<style>
span { border-color: #70EC99; }
span { border-color: rgb(112,236,153); }
td.TdClassName
{
border-color: #70EC99;
}
.TagClassName
{
border-color: #70EC99;
}
</style>