Shades of Pastel Green #81D96C
Tints of Pastel Green #81D96C
RGB
CMYK
RGB Variations
Color information
#81D96C (or 0x81D96C) is known color: Pastel Green. HEX triplet: 81, D9 and 6C. RGB value is (129,217,108). Sum of RGB (Red+Green+Blue) = 129+217+108=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #81D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D96C is #7E2693. Grayscale: #B2B2B2. Windows color (decimal): -8267412 or 7133569. OLE color: 7133569.
HSL color Cylindrical-coordinate representation of color #81D96C: hue angle of 108.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81D96C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 108 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.15 |
| HSL | 108.44º | 0.59% | 0.64% | - |
| HSV(B) | 108.44º | 0.5% | 0.85% | - |
| XYZ | 36.57 | 55.38 | 22.95 | - |
| YUV | 178.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 108 | 0.41 | 0 | 0.50 | 0.15 | 108.44 | 0.59 | 0.64 |
| Hex | 81 | D9 | 6C | 29 | 0 | 32 | F | 6C | 3B | 40 |
| Octal | 201 | 331 | 154 | 51 | 0 | 62 | 17 | 154 | 73 | 100 |
| Binary | 10000001 | 11011001 | 1101100 | 101001 | 0 | 110010 | 1111 | 1101100 | 111011 | 1000000 |
Color Harmonies of #81D96C
Complementary color
Monochromatic Colors of #81D96C
Black with #81D96C
Text Example
Text Example
White with #81D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D96C; }
p { color: rgb(129,217,108); }
H1.HeaderClassName
{
color: #81D96C;
}
.AnyTagClassName
{
color: #81D96C;
}
</style>
background-color css
<style>
a { background-color: #81D96C; }
a { background-color: rgb(129,217,108); }
div.DivClassName
{
background-color: #81D96C;
}
.BgClassName
{
background-color: #81D96C;
}
</style>
border-color css
<style>
span { border-color: #81D96C; }
span { border-color: rgb(129,217,108); }
td.TdClassName
{
border-color: #81D96C;
}
.TagClassName
{
border-color: #81D96C;
}
</style>