Shades of Pastel Green #82DF70
Tints of Pastel Green #82DF70
RGB
CMYK
RGB Variations
Color information
#82DF70 (or 0x82DF70) is known color: Pastel Green. HEX triplet: 82, DF and 70. RGB value is (130,223,112). Sum of RGB (Red+Green+Blue) = 130+223+112=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF70 is #7D208F. Grayscale: #B6B6B6. Windows color (decimal): -8200336 or 7397250. OLE color: 7397250.
HSL color Cylindrical-coordinate representation of color #82DF70: hue angle of 110.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DF70 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 112 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.13 |
| HSL | 110.27º | 0.63% | 0.66% | - |
| HSV(B) | 110.27º | 0.5% | 0.87% | - |
| XYZ | 38.52 | 58.69 | 24.63 | - |
| YUV | 182.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 112 | 0.42 | 0 | 0.50 | 0.13 | 110.27 | 0.63 | 0.66 |
| Hex | 82 | DF | 70 | 2A | 0 | 32 | D | 6E | 3F | 42 |
| Octal | 202 | 337 | 160 | 52 | 0 | 62 | 15 | 156 | 77 | 102 |
| Binary | 10000010 | 11011111 | 1110000 | 101010 | 0 | 110010 | 1101 | 1101110 | 111111 | 1000010 |
Color Harmonies of #82DF70
Complementary color
Monochromatic Colors of #82DF70
Black with #82DF70
Text Example
Text Example
White with #82DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF70; }
p { color: rgb(130,223,112); }
H1.HeaderClassName
{
color: #82DF70;
}
.AnyTagClassName
{
color: #82DF70;
}
</style>
background-color css
<style>
a { background-color: #82DF70; }
a { background-color: rgb(130,223,112); }
div.DivClassName
{
background-color: #82DF70;
}
.BgClassName
{
background-color: #82DF70;
}
</style>
border-color css
<style>
span { border-color: #82DF70; }
span { border-color: rgb(130,223,112); }
td.TdClassName
{
border-color: #82DF70;
}
.TagClassName
{
border-color: #82DF70;
}
</style>