Shades of Light Green #80FA9B
Tints of Light Green #80FA9B
RGB
CMYK
RGB Variations
Color information
#80FA9B (or 0x80FA9B) is known color: Light Green. HEX triplet: 80, FA and 9B. RGB value is (128,250,155). Sum of RGB (Red+Green+Blue) = 128+250+155=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA9B is #7F0564. Grayscale: #CACACA. Windows color (decimal): -8324453 or 10222208. OLE color: 10222208.
HSL color Cylindrical-coordinate representation of color #80FA9B: hue angle of 133.28º degrees, saturation: 0.92, 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 #80FA9B is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 155 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.02 |
| HSL | 133.28º | 0.92% | 0.74% | - |
| HSV(B) | 133.28º | 0.49% | 0.98% | - |
| XYZ | 49 | 75.33 | 42.97 | - |
| YUV | 202.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 155 | 0.49 | 0 | 0.38 | 0.02 | 133.28 | 0.92 | 0.74 |
| Hex | 80 | FA | 9B | 31 | 0 | 26 | 2 | 85 | 5C | 4A |
| Octal | 200 | 372 | 233 | 61 | 0 | 46 | 2 | 205 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10011011 | 110001 | 0 | 100110 | 10 | 10000101 | 1011100 | 1001010 |
Color Harmonies of #80FA9B
Complementary color
Monochromatic Colors of #80FA9B
Black with #80FA9B
Text Example
Text Example
White with #80FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA9B; }
p { color: rgb(128,250,155); }
H1.HeaderClassName
{
color: #80FA9B;
}
.AnyTagClassName
{
color: #80FA9B;
}
</style>
background-color css
<style>
a { background-color: #80FA9B; }
a { background-color: rgb(128,250,155); }
div.DivClassName
{
background-color: #80FA9B;
}
.BgClassName
{
background-color: #80FA9B;
}
</style>
border-color css
<style>
span { border-color: #80FA9B; }
span { border-color: rgb(128,250,155); }
td.TdClassName
{
border-color: #80FA9B;
}
.TagClassName
{
border-color: #80FA9B;
}
</style>