Shades of Light Green #80EEA3
Tints of Light Green #80EEA3
RGB
CMYK
RGB Variations
Color information
#80EEA3 (or 0x80EEA3) is known color: Light Green. HEX triplet: 80, EE and A3. RGB value is (128,238,163). Sum of RGB (Red+Green+Blue) = 128+238+163=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEA3 is #7F115C. Grayscale: #C4C4C4. Windows color (decimal): -8327517 or 10743424. OLE color: 10743424.
HSL color Cylindrical-coordinate representation of color #80EEA3: hue angle of 139.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEA3 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 163 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 139.09º | 0.76% | 0.72% | - |
| HSV(B) | 139.09º | 0.46% | 0.93% | - |
| XYZ | 46.09 | 68.38 | 45.42 | - |
| YUV | 196.56 | 109.06 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 163 | 0.46 | 0 | 0.32 | 0.07 | 139.09 | 0.76 | 0.72 |
| Hex | 80 | EE | A3 | 2E | 0 | 20 | 7 | 8B | 4C | 48 |
| Octal | 200 | 356 | 243 | 56 | 0 | 40 | 7 | 213 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10100011 | 101110 | 0 | 100000 | 111 | 10001011 | 1001100 | 1001000 |
Color Harmonies of #80EEA3
Complementary color
Monochromatic Colors of #80EEA3
Black with #80EEA3
Text Example
Text Example
White with #80EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEA3; }
p { color: rgb(128,238,163); }
H1.HeaderClassName
{
color: #80EEA3;
}
.AnyTagClassName
{
color: #80EEA3;
}
</style>
background-color css
<style>
a { background-color: #80EEA3; }
a { background-color: rgb(128,238,163); }
div.DivClassName
{
background-color: #80EEA3;
}
.BgClassName
{
background-color: #80EEA3;
}
</style>
border-color css
<style>
span { border-color: #80EEA3; }
span { border-color: rgb(128,238,163); }
td.TdClassName
{
border-color: #80EEA3;
}
.TagClassName
{
border-color: #80EEA3;
}
</style>