Shades of Light Green #70F199
Tints of Light Green #70F199
RGB
CMYK
RGB Variations
Color information
#70F199 (or 0x70F199) is known color: Light Green. HEX triplet: 70, F1 and 99. RGB value is (112,241,153). Sum of RGB (Red+Green+Blue) = 112+241+153=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #70F199 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F199 is #8F0E66. Grayscale: #C0C0C0. Windows color (decimal): -9375335 or 10088816. OLE color: 10088816.
HSL color Cylindrical-coordinate representation of color #70F199: hue angle of 139.07º degrees, saturation: 0.82, 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 #70F199 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 153 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.05 |
| HSL | 139.07º | 0.82% | 0.69% | - |
| HSV(B) | 139.07º | 0.54% | 0.95% | - |
| XYZ | 43.89 | 68.66 | 41.08 | - |
| YUV | 192.4 | 105.76 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 153 | 0.54 | 0 | 0.37 | 0.05 | 139.07 | 0.82 | 0.69 |
| Hex | 70 | F1 | 99 | 36 | 0 | 25 | 5 | 8B | 52 | 45 |
| Octal | 160 | 361 | 231 | 66 | 0 | 45 | 5 | 213 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10011001 | 110110 | 0 | 100101 | 101 | 10001011 | 1010010 | 1000101 |
Color Harmonies of #70F199
Complementary color
Monochromatic Colors of #70F199
Black with #70F199
Text Example
Text Example
White with #70F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F199; }
p { color: rgb(112,241,153); }
H1.HeaderClassName
{
color: #70F199;
}
.AnyTagClassName
{
color: #70F199;
}
</style>
background-color css
<style>
a { background-color: #70F199; }
a { background-color: rgb(112,241,153); }
div.DivClassName
{
background-color: #70F199;
}
.BgClassName
{
background-color: #70F199;
}
</style>
border-color css
<style>
span { border-color: #70F199; }
span { border-color: rgb(112,241,153); }
td.TdClassName
{
border-color: #70F199;
}
.TagClassName
{
border-color: #70F199;
}
</style>