Shades of Light Green #70EC93
Tints of Light Green #70EC93
RGB
CMYK
RGB Variations
Color information
#70EC93 (or 0x70EC93) is known color: Light Green. HEX triplet: 70, EC and 93. RGB value is (112,236,147). Sum of RGB (Red+Green+Blue) = 112+236+147=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC93 is #8F136C. Grayscale: #BDBDBD. Windows color (decimal): -9376621 or 9694320. OLE color: 9694320.
HSL color Cylindrical-coordinate representation of color #70EC93: hue angle of 136.94º 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 #70EC93 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 147 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.07 |
| HSL | 136.94º | 0.77% | 0.68% | - |
| HSV(B) | 136.94º | 0.53% | 0.93% | - |
| XYZ | 41.94 | 65.54 | 38.04 | - |
| YUV | 188.78 | 104.42 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 147 | 0.53 | 0 | 0.38 | 0.07 | 136.94 | 0.77 | 0.68 |
| Hex | 70 | EC | 93 | 35 | 0 | 26 | 7 | 89 | 4D | 44 |
| Octal | 160 | 354 | 223 | 65 | 0 | 46 | 7 | 211 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10010011 | 110101 | 0 | 100110 | 111 | 10001001 | 1001101 | 1000100 |
Color Harmonies of #70EC93
Complementary color
Monochromatic Colors of #70EC93
Black with #70EC93
Text Example
Text Example
White with #70EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC93; }
p { color: rgb(112,236,147); }
H1.HeaderClassName
{
color: #70EC93;
}
.AnyTagClassName
{
color: #70EC93;
}
</style>
background-color css
<style>
a { background-color: #70EC93; }
a { background-color: rgb(112,236,147); }
div.DivClassName
{
background-color: #70EC93;
}
.BgClassName
{
background-color: #70EC93;
}
</style>
border-color css
<style>
span { border-color: #70EC93; }
span { border-color: rgb(112,236,147); }
td.TdClassName
{
border-color: #70EC93;
}
.TagClassName
{
border-color: #70EC93;
}
</style>