Shades of Pastel Green #81DF82
Tints of Pastel Green #81DF82
RGB
CMYK
RGB Variations
Color information
#81DF82 (or 0x81DF82) is known color: Pastel Green. HEX triplet: 81, DF and 82. RGB value is (129,223,130). Sum of RGB (Red+Green+Blue) = 129+223+130=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF82 is #7E207D. Grayscale: #B8B8B8. Windows color (decimal): -8265854 or 8576897. OLE color: 8576897.
HSL color Cylindrical-coordinate representation of color #81DF82: hue angle of 120.64º 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 #81DF82 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 130 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.13 |
| HSL | 120.64º | 0.59% | 0.69% | - |
| HSV(B) | 120.64º | 0.42% | 0.87% | - |
| XYZ | 39.47 | 59.05 | 30.44 | - |
| YUV | 184.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 130 | 0.42 | 0 | 0.42 | 0.13 | 120.64 | 0.59 | 0.69 |
| Hex | 81 | DF | 82 | 2A | 0 | 2A | D | 79 | 3B | 45 |
| Octal | 201 | 337 | 202 | 52 | 0 | 52 | 15 | 171 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10000010 | 101010 | 0 | 101010 | 1101 | 1111001 | 111011 | 1000101 |
Color Harmonies of #81DF82
Complementary color
Monochromatic Colors of #81DF82
Black with #81DF82
Text Example
Text Example
White with #81DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF82; }
p { color: rgb(129,223,130); }
H1.HeaderClassName
{
color: #81DF82;
}
.AnyTagClassName
{
color: #81DF82;
}
</style>
background-color css
<style>
a { background-color: #81DF82; }
a { background-color: rgb(129,223,130); }
div.DivClassName
{
background-color: #81DF82;
}
.BgClassName
{
background-color: #81DF82;
}
</style>
border-color css
<style>
span { border-color: #81DF82; }
span { border-color: rgb(129,223,130); }
td.TdClassName
{
border-color: #81DF82;
}
.TagClassName
{
border-color: #81DF82;
}
</style>