Shades of Light Green #80F884
Tints of Light Green #80F884
RGB
CMYK
RGB Variations
Color information
#80F884 (or 0x80F884) is known color: Light Green. HEX triplet: 80, F8 and 84. RGB value is (128,248,132). Sum of RGB (Red+Green+Blue) = 128+248+132=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #80F884 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F884 is #7F077B. Grayscale: #C7C7C7. Windows color (decimal): -8324988 or 8714368. OLE color: 8714368.
HSL color Cylindrical-coordinate representation of color #80F884: hue angle of 122º degrees, saturation: 0.9, 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 #80F884 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 132 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.03 |
| HSL | 122º | 0.9% | 0.74% | - |
| HSV(B) | 122º | 0.48% | 0.97% | - |
| XYZ | 46.63 | 73.39 | 33.54 | - |
| YUV | 198.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 132 | 0.48 | 0 | 0.47 | 0.03 | 122 | 0.9 | 0.74 |
| Hex | 80 | F8 | 84 | 30 | 0 | 2F | 3 | 7A | 5A | 4A |
| Octal | 200 | 370 | 204 | 60 | 0 | 57 | 3 | 172 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10000100 | 110000 | 0 | 101111 | 11 | 1111010 | 1011010 | 1001010 |
Color Harmonies of #80F884
Complementary color
Monochromatic Colors of #80F884
Black with #80F884
Text Example
Text Example
White with #80F884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F884; }
p { color: rgb(128,248,132); }
H1.HeaderClassName
{
color: #80F884;
}
.AnyTagClassName
{
color: #80F884;
}
</style>
background-color css
<style>
a { background-color: #80F884; }
a { background-color: rgb(128,248,132); }
div.DivClassName
{
background-color: #80F884;
}
.BgClassName
{
background-color: #80F884;
}
</style>
border-color css
<style>
span { border-color: #80F884; }
span { border-color: rgb(128,248,132); }
td.TdClassName
{
border-color: #80F884;
}
.TagClassName
{
border-color: #80F884;
}
</style>