Shades of Pastel Green #82DE6E
Tints of Pastel Green #82DE6E
RGB
CMYK
RGB Variations
Color information
#82DE6E (or 0x82DE6E) is known color: Pastel Green. HEX triplet: 82, DE and 6E. RGB value is (130,222,110). Sum of RGB (Red+Green+Blue) = 130+222+110=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DE6E is #7D2191. Grayscale: #B6B6B6. Windows color (decimal): -8200594 or 7265922. OLE color: 7265922.
HSL color Cylindrical-coordinate representation of color #82DE6E: hue angle of 109.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82DE6E is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 110 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.13 |
| HSL | 109.29º | 0.63% | 0.65% | - |
| HSV(B) | 109.29º | 0.5% | 0.87% | - |
| XYZ | 38.14 | 58.11 | 23.96 | - |
| YUV | 181.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 110 | 0.41 | 0 | 0.50 | 0.13 | 109.29 | 0.63 | 0.65 |
| Hex | 82 | DE | 6E | 29 | 0 | 32 | D | 6D | 3F | 41 |
| Octal | 202 | 336 | 156 | 51 | 0 | 62 | 15 | 155 | 77 | 101 |
| Binary | 10000010 | 11011110 | 1101110 | 101001 | 0 | 110010 | 1101 | 1101101 | 111111 | 1000001 |
Color Harmonies of #82DE6E
Complementary color
Monochromatic Colors of #82DE6E
Black with #82DE6E
Text Example
Text Example
White with #82DE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DE6E; }
p { color: rgb(130,222,110); }
H1.HeaderClassName
{
color: #82DE6E;
}
.AnyTagClassName
{
color: #82DE6E;
}
</style>
background-color css
<style>
a { background-color: #82DE6E; }
a { background-color: rgb(130,222,110); }
div.DivClassName
{
background-color: #82DE6E;
}
.BgClassName
{
background-color: #82DE6E;
}
</style>
border-color css
<style>
span { border-color: #82DE6E; }
span { border-color: rgb(130,222,110); }
td.TdClassName
{
border-color: #82DE6E;
}
.TagClassName
{
border-color: #82DE6E;
}
</style>