Shades of Pastel Green #82DF7A
Tints of Pastel Green #82DF7A
RGB
CMYK
RGB Variations
Color information
#82DF7A (or 0x82DF7A) is known color: Pastel Green. HEX triplet: 82, DF and 7A. RGB value is (130,223,122). Sum of RGB (Red+Green+Blue) = 130+223+122=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF7A is #7D2085. Grayscale: #B7B7B7. Windows color (decimal): -8200326 or 8052610. OLE color: 8052610.
HSL color Cylindrical-coordinate representation of color #82DF7A: hue angle of 115.25º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82DF7A is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 122 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.13 |
| HSL | 115.25º | 0.61% | 0.68% | - |
| HSV(B) | 115.25º | 0.45% | 0.87% | - |
| XYZ | 39.11 | 58.93 | 27.73 | - |
| YUV | 183.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 122 | 0.42 | 0 | 0.45 | 0.13 | 115.25 | 0.61 | 0.68 |
| Hex | 82 | DF | 7A | 2A | 0 | 2D | D | 73 | 3D | 44 |
| Octal | 202 | 337 | 172 | 52 | 0 | 55 | 15 | 163 | 75 | 104 |
| Binary | 10000010 | 11011111 | 1111010 | 101010 | 0 | 101101 | 1101 | 1110011 | 111101 | 1000100 |
Color Harmonies of #82DF7A
Complementary color
Monochromatic Colors of #82DF7A
Black with #82DF7A
Text Example
Text Example
White with #82DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF7A; }
p { color: rgb(130,223,122); }
H1.HeaderClassName
{
color: #82DF7A;
}
.AnyTagClassName
{
color: #82DF7A;
}
</style>
background-color css
<style>
a { background-color: #82DF7A; }
a { background-color: rgb(130,223,122); }
div.DivClassName
{
background-color: #82DF7A;
}
.BgClassName
{
background-color: #82DF7A;
}
</style>
border-color css
<style>
span { border-color: #82DF7A; }
span { border-color: rgb(130,223,122); }
td.TdClassName
{
border-color: #82DF7A;
}
.TagClassName
{
border-color: #82DF7A;
}
</style>