Shades of Pale Green #82F9A1
Tints of Pale Green #82F9A1
RGB
CMYK
RGB Variations
Color information
#82F9A1 (or 0x82F9A1) is known color: Pale Green. HEX triplet: 82, F9 and A1. RGB value is (130,249,161). Sum of RGB (Red+Green+Blue) = 130+249+161=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F9A1 is #7D065E. Grayscale: #CBCBCB. Windows color (decimal): -8193631 or 10615170. OLE color: 10615170.
HSL color Cylindrical-coordinate representation of color #82F9A1: hue angle of 135.63º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9A1 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 249 | 161 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.02 |
| HSL | 135.63º | 0.91% | 0.74% | - |
| HSV(B) | 135.63º | 0.48% | 0.98% | - |
| XYZ | 49.51 | 75.07 | 45.6 | - |
| YUV | 203.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 249 | 161 | 0.48 | 0 | 0.35 | 0.02 | 135.63 | 0.91 | 0.74 |
| Hex | 82 | F9 | A1 | 30 | 0 | 23 | 2 | 88 | 5B | 4A |
| Octal | 202 | 371 | 241 | 60 | 0 | 43 | 2 | 210 | 133 | 112 |
| Binary | 10000010 | 11111001 | 10100001 | 110000 | 0 | 100011 | 10 | 10001000 | 1011011 | 1001010 |
Color Harmonies of #82F9A1
Complementary color
Monochromatic Colors of #82F9A1
Black with #82F9A1
Text Example
Text Example
White with #82F9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F9A1; }
p { color: rgb(130,249,161); }
H1.HeaderClassName
{
color: #82F9A1;
}
.AnyTagClassName
{
color: #82F9A1;
}
</style>
background-color css
<style>
a { background-color: #82F9A1; }
a { background-color: rgb(130,249,161); }
div.DivClassName
{
background-color: #82F9A1;
}
.BgClassName
{
background-color: #82F9A1;
}
</style>
border-color css
<style>
span { border-color: #82F9A1; }
span { border-color: rgb(130,249,161); }
td.TdClassName
{
border-color: #82F9A1;
}
.TagClassName
{
border-color: #82F9A1;
}
</style>