Shades of Light Green #70EC98
Tints of Light Green #70EC98
RGB
CMYK
RGB Variations
Color information
#70EC98 (or 0x70EC98) is known color: Light Green. HEX triplet: 70, EC and 98. RGB value is (112,236,152). Sum of RGB (Red+Green+Blue) = 112+236+152=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC98 is #8F1367. Grayscale: #BDBDBD. Windows color (decimal): -9376616 or 10022000. OLE color: 10022000.
HSL color Cylindrical-coordinate representation of color #70EC98: hue angle of 139.35º 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 #70EC98 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 152 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.07 |
| HSL | 139.35º | 0.77% | 0.68% | - |
| HSV(B) | 139.35º | 0.53% | 0.93% | - |
| XYZ | 42.35 | 65.7 | 40.16 | - |
| YUV | 189.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 152 | 0.53 | 0 | 0.36 | 0.07 | 139.35 | 0.77 | 0.68 |
| Hex | 70 | EC | 98 | 35 | 0 | 24 | 7 | 8B | 4D | 44 |
| Octal | 160 | 354 | 230 | 65 | 0 | 44 | 7 | 213 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10011000 | 110101 | 0 | 100100 | 111 | 10001011 | 1001101 | 1000100 |
Color Harmonies of #70EC98
Complementary color
Monochromatic Colors of #70EC98
Black with #70EC98
Text Example
Text Example
White with #70EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC98; }
p { color: rgb(112,236,152); }
H1.HeaderClassName
{
color: #70EC98;
}
.AnyTagClassName
{
color: #70EC98;
}
</style>
background-color css
<style>
a { background-color: #70EC98; }
a { background-color: rgb(112,236,152); }
div.DivClassName
{
background-color: #70EC98;
}
.BgClassName
{
background-color: #70EC98;
}
</style>
border-color css
<style>
span { border-color: #70EC98; }
span { border-color: rgb(112,236,152); }
td.TdClassName
{
border-color: #70EC98;
}
.TagClassName
{
border-color: #70EC98;
}
</style>