Shades of Light Green #80F98D
Tints of Light Green #80F98D
RGB
CMYK
RGB Variations
Color information
#80F98D (or 0x80F98D) is known color: Light Green. HEX triplet: 80, F9 and 8D. RGB value is (128,249,141). Sum of RGB (Red+Green+Blue) = 128+249+141=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #80F98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F98D is #7F0672. Grayscale: #C8C8C8. Windows color (decimal): -8324723 or 9304448. OLE color: 9304448.
HSL color Cylindrical-coordinate representation of color #80F98D: hue angle of 126.45º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F98D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 141 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.02 |
| HSL | 126.45º | 0.91% | 0.74% | - |
| HSV(B) | 126.45º | 0.49% | 0.98% | - |
| XYZ | 47.59 | 74.26 | 37.03 | - |
| YUV | 200.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 141 | 0.49 | 0 | 0.43 | 0.02 | 126.45 | 0.91 | 0.74 |
| Hex | 80 | F9 | 8D | 31 | 0 | 2B | 2 | 7E | 5B | 4A |
| Octal | 200 | 371 | 215 | 61 | 0 | 53 | 2 | 176 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10001101 | 110001 | 0 | 101011 | 10 | 1111110 | 1011011 | 1001010 |
Color Harmonies of #80F98D
Complementary color
Monochromatic Colors of #80F98D
Black with #80F98D
Text Example
Text Example
White with #80F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F98D; }
p { color: rgb(128,249,141); }
H1.HeaderClassName
{
color: #80F98D;
}
.AnyTagClassName
{
color: #80F98D;
}
</style>
background-color css
<style>
a { background-color: #80F98D; }
a { background-color: rgb(128,249,141); }
div.DivClassName
{
background-color: #80F98D;
}
.BgClassName
{
background-color: #80F98D;
}
</style>
border-color css
<style>
span { border-color: #80F98D; }
span { border-color: rgb(128,249,141); }
td.TdClassName
{
border-color: #80F98D;
}
.TagClassName
{
border-color: #80F98D;
}
</style>