Shades of Pastel Green #81DA7E
Tints of Pastel Green #81DA7E
RGB
CMYK
RGB Variations
Color information
#81DA7E (or 0x81DA7E) is known color: Pastel Green. HEX triplet: 81, DA and 7E. RGB value is (129,218,126). Sum of RGB (Red+Green+Blue) = 129+218+126=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA7E is #7E2581. Grayscale: #B5B5B5. Windows color (decimal): -8267138 or 8313473. OLE color: 8313473.
HSL color Cylindrical-coordinate representation of color #81DA7E: hue angle of 118.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DA7E is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 126 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.15 |
| HSL | 118.04º | 0.55% | 0.67% | - |
| HSV(B) | 118.04º | 0.42% | 0.85% | - |
| XYZ | 37.89 | 56.32 | 28.61 | - |
| YUV | 180.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 126 | 0.41 | 0 | 0.42 | 0.15 | 118.04 | 0.55 | 0.67 |
| Hex | 81 | DA | 7E | 29 | 0 | 2A | F | 76 | 37 | 43 |
| Octal | 201 | 332 | 176 | 51 | 0 | 52 | 17 | 166 | 67 | 103 |
| Binary | 10000001 | 11011010 | 1111110 | 101001 | 0 | 101010 | 1111 | 1110110 | 110111 | 1000011 |
Color Harmonies of #81DA7E
Complementary color
Monochromatic Colors of #81DA7E
Black with #81DA7E
Text Example
Text Example
White with #81DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA7E; }
p { color: rgb(129,218,126); }
H1.HeaderClassName
{
color: #81DA7E;
}
.AnyTagClassName
{
color: #81DA7E;
}
</style>
background-color css
<style>
a { background-color: #81DA7E; }
a { background-color: rgb(129,218,126); }
div.DivClassName
{
background-color: #81DA7E;
}
.BgClassName
{
background-color: #81DA7E;
}
</style>
border-color css
<style>
span { border-color: #81DA7E; }
span { border-color: rgb(129,218,126); }
td.TdClassName
{
border-color: #81DA7E;
}
.TagClassName
{
border-color: #81DA7E;
}
</style>