Shades of Pale Green #82FBA9
Tints of Pale Green #82FBA9
RGB
CMYK
RGB Variations
Color information
#82FBA9 (or 0x82FBA9) is known color: Pale Green. HEX triplet: 82, FB and A9. RGB value is (130,251,169). Sum of RGB (Red+Green+Blue) = 130+251+169=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FBA9 is #7D0456. Grayscale: #CDCDCD. Windows color (decimal): -8193111 or 11139970. OLE color: 11139970.
HSL color Cylindrical-coordinate representation of color #82FBA9: hue angle of 139.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FBA9 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 251 | 169 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.02 |
| HSL | 139.34º | 0.94% | 0.75% | - |
| HSV(B) | 139.34º | 0.48% | 0.98% | - |
| XYZ | 50.86 | 76.6 | 49.64 | - |
| YUV | 205.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 251 | 169 | 0.48 | 0 | 0.33 | 0.02 | 139.34 | 0.94 | 0.75 |
| Hex | 82 | FB | A9 | 30 | 0 | 21 | 2 | 8B | 5E | 4B |
| Octal | 202 | 373 | 251 | 60 | 0 | 41 | 2 | 213 | 136 | 113 |
| Binary | 10000010 | 11111011 | 10101001 | 110000 | 0 | 100001 | 10 | 10001011 | 1011110 | 1001011 |
Color Harmonies of #82FBA9
Complementary color
Monochromatic Colors of #82FBA9
Black with #82FBA9
Text Example
Text Example
White with #82FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FBA9; }
p { color: rgb(130,251,169); }
H1.HeaderClassName
{
color: #82FBA9;
}
.AnyTagClassName
{
color: #82FBA9;
}
</style>
background-color css
<style>
a { background-color: #82FBA9; }
a { background-color: rgb(130,251,169); }
div.DivClassName
{
background-color: #82FBA9;
}
.BgClassName
{
background-color: #82FBA9;
}
</style>
border-color css
<style>
span { border-color: #82FBA9; }
span { border-color: rgb(130,251,169); }
td.TdClassName
{
border-color: #82FBA9;
}
.TagClassName
{
border-color: #82FBA9;
}
</style>