Shades of Pastel Green #82DF72
Tints of Pastel Green #82DF72
RGB
CMYK
RGB Variations
Color information
#82DF72 (or 0x82DF72) is known color: Pastel Green. HEX triplet: 82, DF and 72. RGB value is (130,223,114). Sum of RGB (Red+Green+Blue) = 130+223+114=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF72 is #7D208D. Grayscale: #B7B7B7. Windows color (decimal): -8200334 or 7528322. OLE color: 7528322.
HSL color Cylindrical-coordinate representation of color #82DF72: hue angle of 111.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82DF72 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 114 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.13 |
| HSL | 111.19º | 0.63% | 0.66% | - |
| HSV(B) | 111.19º | 0.49% | 0.87% | - |
| XYZ | 38.63 | 58.74 | 25.22 | - |
| YUV | 182.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 114 | 0.42 | 0 | 0.49 | 0.13 | 111.19 | 0.63 | 0.66 |
| Hex | 82 | DF | 72 | 2A | 0 | 31 | D | 6F | 3F | 42 |
| Octal | 202 | 337 | 162 | 52 | 0 | 61 | 15 | 157 | 77 | 102 |
| Binary | 10000010 | 11011111 | 1110010 | 101010 | 0 | 110001 | 1101 | 1101111 | 111111 | 1000010 |
Color Harmonies of #82DF72
Complementary color
Monochromatic Colors of #82DF72
Black with #82DF72
Text Example
Text Example
White with #82DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF72; }
p { color: rgb(130,223,114); }
H1.HeaderClassName
{
color: #82DF72;
}
.AnyTagClassName
{
color: #82DF72;
}
</style>
background-color css
<style>
a { background-color: #82DF72; }
a { background-color: rgb(130,223,114); }
div.DivClassName
{
background-color: #82DF72;
}
.BgClassName
{
background-color: #82DF72;
}
</style>
border-color css
<style>
span { border-color: #82DF72; }
span { border-color: rgb(130,223,114); }
td.TdClassName
{
border-color: #82DF72;
}
.TagClassName
{
border-color: #82DF72;
}
</style>