Shades of Pastel Green #82DF88
Tints of Pastel Green #82DF88
RGB
CMYK
RGB Variations
Color information
#82DF88 (or 0x82DF88) is known color: Pastel Green. HEX triplet: 82, DF and 88. RGB value is (130,223,136). Sum of RGB (Red+Green+Blue) = 130+223+136=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF88 is #7D2077. Grayscale: #B9B9B9. Windows color (decimal): -8200312 or 8970114. OLE color: 8970114.
HSL color Cylindrical-coordinate representation of color #82DF88: hue angle of 123.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF88 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 136 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.13 |
| HSL | 123.87º | 0.59% | 0.69% | - |
| HSV(B) | 123.87º | 0.42% | 0.87% | - |
| XYZ | 40.04 | 59.3 | 32.63 | - |
| YUV | 185.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 136 | 0.42 | 0 | 0.39 | 0.13 | 123.87 | 0.59 | 0.69 |
| Hex | 82 | DF | 88 | 2A | 0 | 27 | D | 7C | 3B | 45 |
| Octal | 202 | 337 | 210 | 52 | 0 | 47 | 15 | 174 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10001000 | 101010 | 0 | 100111 | 1101 | 1111100 | 111011 | 1000101 |
Color Harmonies of #82DF88
Complementary color
Monochromatic Colors of #82DF88
Black with #82DF88
Text Example
Text Example
White with #82DF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF88; }
p { color: rgb(130,223,136); }
H1.HeaderClassName
{
color: #82DF88;
}
.AnyTagClassName
{
color: #82DF88;
}
</style>
background-color css
<style>
a { background-color: #82DF88; }
a { background-color: rgb(130,223,136); }
div.DivClassName
{
background-color: #82DF88;
}
.BgClassName
{
background-color: #82DF88;
}
</style>
border-color css
<style>
span { border-color: #82DF88; }
span { border-color: rgb(130,223,136); }
td.TdClassName
{
border-color: #82DF88;
}
.TagClassName
{
border-color: #82DF88;
}
</style>