Shades of Pastel Green #81DF85
Tints of Pastel Green #81DF85
RGB
CMYK
RGB Variations
Color information
#81DF85 (or 0x81DF85) is known color: Pastel Green. HEX triplet: 81, DF and 85. RGB value is (129,223,133). Sum of RGB (Red+Green+Blue) = 129+223+133=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF85 is #7E207A. Grayscale: #B8B8B8. Windows color (decimal): -8265851 or 8773505. OLE color: 8773505.
HSL color Cylindrical-coordinate representation of color #81DF85: hue angle of 122.55º 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 #81DF85 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 133 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.13 |
| HSL | 122.55º | 0.59% | 0.69% | - |
| HSV(B) | 122.55º | 0.42% | 0.87% | - |
| XYZ | 39.67 | 59.14 | 31.51 | - |
| YUV | 184.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 133 | 0.42 | 0 | 0.40 | 0.13 | 122.55 | 0.59 | 0.69 |
| Hex | 81 | DF | 85 | 2A | 0 | 28 | D | 7B | 3B | 45 |
| Octal | 201 | 337 | 205 | 52 | 0 | 50 | 15 | 173 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10000101 | 101010 | 0 | 101000 | 1101 | 1111011 | 111011 | 1000101 |
Color Harmonies of #81DF85
Complementary color
Monochromatic Colors of #81DF85
Black with #81DF85
Text Example
Text Example
White with #81DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF85; }
p { color: rgb(129,223,133); }
H1.HeaderClassName
{
color: #81DF85;
}
.AnyTagClassName
{
color: #81DF85;
}
</style>
background-color css
<style>
a { background-color: #81DF85; }
a { background-color: rgb(129,223,133); }
div.DivClassName
{
background-color: #81DF85;
}
.BgClassName
{
background-color: #81DF85;
}
</style>
border-color css
<style>
span { border-color: #81DF85; }
span { border-color: rgb(129,223,133); }
td.TdClassName
{
border-color: #81DF85;
}
.TagClassName
{
border-color: #81DF85;
}
</style>