Shades of Light Green #80F898
Tints of Light Green #80F898
RGB
CMYK
RGB Variations
Color information
#80F898 (or 0x80F898) is known color: Light Green. HEX triplet: 80, F8 and 98. RGB value is (128,248,152). Sum of RGB (Red+Green+Blue) = 128+248+152=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #80F898 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F898 is #7F0767. Grayscale: #C9C9C9. Windows color (decimal): -8324968 or 10025088. OLE color: 10025088.
HSL color Cylindrical-coordinate representation of color #80F898: hue angle of 132º 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 #80F898 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 152 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.03 |
| HSL | 132º | 0.9% | 0.74% | - |
| HSV(B) | 132º | 0.48% | 0.97% | - |
| XYZ | 48.14 | 73.99 | 41.45 | - |
| YUV | 201.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 152 | 0.48 | 0 | 0.39 | 0.03 | 132 | 0.9 | 0.74 |
| Hex | 80 | F8 | 98 | 30 | 0 | 27 | 3 | 84 | 5A | 4A |
| Octal | 200 | 370 | 230 | 60 | 0 | 47 | 3 | 204 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10011000 | 110000 | 0 | 100111 | 11 | 10000100 | 1011010 | 1001010 |
Color Harmonies of #80F898
Complementary color
Monochromatic Colors of #80F898
Black with #80F898
Text Example
Text Example
White with #80F898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F898; }
p { color: rgb(128,248,152); }
H1.HeaderClassName
{
color: #80F898;
}
.AnyTagClassName
{
color: #80F898;
}
</style>
background-color css
<style>
a { background-color: #80F898; }
a { background-color: rgb(128,248,152); }
div.DivClassName
{
background-color: #80F898;
}
.BgClassName
{
background-color: #80F898;
}
</style>
border-color css
<style>
span { border-color: #80F898; }
span { border-color: rgb(128,248,152); }
td.TdClassName
{
border-color: #80F898;
}
.TagClassName
{
border-color: #80F898;
}
</style>