Shades of Light Green #70F89F
Tints of Light Green #70F89F
RGB
CMYK
RGB Variations
Color information
#70F89F (or 0x70F89F) is known color: Light Green. HEX triplet: 70, F8 and 9F. RGB value is (112,248,159). Sum of RGB (Red+Green+Blue) = 112+248+159=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #70F89F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F89F is #8F0760. Grayscale: #C5C5C5. Windows color (decimal): -9373537 or 10483824. OLE color: 10483824.
HSL color Cylindrical-coordinate representation of color #70F89F: hue angle of 140.74º 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 #70F89F is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 159 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.03 |
| HSL | 140.74º | 0.91% | 0.71% | - |
| HSV(B) | 140.74º | 0.55% | 0.97% | - |
| XYZ | 46.51 | 73.08 | 44.46 | - |
| YUV | 197.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 159 | 0.55 | 0 | 0.36 | 0.03 | 140.74 | 0.91 | 0.71 |
| Hex | 70 | F8 | 9F | 37 | 0 | 24 | 3 | 8D | 5B | 47 |
| Octal | 160 | 370 | 237 | 67 | 0 | 44 | 3 | 215 | 133 | 107 |
| Binary | 1110000 | 11111000 | 10011111 | 110111 | 0 | 100100 | 11 | 10001101 | 1011011 | 1000111 |
Color Harmonies of #70F89F
Complementary color
Monochromatic Colors of #70F89F
Black with #70F89F
Text Example
Text Example
White with #70F89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F89F; }
p { color: rgb(112,248,159); }
H1.HeaderClassName
{
color: #70F89F;
}
.AnyTagClassName
{
color: #70F89F;
}
</style>
background-color css
<style>
a { background-color: #70F89F; }
a { background-color: rgb(112,248,159); }
div.DivClassName
{
background-color: #70F89F;
}
.BgClassName
{
background-color: #70F89F;
}
</style>
border-color css
<style>
span { border-color: #70F89F; }
span { border-color: rgb(112,248,159); }
td.TdClassName
{
border-color: #70F89F;
}
.TagClassName
{
border-color: #70F89F;
}
</style>