Shades of Light Green #70FA96
Tints of Light Green #70FA96
RGB
CMYK
RGB Variations
Color information
#70FA96 (or 0x70FA96) is known color: Light Green. HEX triplet: 70, FA and 96. RGB value is (112,250,150). Sum of RGB (Red+Green+Blue) = 112+250+150=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA96 is #8F0569. Grayscale: #C5C5C5. Windows color (decimal): -9373034 or 9894512. OLE color: 9894512.
HSL color Cylindrical-coordinate representation of color #70FA96: hue angle of 136.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FA96 is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 150 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.02 |
| HSL | 136.52º | 0.93% | 0.71% | - |
| HSV(B) | 136.52º | 0.55% | 0.98% | - |
| XYZ | 46.37 | 74.02 | 40.7 | - |
| YUV | 197.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 150 | 0.55 | 0 | 0.4 | 0.02 | 136.52 | 0.93 | 0.71 |
| Hex | 70 | FA | 96 | 37 | 0 | 28 | 2 | 89 | 5D | 47 |
| Octal | 160 | 372 | 226 | 67 | 0 | 50 | 2 | 211 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10010110 | 110111 | 0 | 101000 | 10 | 10001001 | 1011101 | 1000111 |
Color Harmonies of #70FA96
Complementary color
Monochromatic Colors of #70FA96
Black with #70FA96
Text Example
Text Example
White with #70FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA96; }
p { color: rgb(112,250,150); }
H1.HeaderClassName
{
color: #70FA96;
}
.AnyTagClassName
{
color: #70FA96;
}
</style>
background-color css
<style>
a { background-color: #70FA96; }
a { background-color: rgb(112,250,150); }
div.DivClassName
{
background-color: #70FA96;
}
.BgClassName
{
background-color: #70FA96;
}
</style>
border-color css
<style>
span { border-color: #70FA96; }
span { border-color: rgb(112,250,150); }
td.TdClassName
{
border-color: #70FA96;
}
.TagClassName
{
border-color: #70FA96;
}
</style>