Shades of Pale Green #80F8AB
Tints of Pale Green #80F8AB
RGB
CMYK
RGB Variations
Color information
#80F8AB (or 0x80F8AB) is known color: Pale Green. HEX triplet: 80, F8 and AB. RGB value is (128,248,171). Sum of RGB (Red+Green+Blue) = 128+248+171=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F8AB is #7F0754. Grayscale: #CBCBCB. Windows color (decimal): -8324949 or 11270272. OLE color: 11270272.
HSL color Cylindrical-coordinate representation of color #80F8AB: hue angle of 141.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 #80F8AB is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 171 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.03 |
| HSL | 141.5º | 0.9% | 0.74% | - |
| HSV(B) | 141.5º | 0.48% | 0.97% | - |
| XYZ | 49.82 | 74.66 | 50.31 | - |
| YUV | 203.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 171 | 0.48 | 0 | 0.31 | 0.03 | 141.5 | 0.9 | 0.74 |
| Hex | 80 | F8 | AB | 30 | 0 | 1F | 3 | 8E | 5A | 4A |
| Octal | 200 | 370 | 253 | 60 | 0 | 37 | 3 | 216 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10101011 | 110000 | 0 | 11111 | 11 | 10001110 | 1011010 | 1001010 |
Color Harmonies of #80F8AB
Complementary color
Monochromatic Colors of #80F8AB
Black with #80F8AB
Text Example
Text Example
White with #80F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F8AB; }
p { color: rgb(128,248,171); }
H1.HeaderClassName
{
color: #80F8AB;
}
.AnyTagClassName
{
color: #80F8AB;
}
</style>
background-color css
<style>
a { background-color: #80F8AB; }
a { background-color: rgb(128,248,171); }
div.DivClassName
{
background-color: #80F8AB;
}
.BgClassName
{
background-color: #80F8AB;
}
</style>
border-color css
<style>
span { border-color: #80F8AB; }
span { border-color: rgb(128,248,171); }
td.TdClassName
{
border-color: #80F8AB;
}
.TagClassName
{
border-color: #80F8AB;
}
</style>