Shades of Pastel Green #81EA7E
Tints of Pastel Green #81EA7E
RGB
CMYK
RGB Variations
Color information
#81EA7E (or 0x81EA7E) is known color: Pastel Green. HEX triplet: 81, EA and 7E. RGB value is (129,234,126). Sum of RGB (Red+Green+Blue) = 129+234+126=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA7E is #7E1581. Grayscale: #BEBEBE. Windows color (decimal): -8263042 or 8317569. OLE color: 8317569.
HSL color Cylindrical-coordinate representation of color #81EA7E: hue angle of 118.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EA7E is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 126 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.08 |
| HSL | 118.33º | 0.72% | 0.71% | - |
| HSV(B) | 118.33º | 0.46% | 0.92% | - |
| XYZ | 42.24 | 65.02 | 30.06 | - |
| YUV | 190.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 126 | 0.45 | 0 | 0.46 | 0.08 | 118.33 | 0.72 | 0.71 |
| Hex | 81 | EA | 7E | 2D | 0 | 2E | 8 | 76 | 48 | 47 |
| Octal | 201 | 352 | 176 | 55 | 0 | 56 | 10 | 166 | 110 | 107 |
| Binary | 10000001 | 11101010 | 1111110 | 101101 | 0 | 101110 | 1000 | 1110110 | 1001000 | 1000111 |
Color Harmonies of #81EA7E
Complementary color
Monochromatic Colors of #81EA7E
Black with #81EA7E
Text Example
Text Example
White with #81EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA7E; }
p { color: rgb(129,234,126); }
H1.HeaderClassName
{
color: #81EA7E;
}
.AnyTagClassName
{
color: #81EA7E;
}
</style>
background-color css
<style>
a { background-color: #81EA7E; }
a { background-color: rgb(129,234,126); }
div.DivClassName
{
background-color: #81EA7E;
}
.BgClassName
{
background-color: #81EA7E;
}
</style>
border-color css
<style>
span { border-color: #81EA7E; }
span { border-color: rgb(129,234,126); }
td.TdClassName
{
border-color: #81EA7E;
}
.TagClassName
{
border-color: #81EA7E;
}
</style>