Shades of Light Green #70FF95
Tints of Light Green #70FF95
RGB
CMYK
RGB Variations
Color information
#70FF95 (or 0x70FF95) is known color: Light Green. HEX triplet: 70, FF and 95. RGB value is (112,255,149). Sum of RGB (Red+Green+Blue) = 112+255+149=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF95 is #8F006A. Grayscale: #C8C8C8. Windows color (decimal): -9371755 or 9830256. OLE color: 9830256.
HSL color Cylindrical-coordinate representation of color #70FF95: hue angle of 135.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF95 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 149 | - |
| CMYK | 0.56 | 0 | 0.42 | 0 |
| HSL | 135.52º | 1% | 0.72% | - |
| HSV(B) | 135.52º | 0.56% | 1% | - |
| XYZ | 47.87 | 77.13 | 40.8 | - |
| YUV | 200.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 149 | 0.56 | 0 | 0.42 | 0 | 135.52 | 1 | 0.72 |
| Hex | 70 | FF | 95 | 38 | 0 | 2A | 0 | 88 | 64 | 48 |
| Octal | 160 | 377 | 225 | 70 | 0 | 52 | 0 | 210 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10010101 | 111000 | 0 | 101010 | 0 | 10001000 | 1100100 | 1001000 |
Color Harmonies of #70FF95
Complementary color
Monochromatic Colors of #70FF95
Black with #70FF95
Text Example
Text Example
White with #70FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF95; }
p { color: rgb(112,255,149); }
H1.HeaderClassName
{
color: #70FF95;
}
.AnyTagClassName
{
color: #70FF95;
}
</style>
background-color css
<style>
a { background-color: #70FF95; }
a { background-color: rgb(112,255,149); }
div.DivClassName
{
background-color: #70FF95;
}
.BgClassName
{
background-color: #70FF95;
}
</style>
border-color css
<style>
span { border-color: #70FF95; }
span { border-color: rgb(112,255,149); }
td.TdClassName
{
border-color: #70FF95;
}
.TagClassName
{
border-color: #70FF95;
}
</style>