Shades of Light Green #70FA90
Tints of Light Green #70FA90
RGB
CMYK
RGB Variations
Color information
#70FA90 (or 0x70FA90) is known color: Light Green. HEX triplet: 70, FA and 90. RGB value is (112,250,144). Sum of RGB (Red+Green+Blue) = 112+250+144=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA90 is #8F056F. Grayscale: #C4C4C4. Windows color (decimal): -9373040 or 9501296. OLE color: 9501296.
HSL color Cylindrical-coordinate representation of color #70FA90: hue angle of 133.91º degrees, saturation: 0.93, 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 #70FA90 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 144 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.02 |
| HSL | 133.91º | 0.93% | 0.71% | - |
| HSV(B) | 133.91º | 0.55% | 0.98% | - |
| XYZ | 45.9 | 73.83 | 38.22 | - |
| YUV | 196.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 144 | 0.55 | 0 | 0.42 | 0.02 | 133.91 | 0.93 | 0.71 |
| Hex | 70 | FA | 90 | 37 | 0 | 2A | 2 | 86 | 5D | 47 |
| Octal | 160 | 372 | 220 | 67 | 0 | 52 | 2 | 206 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10010000 | 110111 | 0 | 101010 | 10 | 10000110 | 1011101 | 1000111 |
Color Harmonies of #70FA90
Complementary color
Monochromatic Colors of #70FA90
Black with #70FA90
Text Example
Text Example
White with #70FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA90; }
p { color: rgb(112,250,144); }
H1.HeaderClassName
{
color: #70FA90;
}
.AnyTagClassName
{
color: #70FA90;
}
</style>
background-color css
<style>
a { background-color: #70FA90; }
a { background-color: rgb(112,250,144); }
div.DivClassName
{
background-color: #70FA90;
}
.BgClassName
{
background-color: #70FA90;
}
</style>
border-color css
<style>
span { border-color: #70FA90; }
span { border-color: rgb(112,250,144); }
td.TdClassName
{
border-color: #70FA90;
}
.TagClassName
{
border-color: #70FA90;
}
</style>