Shades of Light Green #80F889
Tints of Light Green #80F889
RGB
CMYK
RGB Variations
Color information
#80F889 (or 0x80F889) is known color: Light Green. HEX triplet: 80, F8 and 89. RGB value is (128,248,137). Sum of RGB (Red+Green+Blue) = 128+248+137=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #80F889 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F889 is #7F0776. Grayscale: #C7C7C7. Windows color (decimal): -8324983 or 9042048. OLE color: 9042048.
HSL color Cylindrical-coordinate representation of color #80F889: hue angle of 124.5º 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 #80F889 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 137 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.03 |
| HSL | 124.5º | 0.9% | 0.74% | - |
| HSV(B) | 124.5º | 0.48% | 0.97% | - |
| XYZ | 46.98 | 73.53 | 35.38 | - |
| YUV | 199.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 137 | 0.48 | 0 | 0.45 | 0.03 | 124.5 | 0.9 | 0.74 |
| Hex | 80 | F8 | 89 | 30 | 0 | 2D | 3 | 7C | 5A | 4A |
| Octal | 200 | 370 | 211 | 60 | 0 | 55 | 3 | 174 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10001001 | 110000 | 0 | 101101 | 11 | 1111100 | 1011010 | 1001010 |
Color Harmonies of #80F889
Complementary color
Monochromatic Colors of #80F889
Black with #80F889
Text Example
Text Example
White with #80F889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F889; }
p { color: rgb(128,248,137); }
H1.HeaderClassName
{
color: #80F889;
}
.AnyTagClassName
{
color: #80F889;
}
</style>
background-color css
<style>
a { background-color: #80F889; }
a { background-color: rgb(128,248,137); }
div.DivClassName
{
background-color: #80F889;
}
.BgClassName
{
background-color: #80F889;
}
</style>
border-color css
<style>
span { border-color: #80F889; }
span { border-color: rgb(128,248,137); }
td.TdClassName
{
border-color: #80F889;
}
.TagClassName
{
border-color: #80F889;
}
</style>