Shades of Pale Green #82FCAB
Tints of Pale Green #82FCAB
RGB
CMYK
RGB Variations
Color information
#82FCAB (or 0x82FCAB) is known color: Pale Green. HEX triplet: 82, FC and AB. RGB value is (130,252,171). Sum of RGB (Red+Green+Blue) = 130+252+171=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FCAB is #7D0354. Grayscale: #CECECE. Windows color (decimal): -8192853 or 11271298. OLE color: 11271298.
HSL color Cylindrical-coordinate representation of color #82FCAB: hue angle of 140.16º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FCAB is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 252 | 171 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.01 |
| HSL | 140.16º | 0.95% | 0.75% | - |
| HSV(B) | 140.16º | 0.48% | 0.99% | - |
| XYZ | 51.37 | 77.31 | 50.74 | - |
| YUV | 206.29 | 108.08 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 252 | 171 | 0.48 | 0 | 0.32 | 0.01 | 140.16 | 0.95 | 0.75 |
| Hex | 82 | FC | AB | 30 | 0 | 20 | 1 | 8C | 5F | 4B |
| Octal | 202 | 374 | 253 | 60 | 0 | 40 | 1 | 214 | 137 | 113 |
| Binary | 10000010 | 11111100 | 10101011 | 110000 | 0 | 100000 | 1 | 10001100 | 1011111 | 1001011 |
Color Harmonies of #82FCAB
Complementary color
Monochromatic Colors of #82FCAB
Black with #82FCAB
Text Example
Text Example
White with #82FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FCAB; }
p { color: rgb(130,252,171); }
H1.HeaderClassName
{
color: #82FCAB;
}
.AnyTagClassName
{
color: #82FCAB;
}
</style>
background-color css
<style>
a { background-color: #82FCAB; }
a { background-color: rgb(130,252,171); }
div.DivClassName
{
background-color: #82FCAB;
}
.BgClassName
{
background-color: #82FCAB;
}
</style>
border-color css
<style>
span { border-color: #82FCAB; }
span { border-color: rgb(130,252,171); }
td.TdClassName
{
border-color: #82FCAB;
}
.TagClassName
{
border-color: #82FCAB;
}
</style>