Shades of Pastel Green #81DD85
Tints of Pastel Green #81DD85
RGB
CMYK
RGB Variations
Color information
#81DD85 (or 0x81DD85) is known color: Pastel Green. HEX triplet: 81, DD and 85. RGB value is (129,221,133). Sum of RGB (Red+Green+Blue) = 129+221+133=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD85 is #7E227A. Grayscale: #B7B7B7. Windows color (decimal): -8266363 or 8772993. OLE color: 8772993.
HSL color Cylindrical-coordinate representation of color #81DD85: hue angle of 122.61º degrees, saturation: 0.57, 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 #81DD85 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 133 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.13 |
| HSL | 122.61º | 0.58% | 0.69% | - |
| HSV(B) | 122.61º | 0.42% | 0.87% | - |
| XYZ | 39.14 | 58.07 | 31.34 | - |
| YUV | 183.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 133 | 0.42 | 0 | 0.40 | 0.13 | 122.61 | 0.58 | 0.69 |
| Hex | 81 | DD | 85 | 2A | 0 | 28 | D | 7B | 3A | 45 |
| Octal | 201 | 335 | 205 | 52 | 0 | 50 | 15 | 173 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10000101 | 101010 | 0 | 101000 | 1101 | 1111011 | 111010 | 1000101 |
Color Harmonies of #81DD85
Complementary color
Monochromatic Colors of #81DD85
Black with #81DD85
Text Example
Text Example
White with #81DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD85; }
p { color: rgb(129,221,133); }
H1.HeaderClassName
{
color: #81DD85;
}
.AnyTagClassName
{
color: #81DD85;
}
</style>
background-color css
<style>
a { background-color: #81DD85; }
a { background-color: rgb(129,221,133); }
div.DivClassName
{
background-color: #81DD85;
}
.BgClassName
{
background-color: #81DD85;
}
</style>
border-color css
<style>
span { border-color: #81DD85; }
span { border-color: rgb(129,221,133); }
td.TdClassName
{
border-color: #81DD85;
}
.TagClassName
{
border-color: #81DD85;
}
</style>