Shades of Pastel Green #82D47A
Tints of Pastel Green #82D47A
RGB
CMYK
RGB Variations
Color information
#82D47A (or 0x82D47A) is known color: Pastel Green. HEX triplet: 82, D4 and 7A. RGB value is (130,212,122). Sum of RGB (Red+Green+Blue) = 130+212+122=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #82D47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D47A is #7D2B85. Grayscale: #B1B1B1. Windows color (decimal): -8203142 or 8049794. OLE color: 8049794.
HSL color Cylindrical-coordinate representation of color #82D47A: hue angle of 114.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D47A is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 212 | 122 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.17 |
| HSL | 114.67º | 0.51% | 0.65% | - |
| HSV(B) | 114.67º | 0.42% | 0.83% | - |
| XYZ | 36.26 | 53.24 | 26.78 | - |
| YUV | 177.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 212 | 122 | 0.39 | 0 | 0.42 | 0.17 | 114.67 | 0.51 | 0.65 |
| Hex | 82 | D4 | 7A | 27 | 0 | 2A | 11 | 73 | 33 | 41 |
| Octal | 202 | 324 | 172 | 47 | 0 | 52 | 21 | 163 | 63 | 101 |
| Binary | 10000010 | 11010100 | 1111010 | 100111 | 0 | 101010 | 10001 | 1110011 | 110011 | 1000001 |
Color Harmonies of #82D47A
Complementary color
Monochromatic Colors of #82D47A
Black with #82D47A
Text Example
Text Example
White with #82D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D47A; }
p { color: rgb(130,212,122); }
H1.HeaderClassName
{
color: #82D47A;
}
.AnyTagClassName
{
color: #82D47A;
}
</style>
background-color css
<style>
a { background-color: #82D47A; }
a { background-color: rgb(130,212,122); }
div.DivClassName
{
background-color: #82D47A;
}
.BgClassName
{
background-color: #82D47A;
}
</style>
border-color css
<style>
span { border-color: #82D47A; }
span { border-color: rgb(130,212,122); }
td.TdClassName
{
border-color: #82D47A;
}
.TagClassName
{
border-color: #82D47A;
}
</style>