Shades of Pastel Green #81EC7F
Tints of Pastel Green #81EC7F
RGB
CMYK
RGB Variations
Color information
#81EC7F (or 0x81EC7F) is known color: Pastel Green. HEX triplet: 81, EC and 7F. RGB value is (129,236,127). Sum of RGB (Red+Green+Blue) = 129+236+127=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC7F is #7E1380. Grayscale: #BFBFBF. Windows color (decimal): -8262529 or 8383617. OLE color: 8383617.
HSL color Cylindrical-coordinate representation of color #81EC7F: hue angle of 118.9º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EC7F is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 127 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.07 |
| HSL | 118.9º | 0.74% | 0.71% | - |
| HSV(B) | 118.9º | 0.46% | 0.93% | - |
| XYZ | 42.88 | 66.19 | 30.59 | - |
| YUV | 191.58 | 91.55 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 127 | 0.45 | 0 | 0.46 | 0.07 | 118.9 | 0.74 | 0.71 |
| Hex | 81 | EC | 7F | 2D | 0 | 2E | 7 | 77 | 4A | 47 |
| Octal | 201 | 354 | 177 | 55 | 0 | 56 | 7 | 167 | 112 | 107 |
| Binary | 10000001 | 11101100 | 1111111 | 101101 | 0 | 101110 | 111 | 1110111 | 1001010 | 1000111 |
Color Harmonies of #81EC7F
Complementary color
Monochromatic Colors of #81EC7F
Black with #81EC7F
Text Example
Text Example
White with #81EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC7F; }
p { color: rgb(129,236,127); }
H1.HeaderClassName
{
color: #81EC7F;
}
.AnyTagClassName
{
color: #81EC7F;
}
</style>
background-color css
<style>
a { background-color: #81EC7F; }
a { background-color: rgb(129,236,127); }
div.DivClassName
{
background-color: #81EC7F;
}
.BgClassName
{
background-color: #81EC7F;
}
</style>
border-color css
<style>
span { border-color: #81EC7F; }
span { border-color: rgb(129,236,127); }
td.TdClassName
{
border-color: #81EC7F;
}
.TagClassName
{
border-color: #81EC7F;
}
</style>