Shades of Light Green #80F7A0
Tints of Light Green #80F7A0
RGB
CMYK
RGB Variations
Color information
#80F7A0 (or 0x80F7A0) is known color: Light Green. HEX triplet: 80, F7 and A0. RGB value is (128,247,160). Sum of RGB (Red+Green+Blue) = 128+247+160=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F7A0 is #7F085F. Grayscale: #C9C9C9. Windows color (decimal): -8325216 or 10549120. OLE color: 10549120.
HSL color Cylindrical-coordinate representation of color #80F7A0: hue angle of 136.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7A0 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 160 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.03 |
| HSL | 136.13º | 0.88% | 0.74% | - |
| HSV(B) | 136.13º | 0.48% | 0.97% | - |
| XYZ | 48.51 | 73.65 | 44.92 | - |
| YUV | 201.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 160 | 0.48 | 0 | 0.35 | 0.03 | 136.13 | 0.88 | 0.74 |
| Hex | 80 | F7 | A0 | 30 | 0 | 23 | 3 | 88 | 58 | 4A |
| Octal | 200 | 367 | 240 | 60 | 0 | 43 | 3 | 210 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10100000 | 110000 | 0 | 100011 | 11 | 10001000 | 1011000 | 1001010 |
Color Harmonies of #80F7A0
Complementary color
Monochromatic Colors of #80F7A0
Black with #80F7A0
Text Example
Text Example
White with #80F7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F7A0; }
p { color: rgb(128,247,160); }
H1.HeaderClassName
{
color: #80F7A0;
}
.AnyTagClassName
{
color: #80F7A0;
}
</style>
background-color css
<style>
a { background-color: #80F7A0; }
a { background-color: rgb(128,247,160); }
div.DivClassName
{
background-color: #80F7A0;
}
.BgClassName
{
background-color: #80F7A0;
}
</style>
border-color css
<style>
span { border-color: #80F7A0; }
span { border-color: rgb(128,247,160); }
td.TdClassName
{
border-color: #80F7A0;
}
.TagClassName
{
border-color: #80F7A0;
}
</style>