Shades of Light Green #80F888
Tints of Light Green #80F888
RGB
CMYK
RGB Variations
Color information
#80F888 (or 0x80F888) is known color: Light Green. HEX triplet: 80, F8 and 88. RGB value is (128,248,136). Sum of RGB (Red+Green+Blue) = 128+248+136=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #80F888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F888 is #7F0777. Grayscale: #C7C7C7. Windows color (decimal): -8324984 or 8976512. OLE color: 8976512.
HSL color Cylindrical-coordinate representation of color #80F888: hue angle of 124º 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 #80F888 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 136 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.03 |
| HSL | 124º | 0.9% | 0.74% | - |
| HSV(B) | 124º | 0.48% | 0.97% | - |
| XYZ | 46.91 | 73.5 | 35.01 | - |
| YUV | 199.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 136 | 0.48 | 0 | 0.45 | 0.03 | 124 | 0.9 | 0.74 |
| Hex | 80 | F8 | 88 | 30 | 0 | 2D | 3 | 7C | 5A | 4A |
| Octal | 200 | 370 | 210 | 60 | 0 | 55 | 3 | 174 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10001000 | 110000 | 0 | 101101 | 11 | 1111100 | 1011010 | 1001010 |
Color Harmonies of #80F888
Complementary color
Monochromatic Colors of #80F888
Black with #80F888
Text Example
Text Example
White with #80F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F888; }
p { color: rgb(128,248,136); }
H1.HeaderClassName
{
color: #80F888;
}
.AnyTagClassName
{
color: #80F888;
}
</style>
background-color css
<style>
a { background-color: #80F888; }
a { background-color: rgb(128,248,136); }
div.DivClassName
{
background-color: #80F888;
}
.BgClassName
{
background-color: #80F888;
}
</style>
border-color css
<style>
span { border-color: #80F888; }
span { border-color: rgb(128,248,136); }
td.TdClassName
{
border-color: #80F888;
}
.TagClassName
{
border-color: #80F888;
}
</style>