Shades of Pale Green #80FBAD
Tints of Pale Green #80FBAD
RGB
CMYK
RGB Variations
Color information
#80FBAD (or 0x80FBAD) is known color: Pale Green. HEX triplet: 80, FB and AD. RGB value is (128,251,173). Sum of RGB (Red+Green+Blue) = 128+251+173=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FBAD is #7F0452. Grayscale: #CDCDCD. Windows color (decimal): -8324179 or 11402112. OLE color: 11402112.
HSL color Cylindrical-coordinate representation of color #80FBAD: hue angle of 141.95º 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 #80FBAD is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 173 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.02 |
| HSL | 141.95º | 0.94% | 0.74% | - |
| HSV(B) | 141.95º | 0.49% | 0.98% | - |
| XYZ | 50.94 | 76.6 | 51.64 | - |
| YUV | 205.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 173 | 0.49 | 0 | 0.31 | 0.02 | 141.95 | 0.94 | 0.74 |
| Hex | 80 | FB | AD | 31 | 0 | 1F | 2 | 8E | 5E | 4A |
| Octal | 200 | 373 | 255 | 61 | 0 | 37 | 2 | 216 | 136 | 112 |
| Binary | 10000000 | 11111011 | 10101101 | 110001 | 0 | 11111 | 10 | 10001110 | 1011110 | 1001010 |
Color Harmonies of #80FBAD
Complementary color
Monochromatic Colors of #80FBAD
Black with #80FBAD
Text Example
Text Example
White with #80FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBAD; }
p { color: rgb(128,251,173); }
H1.HeaderClassName
{
color: #80FBAD;
}
.AnyTagClassName
{
color: #80FBAD;
}
</style>
background-color css
<style>
a { background-color: #80FBAD; }
a { background-color: rgb(128,251,173); }
div.DivClassName
{
background-color: #80FBAD;
}
.BgClassName
{
background-color: #80FBAD;
}
</style>
border-color css
<style>
span { border-color: #80FBAD; }
span { border-color: rgb(128,251,173); }
td.TdClassName
{
border-color: #80FBAD;
}
.TagClassName
{
border-color: #80FBAD;
}
</style>