Shades of Pastel Green #81DA76
Tints of Pastel Green #81DA76
RGB
CMYK
RGB Variations
Color information
#81DA76 (or 0x81DA76) is known color: Pastel Green. HEX triplet: 81, DA and 76. RGB value is (129,218,118). Sum of RGB (Red+Green+Blue) = 129+218+118=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA76 is #7E2589. Grayscale: #B4B4B4. Windows color (decimal): -8267146 or 7789185. OLE color: 7789185.
HSL color Cylindrical-coordinate representation of color #81DA76: hue angle of 113.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81DA76 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 118 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.15 |
| HSL | 113.4º | 0.57% | 0.66% | - |
| HSV(B) | 113.4º | 0.46% | 0.85% | - |
| XYZ | 37.39 | 56.12 | 26 | - |
| YUV | 179.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 118 | 0.41 | 0 | 0.46 | 0.15 | 113.4 | 0.57 | 0.66 |
| Hex | 81 | DA | 76 | 29 | 0 | 2E | F | 71 | 39 | 42 |
| Octal | 201 | 332 | 166 | 51 | 0 | 56 | 17 | 161 | 71 | 102 |
| Binary | 10000001 | 11011010 | 1110110 | 101001 | 0 | 101110 | 1111 | 1110001 | 111001 | 1000010 |
Color Harmonies of #81DA76
Complementary color
Monochromatic Colors of #81DA76
Black with #81DA76
Text Example
Text Example
White with #81DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA76; }
p { color: rgb(129,218,118); }
H1.HeaderClassName
{
color: #81DA76;
}
.AnyTagClassName
{
color: #81DA76;
}
</style>
background-color css
<style>
a { background-color: #81DA76; }
a { background-color: rgb(129,218,118); }
div.DivClassName
{
background-color: #81DA76;
}
.BgClassName
{
background-color: #81DA76;
}
</style>
border-color css
<style>
span { border-color: #81DA76; }
span { border-color: rgb(129,218,118); }
td.TdClassName
{
border-color: #81DA76;
}
.TagClassName
{
border-color: #81DA76;
}
</style>