Shades of Light Green #70FA99
Tints of Light Green #70FA99
RGB
CMYK
RGB Variations
Color information
#70FA99 (or 0x70FA99) is known color: Light Green. HEX triplet: 70, FA and 99. RGB value is (112,250,153). Sum of RGB (Red+Green+Blue) = 112+250+153=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA99 is #8F0566. Grayscale: #C5C5C5. Windows color (decimal): -9373031 or 10091120. OLE color: 10091120.
HSL color Cylindrical-coordinate representation of color #70FA99: hue angle of 137.83º 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 #70FA99 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 153 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.02 |
| HSL | 137.83º | 0.93% | 0.71% | - |
| HSV(B) | 137.83º | 0.55% | 0.98% | - |
| XYZ | 46.62 | 74.12 | 41.99 | - |
| YUV | 197.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 153 | 0.55 | 0 | 0.39 | 0.02 | 137.83 | 0.93 | 0.71 |
| Hex | 70 | FA | 99 | 37 | 0 | 27 | 2 | 8A | 5D | 47 |
| Octal | 160 | 372 | 231 | 67 | 0 | 47 | 2 | 212 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10011001 | 110111 | 0 | 100111 | 10 | 10001010 | 1011101 | 1000111 |
Color Harmonies of #70FA99
Complementary color
Monochromatic Colors of #70FA99
Black with #70FA99
Text Example
Text Example
White with #70FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA99; }
p { color: rgb(112,250,153); }
H1.HeaderClassName
{
color: #70FA99;
}
.AnyTagClassName
{
color: #70FA99;
}
</style>
background-color css
<style>
a { background-color: #70FA99; }
a { background-color: rgb(112,250,153); }
div.DivClassName
{
background-color: #70FA99;
}
.BgClassName
{
background-color: #70FA99;
}
</style>
border-color css
<style>
span { border-color: #70FA99; }
span { border-color: rgb(112,250,153); }
td.TdClassName
{
border-color: #70FA99;
}
.TagClassName
{
border-color: #70FA99;
}
</style>