Shades of Light Green #70F098
Tints of Light Green #70F098
RGB
CMYK
RGB Variations
Color information
#70F098 (or 0x70F098) is known color: Light Green. HEX triplet: 70, F0 and 98. RGB value is (112,240,152). Sum of RGB (Red+Green+Blue) = 112+240+152=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #70F098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F098 is #8F0F67. Grayscale: #BFBFBF. Windows color (decimal): -9375592 or 10023024. OLE color: 10023024.
HSL color Cylindrical-coordinate representation of color #70F098: hue angle of 138.75º 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 #70F098 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 152 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.06 |
| HSL | 138.75º | 0.81% | 0.69% | - |
| HSV(B) | 138.75º | 0.53% | 0.94% | - |
| XYZ | 43.51 | 68.03 | 40.54 | - |
| YUV | 191.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 152 | 0.53 | 0 | 0.37 | 0.06 | 138.75 | 0.81 | 0.69 |
| Hex | 70 | F0 | 98 | 35 | 0 | 25 | 6 | 8B | 51 | 45 |
| Octal | 160 | 360 | 230 | 65 | 0 | 45 | 6 | 213 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10011000 | 110101 | 0 | 100101 | 110 | 10001011 | 1010001 | 1000101 |
Color Harmonies of #70F098
Complementary color
Monochromatic Colors of #70F098
Black with #70F098
Text Example
Text Example
White with #70F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F098; }
p { color: rgb(112,240,152); }
H1.HeaderClassName
{
color: #70F098;
}
.AnyTagClassName
{
color: #70F098;
}
</style>
background-color css
<style>
a { background-color: #70F098; }
a { background-color: rgb(112,240,152); }
div.DivClassName
{
background-color: #70F098;
}
.BgClassName
{
background-color: #70F098;
}
</style>
border-color css
<style>
span { border-color: #70F098; }
span { border-color: rgb(112,240,152); }
td.TdClassName
{
border-color: #70F098;
}
.TagClassName
{
border-color: #70F098;
}
</style>