Shades of Light Green #70F899
Tints of Light Green #70F899
RGB
CMYK
RGB Variations
Color information
#70F899 (or 0x70F899) is known color: Light Green. HEX triplet: 70, F8 and 99. RGB value is (112,248,153). Sum of RGB (Red+Green+Blue) = 112+248+153=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #70F899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F899 is #8F0766. Grayscale: #C4C4C4. Windows color (decimal): -9373543 or 10090608. OLE color: 10090608.
HSL color Cylindrical-coordinate representation of color #70F899: hue angle of 138.09º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F899 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 153 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.03 |
| HSL | 138.09º | 0.91% | 0.71% | - |
| HSV(B) | 138.09º | 0.55% | 0.97% | - |
| XYZ | 46 | 72.88 | 41.78 | - |
| YUV | 196.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 153 | 0.55 | 0 | 0.38 | 0.03 | 138.09 | 0.91 | 0.71 |
| Hex | 70 | F8 | 99 | 37 | 0 | 26 | 3 | 8A | 5B | 47 |
| Octal | 160 | 370 | 231 | 67 | 0 | 46 | 3 | 212 | 133 | 107 |
| Binary | 1110000 | 11111000 | 10011001 | 110111 | 0 | 100110 | 11 | 10001010 | 1011011 | 1000111 |
Color Harmonies of #70F899
Complementary color
Monochromatic Colors of #70F899
Black with #70F899
Text Example
Text Example
White with #70F899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F899; }
p { color: rgb(112,248,153); }
H1.HeaderClassName
{
color: #70F899;
}
.AnyTagClassName
{
color: #70F899;
}
</style>
background-color css
<style>
a { background-color: #70F899; }
a { background-color: rgb(112,248,153); }
div.DivClassName
{
background-color: #70F899;
}
.BgClassName
{
background-color: #70F899;
}
</style>
border-color css
<style>
span { border-color: #70F899; }
span { border-color: rgb(112,248,153); }
td.TdClassName
{
border-color: #70F899;
}
.TagClassName
{
border-color: #70F899;
}
</style>