Shades of Pastel Green #81D77B
Tints of Pastel Green #81D77B
RGB
CMYK
RGB Variations
Color information
#81D77B (or 0x81D77B) is known color: Pastel Green. HEX triplet: 81, D7 and 7B. RGB value is (129,215,123). Sum of RGB (Red+Green+Blue) = 129+215+123=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #81D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D77B is #7E2884. Grayscale: #B3B3B3. Windows color (decimal): -8267909 or 8116097. OLE color: 8116097.
HSL color Cylindrical-coordinate representation of color #81D77B: hue angle of 116.09º degrees, saturation: 0.53, 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 #81D77B is Cyan = 0.4, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 123 | - |
| CMYK | 0.4 | 0 | 0.43 | 0.16 |
| HSL | 116.09º | 0.53% | 0.66% | - |
| HSV(B) | 116.09º | 0.43% | 0.84% | - |
| XYZ | 36.93 | 54.7 | 27.35 | - |
| YUV | 178.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 123 | 0.4 | 0 | 0.43 | 0.16 | 116.09 | 0.53 | 0.66 |
| Hex | 81 | D7 | 7B | 28 | 0 | 2B | 10 | 74 | 35 | 42 |
| Octal | 201 | 327 | 173 | 50 | 0 | 53 | 20 | 164 | 65 | 102 |
| Binary | 10000001 | 11010111 | 1111011 | 101000 | 0 | 101011 | 10000 | 1110100 | 110101 | 1000010 |
Color Harmonies of #81D77B
Complementary color
Monochromatic Colors of #81D77B
Black with #81D77B
Text Example
Text Example
White with #81D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D77B; }
p { color: rgb(129,215,123); }
H1.HeaderClassName
{
color: #81D77B;
}
.AnyTagClassName
{
color: #81D77B;
}
</style>
background-color css
<style>
a { background-color: #81D77B; }
a { background-color: rgb(129,215,123); }
div.DivClassName
{
background-color: #81D77B;
}
.BgClassName
{
background-color: #81D77B;
}
</style>
border-color css
<style>
span { border-color: #81D77B; }
span { border-color: rgb(129,215,123); }
td.TdClassName
{
border-color: #81D77B;
}
.TagClassName
{
border-color: #81D77B;
}
</style>