Shades of Pale Green #80FBA1
Tints of Pale Green #80FBA1
RGB
CMYK
RGB Variations
Color information
#80FBA1 (or 0x80FBA1) is known color: Pale Green. HEX triplet: 80, FB and A1. RGB value is (128,251,161). Sum of RGB (Red+Green+Blue) = 128+251+161=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FBA1 is #7F045E. Grayscale: #CCCCCC. Windows color (decimal): -8324191 or 10615680. OLE color: 10615680.
HSL color Cylindrical-coordinate representation of color #80FBA1: hue angle of 136.1º degrees, saturation: 0.94, 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 #80FBA1 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 161 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.02 |
| HSL | 136.1º | 0.94% | 0.74% | - |
| HSV(B) | 136.1º | 0.49% | 0.98% | - |
| XYZ | 49.83 | 76.16 | 45.79 | - |
| YUV | 203.96 | 103.75 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 161 | 0.49 | 0 | 0.36 | 0.02 | 136.1 | 0.94 | 0.74 |
| Hex | 80 | FB | A1 | 31 | 0 | 24 | 2 | 88 | 5E | 4A |
| Octal | 200 | 373 | 241 | 61 | 0 | 44 | 2 | 210 | 136 | 112 |
| Binary | 10000000 | 11111011 | 10100001 | 110001 | 0 | 100100 | 10 | 10001000 | 1011110 | 1001010 |
Color Harmonies of #80FBA1
Complementary color
Monochromatic Colors of #80FBA1
Black with #80FBA1
Text Example
Text Example
White with #80FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBA1; }
p { color: rgb(128,251,161); }
H1.HeaderClassName
{
color: #80FBA1;
}
.AnyTagClassName
{
color: #80FBA1;
}
</style>
background-color css
<style>
a { background-color: #80FBA1; }
a { background-color: rgb(128,251,161); }
div.DivClassName
{
background-color: #80FBA1;
}
.BgClassName
{
background-color: #80FBA1;
}
</style>
border-color css
<style>
span { border-color: #80FBA1; }
span { border-color: rgb(128,251,161); }
td.TdClassName
{
border-color: #80FBA1;
}
.TagClassName
{
border-color: #80FBA1;
}
</style>