Shades of Light Green #80F89B
Tints of Light Green #80F89B
RGB
CMYK
RGB Variations
Color information
#80F89B (or 0x80F89B) is known color: Light Green. HEX triplet: 80, F8 and 9B. RGB value is (128,248,155). Sum of RGB (Red+Green+Blue) = 128+248+155=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #80F89B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F89B is #7F0764. Grayscale: #C9C9C9. Windows color (decimal): -8324965 or 10221696. OLE color: 10221696.
HSL color Cylindrical-coordinate representation of color #80F89B: hue angle of 133.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 #80F89B is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 155 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.03 |
| HSL | 133.5º | 0.9% | 0.74% | - |
| HSV(B) | 133.5º | 0.48% | 0.97% | - |
| XYZ | 48.39 | 74.09 | 42.76 | - |
| YUV | 201.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 155 | 0.48 | 0 | 0.38 | 0.03 | 133.5 | 0.9 | 0.74 |
| Hex | 80 | F8 | 9B | 30 | 0 | 26 | 3 | 86 | 5A | 4A |
| Octal | 200 | 370 | 233 | 60 | 0 | 46 | 3 | 206 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10011011 | 110000 | 0 | 100110 | 11 | 10000110 | 1011010 | 1001010 |
Color Harmonies of #80F89B
Complementary color
Monochromatic Colors of #80F89B
Black with #80F89B
Text Example
Text Example
White with #80F89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F89B; }
p { color: rgb(128,248,155); }
H1.HeaderClassName
{
color: #80F89B;
}
.AnyTagClassName
{
color: #80F89B;
}
</style>
background-color css
<style>
a { background-color: #80F89B; }
a { background-color: rgb(128,248,155); }
div.DivClassName
{
background-color: #80F89B;
}
.BgClassName
{
background-color: #80F89B;
}
</style>
border-color css
<style>
span { border-color: #80F89B; }
span { border-color: rgb(128,248,155); }
td.TdClassName
{
border-color: #80F89B;
}
.TagClassName
{
border-color: #80F89B;
}
</style>