Shades of Pastel Green #81D77C
Tints of Pastel Green #81D77C
RGB
CMYK
RGB Variations
Color information
#81D77C (or 0x81D77C) is known color: Pastel Green. HEX triplet: 81, D7 and 7C. RGB value is (129,215,124). Sum of RGB (Red+Green+Blue) = 129+215+124=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #81D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D77C is #7E2883. Grayscale: #B3B3B3. Windows color (decimal): -8267908 or 8181633. OLE color: 8181633.
HSL color Cylindrical-coordinate representation of color #81D77C: hue angle of 116.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81D77C is Cyan = 0.4, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 124 | - |
| CMYK | 0.4 | 0 | 0.42 | 0.16 |
| HSL | 116.7º | 0.53% | 0.66% | - |
| HSV(B) | 116.7º | 0.42% | 0.84% | - |
| XYZ | 36.99 | 54.72 | 27.68 | - |
| YUV | 178.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 124 | 0.4 | 0 | 0.42 | 0.16 | 116.7 | 0.53 | 0.66 |
| Hex | 81 | D7 | 7C | 28 | 0 | 2A | 10 | 75 | 35 | 42 |
| Octal | 201 | 327 | 174 | 50 | 0 | 52 | 20 | 165 | 65 | 102 |
| Binary | 10000001 | 11010111 | 1111100 | 101000 | 0 | 101010 | 10000 | 1110101 | 110101 | 1000010 |
Color Harmonies of #81D77C
Complementary color
Monochromatic Colors of #81D77C
Black with #81D77C
Text Example
Text Example
White with #81D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D77C; }
p { color: rgb(129,215,124); }
H1.HeaderClassName
{
color: #81D77C;
}
.AnyTagClassName
{
color: #81D77C;
}
</style>
background-color css
<style>
a { background-color: #81D77C; }
a { background-color: rgb(129,215,124); }
div.DivClassName
{
background-color: #81D77C;
}
.BgClassName
{
background-color: #81D77C;
}
</style>
border-color css
<style>
span { border-color: #81D77C; }
span { border-color: rgb(129,215,124); }
td.TdClassName
{
border-color: #81D77C;
}
.TagClassName
{
border-color: #81D77C;
}
</style>