Shades of Light Green #70FB89
Tints of Light Green #70FB89
RGB
CMYK
RGB Variations
Color information
#70FB89 (or 0x70FB89) is known color: Light Green. HEX triplet: 70, FB and 89. RGB value is (112,251,137). Sum of RGB (Red+Green+Blue) = 112+251+137=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB89 is #8F0476. Grayscale: #C4C4C4. Windows color (decimal): -9372791 or 9042800. OLE color: 9042800.
HSL color Cylindrical-coordinate representation of color #70FB89: hue angle of 130.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FB89 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 137 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.02 |
| HSL | 130.79º | 0.95% | 0.71% | - |
| HSV(B) | 130.79º | 0.55% | 0.98% | - |
| XYZ | 45.69 | 74.25 | 35.59 | - |
| YUV | 196.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 137 | 0.55 | 0 | 0.45 | 0.02 | 130.79 | 0.95 | 0.71 |
| Hex | 70 | FB | 89 | 37 | 0 | 2D | 2 | 83 | 5F | 47 |
| Octal | 160 | 373 | 211 | 67 | 0 | 55 | 2 | 203 | 137 | 107 |
| Binary | 1110000 | 11111011 | 10001001 | 110111 | 0 | 101101 | 10 | 10000011 | 1011111 | 1000111 |
Color Harmonies of #70FB89
Complementary color
Monochromatic Colors of #70FB89
Black with #70FB89
Text Example
Text Example
White with #70FB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB89; }
p { color: rgb(112,251,137); }
H1.HeaderClassName
{
color: #70FB89;
}
.AnyTagClassName
{
color: #70FB89;
}
</style>
background-color css
<style>
a { background-color: #70FB89; }
a { background-color: rgb(112,251,137); }
div.DivClassName
{
background-color: #70FB89;
}
.BgClassName
{
background-color: #70FB89;
}
</style>
border-color css
<style>
span { border-color: #70FB89; }
span { border-color: rgb(112,251,137); }
td.TdClassName
{
border-color: #70FB89;
}
.TagClassName
{
border-color: #70FB89;
}
</style>