Shades of Light Green #70FDA1
Tints of Light Green #70FDA1
RGB
CMYK
RGB Variations
Color information
#70FDA1 (or 0x70FDA1) is known color: Light Green. HEX triplet: 70, FD and A1. RGB value is (112,253,161). Sum of RGB (Red+Green+Blue) = 112+253+161=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA1 is #8F025E. Grayscale: #C8C8C8. Windows color (decimal): -9372255 or 10616176. OLE color: 10616176.
HSL color Cylindrical-coordinate representation of color #70FDA1: hue angle of 140.85º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDA1 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 161 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.01 |
| HSL | 140.85º | 0.97% | 0.72% | - |
| HSV(B) | 140.85º | 0.56% | 0.99% | - |
| XYZ | 48.24 | 76.27 | 45.9 | - |
| YUV | 200.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 161 | 0.56 | 0 | 0.36 | 0.01 | 140.85 | 0.97 | 0.72 |
| Hex | 70 | FD | A1 | 38 | 0 | 24 | 1 | 8D | 61 | 48 |
| Octal | 160 | 375 | 241 | 70 | 0 | 44 | 1 | 215 | 141 | 110 |
| Binary | 1110000 | 11111101 | 10100001 | 111000 | 0 | 100100 | 1 | 10001101 | 1100001 | 1001000 |
Color Harmonies of #70FDA1
Complementary color
Monochromatic Colors of #70FDA1
Black with #70FDA1
Text Example
Text Example
White with #70FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDA1; }
p { color: rgb(112,253,161); }
H1.HeaderClassName
{
color: #70FDA1;
}
.AnyTagClassName
{
color: #70FDA1;
}
</style>
background-color css
<style>
a { background-color: #70FDA1; }
a { background-color: rgb(112,253,161); }
div.DivClassName
{
background-color: #70FDA1;
}
.BgClassName
{
background-color: #70FDA1;
}
</style>
border-color css
<style>
span { border-color: #70FDA1; }
span { border-color: rgb(112,253,161); }
td.TdClassName
{
border-color: #70FDA1;
}
.TagClassName
{
border-color: #70FDA1;
}
</style>