Shades of Light Green #70FDA2
Tints of Light Green #70FDA2
RGB
CMYK
RGB Variations
Color information
#70FDA2 (or 0x70FDA2) is known color: Light Green. HEX triplet: 70, FD and A2. RGB value is (112,253,162). Sum of RGB (Red+Green+Blue) = 112+253+162=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA2 is #8F025D. Grayscale: #C8C8C8. Windows color (decimal): -9372254 or 10681712. OLE color: 10681712.
HSL color Cylindrical-coordinate representation of color #70FDA2: hue angle of 141.28º 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 #70FDA2 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 162 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.01 |
| HSL | 141.28º | 0.97% | 0.72% | - |
| HSV(B) | 141.28º | 0.56% | 0.99% | - |
| XYZ | 48.33 | 76.3 | 46.36 | - |
| YUV | 200.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 162 | 0.56 | 0 | 0.36 | 0.01 | 141.28 | 0.97 | 0.72 |
| Hex | 70 | FD | A2 | 38 | 0 | 24 | 1 | 8D | 61 | 48 |
| Octal | 160 | 375 | 242 | 70 | 0 | 44 | 1 | 215 | 141 | 110 |
| Binary | 1110000 | 11111101 | 10100010 | 111000 | 0 | 100100 | 1 | 10001101 | 1100001 | 1001000 |
Color Harmonies of #70FDA2
Complementary color
Monochromatic Colors of #70FDA2
Black with #70FDA2
Text Example
Text Example
White with #70FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDA2; }
p { color: rgb(112,253,162); }
H1.HeaderClassName
{
color: #70FDA2;
}
.AnyTagClassName
{
color: #70FDA2;
}
</style>
background-color css
<style>
a { background-color: #70FDA2; }
a { background-color: rgb(112,253,162); }
div.DivClassName
{
background-color: #70FDA2;
}
.BgClassName
{
background-color: #70FDA2;
}
</style>
border-color css
<style>
span { border-color: #70FDA2; }
span { border-color: rgb(112,253,162); }
td.TdClassName
{
border-color: #70FDA2;
}
.TagClassName
{
border-color: #70FDA2;
}
</style>