Shades of Pastel Green #81EC7B
Tints of Pastel Green #81EC7B
RGB
CMYK
RGB Variations
Color information
#81EC7B (or 0x81EC7B) is known color: Pastel Green. HEX triplet: 81, EC and 7B. RGB value is (129,236,123). Sum of RGB (Red+Green+Blue) = 129+236+123=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC7B is #7E1384. Grayscale: #BFBFBF. Windows color (decimal): -8262533 or 8121473. OLE color: 8121473.
HSL color Cylindrical-coordinate representation of color #81EC7B: hue angle of 116.81º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81EC7B is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 123 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.07 |
| HSL | 116.81º | 0.75% | 0.7% | - |
| HSV(B) | 116.81º | 0.48% | 0.93% | - |
| XYZ | 42.62 | 66.09 | 29.25 | - |
| YUV | 191.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 123 | 0.45 | 0 | 0.48 | 0.07 | 116.81 | 0.75 | 0.7 |
| Hex | 81 | EC | 7B | 2D | 0 | 30 | 7 | 75 | 4B | 46 |
| Octal | 201 | 354 | 173 | 55 | 0 | 60 | 7 | 165 | 113 | 106 |
| Binary | 10000001 | 11101100 | 1111011 | 101101 | 0 | 110000 | 111 | 1110101 | 1001011 | 1000110 |
Color Harmonies of #81EC7B
Complementary color
Monochromatic Colors of #81EC7B
Black with #81EC7B
Text Example
Text Example
White with #81EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC7B; }
p { color: rgb(129,236,123); }
H1.HeaderClassName
{
color: #81EC7B;
}
.AnyTagClassName
{
color: #81EC7B;
}
</style>
background-color css
<style>
a { background-color: #81EC7B; }
a { background-color: rgb(129,236,123); }
div.DivClassName
{
background-color: #81EC7B;
}
.BgClassName
{
background-color: #81EC7B;
}
</style>
border-color css
<style>
span { border-color: #81EC7B; }
span { border-color: rgb(129,236,123); }
td.TdClassName
{
border-color: #81EC7B;
}
.TagClassName
{
border-color: #81EC7B;
}
</style>