Shades of Pastel Green #81D77A
Tints of Pastel Green #81D77A
RGB
CMYK
RGB Variations
Color information
#81D77A (or 0x81D77A) is known color: Pastel Green. HEX triplet: 81, D7 and 7A. RGB value is (129,215,122). Sum of RGB (Red+Green+Blue) = 129+215+122=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #81D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D77A is #7E2885. Grayscale: #B2B2B2. Windows color (decimal): -8267910 or 8050561. OLE color: 8050561.
HSL color Cylindrical-coordinate representation of color #81D77A: hue angle of 115.48º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81D77A is Cyan = 0.4, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 122 | - |
| CMYK | 0.4 | 0 | 0.43 | 0.16 |
| HSL | 115.48º | 0.54% | 0.66% | - |
| HSV(B) | 115.48º | 0.43% | 0.84% | - |
| XYZ | 36.87 | 54.67 | 27.02 | - |
| YUV | 178.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 122 | 0.4 | 0 | 0.43 | 0.16 | 115.48 | 0.54 | 0.66 |
| Hex | 81 | D7 | 7A | 28 | 0 | 2B | 10 | 73 | 36 | 42 |
| Octal | 201 | 327 | 172 | 50 | 0 | 53 | 20 | 163 | 66 | 102 |
| Binary | 10000001 | 11010111 | 1111010 | 101000 | 0 | 101011 | 10000 | 1110011 | 110110 | 1000010 |
Color Harmonies of #81D77A
Complementary color
Monochromatic Colors of #81D77A
Black with #81D77A
Text Example
Text Example
White with #81D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D77A; }
p { color: rgb(129,215,122); }
H1.HeaderClassName
{
color: #81D77A;
}
.AnyTagClassName
{
color: #81D77A;
}
</style>
background-color css
<style>
a { background-color: #81D77A; }
a { background-color: rgb(129,215,122); }
div.DivClassName
{
background-color: #81D77A;
}
.BgClassName
{
background-color: #81D77A;
}
</style>
border-color css
<style>
span { border-color: #81D77A; }
span { border-color: rgb(129,215,122); }
td.TdClassName
{
border-color: #81D77A;
}
.TagClassName
{
border-color: #81D77A;
}
</style>