Shades of Pastel Green #82F471
Tints of Pastel Green #82F471
RGB
CMYK
RGB Variations
Color information
#82F471 (or 0x82F471) is known color: Pastel Green. HEX triplet: 82, F4 and 71. RGB value is (130,244,113). Sum of RGB (Red+Green+Blue) = 130+244+113=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #82F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F471 is #7D0B8E. Grayscale: #C3C3C3. Windows color (decimal): -8194959 or 7468162. OLE color: 7468162.
HSL color Cylindrical-coordinate representation of color #82F471: hue angle of 112.21º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82F471 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 244 | 113 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.04 |
| HSL | 112.21º | 0.86% | 0.7% | - |
| HSV(B) | 112.21º | 0.54% | 0.96% | - |
| XYZ | 44.54 | 70.64 | 26.91 | - |
| YUV | 194.98 | 81.73 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 244 | 113 | 0.47 | 0 | 0.54 | 0.04 | 112.21 | 0.86 | 0.7 |
| Hex | 82 | F4 | 71 | 2F | 0 | 36 | 4 | 70 | 56 | 46 |
| Octal | 202 | 364 | 161 | 57 | 0 | 66 | 4 | 160 | 126 | 106 |
| Binary | 10000010 | 11110100 | 1110001 | 101111 | 0 | 110110 | 100 | 1110000 | 1010110 | 1000110 |
Color Harmonies of #82F471
Complementary color
Monochromatic Colors of #82F471
Black with #82F471
Text Example
Text Example
White with #82F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F471; }
p { color: rgb(130,244,113); }
H1.HeaderClassName
{
color: #82F471;
}
.AnyTagClassName
{
color: #82F471;
}
</style>
background-color css
<style>
a { background-color: #82F471; }
a { background-color: rgb(130,244,113); }
div.DivClassName
{
background-color: #82F471;
}
.BgClassName
{
background-color: #82F471;
}
</style>
border-color css
<style>
span { border-color: #82F471; }
span { border-color: rgb(130,244,113); }
td.TdClassName
{
border-color: #82F471;
}
.TagClassName
{
border-color: #82F471;
}
</style>