Shades of Light Green #70F296
Tints of Light Green #70F296
RGB
CMYK
RGB Variations
Color information
#70F296 (or 0x70F296) is known color: Light Green. HEX triplet: 70, F2 and 96. RGB value is (112,242,150). Sum of RGB (Red+Green+Blue) = 112+242+150=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #70F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F296 is #8F0D69. Grayscale: #C0C0C0. Windows color (decimal): -9375082 or 9892464. OLE color: 9892464.
HSL color Cylindrical-coordinate representation of color #70F296: hue angle of 137.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F296 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 150 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.05 |
| HSL | 137.54º | 0.83% | 0.69% | - |
| HSV(B) | 137.54º | 0.54% | 0.95% | - |
| XYZ | 43.94 | 69.15 | 39.89 | - |
| YUV | 192.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 150 | 0.54 | 0 | 0.38 | 0.05 | 137.54 | 0.83 | 0.69 |
| Hex | 70 | F2 | 96 | 36 | 0 | 26 | 5 | 8A | 53 | 45 |
| Octal | 160 | 362 | 226 | 66 | 0 | 46 | 5 | 212 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10010110 | 110110 | 0 | 100110 | 101 | 10001010 | 1010011 | 1000101 |
Color Harmonies of #70F296
Complementary color
Monochromatic Colors of #70F296
Black with #70F296
Text Example
Text Example
White with #70F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F296; }
p { color: rgb(112,242,150); }
H1.HeaderClassName
{
color: #70F296;
}
.AnyTagClassName
{
color: #70F296;
}
</style>
background-color css
<style>
a { background-color: #70F296; }
a { background-color: rgb(112,242,150); }
div.DivClassName
{
background-color: #70F296;
}
.BgClassName
{
background-color: #70F296;
}
</style>
border-color css
<style>
span { border-color: #70F296; }
span { border-color: rgb(112,242,150); }
td.TdClassName
{
border-color: #70F296;
}
.TagClassName
{
border-color: #70F296;
}
</style>