Shades of Light Green #70FAA5
Tints of Light Green #70FAA5
RGB
CMYK
RGB Variations
Color information
#70FAA5 (or 0x70FAA5) is known color: Light Green. HEX triplet: 70, FA and A5. RGB value is (112,250,165). Sum of RGB (Red+Green+Blue) = 112+250+165=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FAA5 is #8F055A. Grayscale: #C7C7C7. Windows color (decimal): -9373019 or 10877552. OLE color: 10877552.
HSL color Cylindrical-coordinate representation of color #70FAA5: hue angle of 143.04º 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 #70FAA5 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 165 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.02 |
| HSL | 143.04º | 0.93% | 0.71% | - |
| HSV(B) | 143.04º | 0.55% | 0.98% | - |
| XYZ | 47.66 | 74.53 | 47.47 | - |
| YUV | 199.05 | 108.78 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 165 | 0.55 | 0 | 0.34 | 0.02 | 143.04 | 0.93 | 0.71 |
| Hex | 70 | FA | A5 | 37 | 0 | 22 | 2 | 8F | 5D | 47 |
| Octal | 160 | 372 | 245 | 67 | 0 | 42 | 2 | 217 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10100101 | 110111 | 0 | 100010 | 10 | 10001111 | 1011101 | 1000111 |
Color Harmonies of #70FAA5
Complementary color
Monochromatic Colors of #70FAA5
Black with #70FAA5
Text Example
Text Example
White with #70FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAA5; }
p { color: rgb(112,250,165); }
H1.HeaderClassName
{
color: #70FAA5;
}
.AnyTagClassName
{
color: #70FAA5;
}
</style>
background-color css
<style>
a { background-color: #70FAA5; }
a { background-color: rgb(112,250,165); }
div.DivClassName
{
background-color: #70FAA5;
}
.BgClassName
{
background-color: #70FAA5;
}
</style>
border-color css
<style>
span { border-color: #70FAA5; }
span { border-color: rgb(112,250,165); }
td.TdClassName
{
border-color: #70FAA5;
}
.TagClassName
{
border-color: #70FAA5;
}
</style>