Shades of Pastel Green #81DD77
Tints of Pastel Green #81DD77
RGB
CMYK
RGB Variations
Color information
#81DD77 (or 0x81DD77) is known color: Pastel Green. HEX triplet: 81, DD and 77. RGB value is (129,221,119). Sum of RGB (Red+Green+Blue) = 129+221+119=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD77 is #7E2288. Grayscale: #B6B6B6. Windows color (decimal): -8266377 or 7855489. OLE color: 7855489.
HSL color Cylindrical-coordinate representation of color #81DD77: hue angle of 114.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81DD77 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 119 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.13 |
| HSL | 114.12º | 0.6% | 0.67% | - |
| HSV(B) | 114.12º | 0.46% | 0.87% | - |
| XYZ | 38.24 | 57.71 | 26.58 | - |
| YUV | 181.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 119 | 0.42 | 0 | 0.46 | 0.13 | 114.12 | 0.6 | 0.67 |
| Hex | 81 | DD | 77 | 2A | 0 | 2E | D | 72 | 3C | 43 |
| Octal | 201 | 335 | 167 | 52 | 0 | 56 | 15 | 162 | 74 | 103 |
| Binary | 10000001 | 11011101 | 1110111 | 101010 | 0 | 101110 | 1101 | 1110010 | 111100 | 1000011 |
Color Harmonies of #81DD77
Complementary color
Monochromatic Colors of #81DD77
Black with #81DD77
Text Example
Text Example
White with #81DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD77; }
p { color: rgb(129,221,119); }
H1.HeaderClassName
{
color: #81DD77;
}
.AnyTagClassName
{
color: #81DD77;
}
</style>
background-color css
<style>
a { background-color: #81DD77; }
a { background-color: rgb(129,221,119); }
div.DivClassName
{
background-color: #81DD77;
}
.BgClassName
{
background-color: #81DD77;
}
</style>
border-color css
<style>
span { border-color: #81DD77; }
span { border-color: rgb(129,221,119); }
td.TdClassName
{
border-color: #81DD77;
}
.TagClassName
{
border-color: #81DD77;
}
</style>