Shades of Pastel Green #81E07C
Tints of Pastel Green #81E07C
RGB
CMYK
RGB Variations
Color information
#81E07C (or 0x81E07C) is known color: Pastel Green. HEX triplet: 81, E0 and 7C. RGB value is (129,224,124). Sum of RGB (Red+Green+Blue) = 129+224+124=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #81E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E07C is #7E1F83. Grayscale: #B8B8B8. Windows color (decimal): -8265604 or 8183937. OLE color: 8183937.
HSL color Cylindrical-coordinate representation of color #81E07C: hue angle of 117º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E07C is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 124 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.12 |
| HSL | 117º | 0.62% | 0.68% | - |
| HSV(B) | 117º | 0.45% | 0.88% | - |
| XYZ | 39.35 | 59.43 | 28.47 | - |
| YUV | 184.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 124 | 0.42 | 0 | 0.45 | 0.12 | 117 | 0.62 | 0.68 |
| Hex | 81 | E0 | 7C | 2A | 0 | 2D | C | 75 | 3E | 44 |
| Octal | 201 | 340 | 174 | 52 | 0 | 55 | 14 | 165 | 76 | 104 |
| Binary | 10000001 | 11100000 | 1111100 | 101010 | 0 | 101101 | 1100 | 1110101 | 111110 | 1000100 |
Color Harmonies of #81E07C
Complementary color
Monochromatic Colors of #81E07C
Black with #81E07C
Text Example
Text Example
White with #81E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E07C; }
p { color: rgb(129,224,124); }
H1.HeaderClassName
{
color: #81E07C;
}
.AnyTagClassName
{
color: #81E07C;
}
</style>
background-color css
<style>
a { background-color: #81E07C; }
a { background-color: rgb(129,224,124); }
div.DivClassName
{
background-color: #81E07C;
}
.BgClassName
{
background-color: #81E07C;
}
</style>
border-color css
<style>
span { border-color: #81E07C; }
span { border-color: rgb(129,224,124); }
td.TdClassName
{
border-color: #81E07C;
}
.TagClassName
{
border-color: #81E07C;
}
</style>