Shades of Pastel Green #81E47A
Tints of Pastel Green #81E47A
RGB
CMYK
RGB Variations
Color information
#81E47A (or 0x81E47A) is known color: Pastel Green. HEX triplet: 81, E4 and 7A. RGB value is (129,228,122). Sum of RGB (Red+Green+Blue) = 129+228+122=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #81E47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E47A is #7E1B85. Grayscale: #BABABA. Windows color (decimal): -8264582 or 8053889. OLE color: 8053889.
HSL color Cylindrical-coordinate representation of color #81E47A: hue angle of 116.04º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E47A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 228 | 122 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.11 |
| HSL | 116.04º | 0.66% | 0.69% | - |
| HSV(B) | 116.04º | 0.46% | 0.89% | - |
| XYZ | 40.31 | 61.56 | 28.17 | - |
| YUV | 186.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 228 | 122 | 0.43 | 0 | 0.46 | 0.11 | 116.04 | 0.66 | 0.69 |
| Hex | 81 | E4 | 7A | 2B | 0 | 2E | B | 74 | 42 | 45 |
| Octal | 201 | 344 | 172 | 53 | 0 | 56 | 13 | 164 | 102 | 105 |
| Binary | 10000001 | 11100100 | 1111010 | 101011 | 0 | 101110 | 1011 | 1110100 | 1000010 | 1000101 |
Color Harmonies of #81E47A
Complementary color
Monochromatic Colors of #81E47A
Black with #81E47A
Text Example
Text Example
White with #81E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E47A; }
p { color: rgb(129,228,122); }
H1.HeaderClassName
{
color: #81E47A;
}
.AnyTagClassName
{
color: #81E47A;
}
</style>
background-color css
<style>
a { background-color: #81E47A; }
a { background-color: rgb(129,228,122); }
div.DivClassName
{
background-color: #81E47A;
}
.BgClassName
{
background-color: #81E47A;
}
</style>
border-color css
<style>
span { border-color: #81E47A; }
span { border-color: rgb(129,228,122); }
td.TdClassName
{
border-color: #81E47A;
}
.TagClassName
{
border-color: #81E47A;
}
</style>