Shades of Light Green #70F097
Tints of Light Green #70F097
RGB
CMYK
RGB Variations
Color information
#70F097 (or 0x70F097) is known color: Light Green. HEX triplet: 70, F0 and 97. RGB value is (112,240,151). Sum of RGB (Red+Green+Blue) = 112+240+151=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #70F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F097 is #8F0F68. Grayscale: #BFBFBF. Windows color (decimal): -9375593 or 9957488. OLE color: 9957488.
HSL color Cylindrical-coordinate representation of color #70F097: hue angle of 138.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F097 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 151 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.06 |
| HSL | 138.28º | 0.81% | 0.69% | - |
| HSV(B) | 138.28º | 0.53% | 0.94% | - |
| XYZ | 43.43 | 68 | 40.11 | - |
| YUV | 191.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 151 | 0.53 | 0 | 0.37 | 0.06 | 138.28 | 0.81 | 0.69 |
| Hex | 70 | F0 | 97 | 35 | 0 | 25 | 6 | 8A | 51 | 45 |
| Octal | 160 | 360 | 227 | 65 | 0 | 45 | 6 | 212 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10010111 | 110101 | 0 | 100101 | 110 | 10001010 | 1010001 | 1000101 |
Color Harmonies of #70F097
Complementary color
Monochromatic Colors of #70F097
Black with #70F097
Text Example
Text Example
White with #70F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F097; }
p { color: rgb(112,240,151); }
H1.HeaderClassName
{
color: #70F097;
}
.AnyTagClassName
{
color: #70F097;
}
</style>
background-color css
<style>
a { background-color: #70F097; }
a { background-color: rgb(112,240,151); }
div.DivClassName
{
background-color: #70F097;
}
.BgClassName
{
background-color: #70F097;
}
</style>
border-color css
<style>
span { border-color: #70F097; }
span { border-color: rgb(112,240,151); }
td.TdClassName
{
border-color: #70F097;
}
.TagClassName
{
border-color: #70F097;
}
</style>