Shades of Pastel Green #81DD79
Tints of Pastel Green #81DD79
RGB
CMYK
RGB Variations
Color information
#81DD79 (or 0x81DD79) is known color: Pastel Green. HEX triplet: 81, DD and 79. RGB value is (129,221,121). Sum of RGB (Red+Green+Blue) = 129+221+121=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD79 is #7E2286. Grayscale: #B6B6B6. Windows color (decimal): -8266375 or 7986561. OLE color: 7986561.
HSL color Cylindrical-coordinate representation of color #81DD79: hue angle of 115.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DD79 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 121 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.13 |
| HSL | 115.2º | 0.6% | 0.67% | - |
| HSV(B) | 115.2º | 0.45% | 0.87% | - |
| XYZ | 38.36 | 57.76 | 27.22 | - |
| YUV | 182.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 121 | 0.42 | 0 | 0.45 | 0.13 | 115.2 | 0.6 | 0.67 |
| Hex | 81 | DD | 79 | 2A | 0 | 2D | D | 73 | 3C | 43 |
| Octal | 201 | 335 | 171 | 52 | 0 | 55 | 15 | 163 | 74 | 103 |
| Binary | 10000001 | 11011101 | 1111001 | 101010 | 0 | 101101 | 1101 | 1110011 | 111100 | 1000011 |
Color Harmonies of #81DD79
Complementary color
Monochromatic Colors of #81DD79
Black with #81DD79
Text Example
Text Example
White with #81DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD79; }
p { color: rgb(129,221,121); }
H1.HeaderClassName
{
color: #81DD79;
}
.AnyTagClassName
{
color: #81DD79;
}
</style>
background-color css
<style>
a { background-color: #81DD79; }
a { background-color: rgb(129,221,121); }
div.DivClassName
{
background-color: #81DD79;
}
.BgClassName
{
background-color: #81DD79;
}
</style>
border-color css
<style>
span { border-color: #81DD79; }
span { border-color: rgb(129,221,121); }
td.TdClassName
{
border-color: #81DD79;
}
.TagClassName
{
border-color: #81DD79;
}
</style>