Shades of Light Green #70FE96
Tints of Light Green #70FE96
RGB
CMYK
RGB Variations
Color information
#70FE96 (or 0x70FE96) is known color: Light Green. HEX triplet: 70, FE and 96. RGB value is (112,254,150). Sum of RGB (Red+Green+Blue) = 112+254+150=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE96 is #8F0169. Grayscale: #C7C7C7. Windows color (decimal): -9372010 or 9895536. OLE color: 9895536.
HSL color Cylindrical-coordinate representation of color #70FE96: hue angle of 136.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE96 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 150 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.00 |
| HSL | 136.06º | 0.99% | 0.72% | - |
| HSV(B) | 136.06º | 0.56% | 1% | - |
| XYZ | 47.63 | 76.53 | 41.12 | - |
| YUV | 199.69 | 99.96 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 150 | 0.56 | 0 | 0.41 | 0.00 | 136.06 | 0.99 | 0.72 |
| Hex | 70 | FE | 96 | 38 | 0 | 29 | 0 | 88 | 63 | 48 |
| Octal | 160 | 376 | 226 | 70 | 0 | 51 | 0 | 210 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10010110 | 111000 | 0 | 101001 | 0 | 10001000 | 1100011 | 1001000 |
Color Harmonies of #70FE96
Complementary color
Monochromatic Colors of #70FE96
Black with #70FE96
Text Example
Text Example
White with #70FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE96; }
p { color: rgb(112,254,150); }
H1.HeaderClassName
{
color: #70FE96;
}
.AnyTagClassName
{
color: #70FE96;
}
</style>
background-color css
<style>
a { background-color: #70FE96; }
a { background-color: rgb(112,254,150); }
div.DivClassName
{
background-color: #70FE96;
}
.BgClassName
{
background-color: #70FE96;
}
</style>
border-color css
<style>
span { border-color: #70FE96; }
span { border-color: rgb(112,254,150); }
td.TdClassName
{
border-color: #70FE96;
}
.TagClassName
{
border-color: #70FE96;
}
</style>