Shades of Pastel Green #82DF7D
Tints of Pastel Green #82DF7D
RGB
CMYK
RGB Variations
Color information
#82DF7D (or 0x82DF7D) is known color: Pastel Green. HEX triplet: 82, DF and 7D. RGB value is (130,223,125). Sum of RGB (Red+Green+Blue) = 130+223+125=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF7D is #7D2082. Grayscale: #B8B8B8. Windows color (decimal): -8200323 or 8249218. OLE color: 8249218.
HSL color Cylindrical-coordinate representation of color #82DF7D: hue angle of 116.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DF7D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 125 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.13 |
| HSL | 116.94º | 0.6% | 0.68% | - |
| HSV(B) | 116.94º | 0.44% | 0.87% | - |
| XYZ | 39.3 | 59 | 28.72 | - |
| YUV | 184.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 125 | 0.42 | 0 | 0.44 | 0.13 | 116.94 | 0.6 | 0.68 |
| Hex | 82 | DF | 7D | 2A | 0 | 2C | D | 75 | 3C | 44 |
| Octal | 202 | 337 | 175 | 52 | 0 | 54 | 15 | 165 | 74 | 104 |
| Binary | 10000010 | 11011111 | 1111101 | 101010 | 0 | 101100 | 1101 | 1110101 | 111100 | 1000100 |
Color Harmonies of #82DF7D
Complementary color
Monochromatic Colors of #82DF7D
Black with #82DF7D
Text Example
Text Example
White with #82DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF7D; }
p { color: rgb(130,223,125); }
H1.HeaderClassName
{
color: #82DF7D;
}
.AnyTagClassName
{
color: #82DF7D;
}
</style>
background-color css
<style>
a { background-color: #82DF7D; }
a { background-color: rgb(130,223,125); }
div.DivClassName
{
background-color: #82DF7D;
}
.BgClassName
{
background-color: #82DF7D;
}
</style>
border-color css
<style>
span { border-color: #82DF7D; }
span { border-color: rgb(130,223,125); }
td.TdClassName
{
border-color: #82DF7D;
}
.TagClassName
{
border-color: #82DF7D;
}
</style>