Shades of Pastel Green #81EF7E
Tints of Pastel Green #81EF7E
RGB
CMYK
RGB Variations
Color information
#81EF7E (or 0x81EF7E) is known color: Pastel Green. HEX triplet: 81, EF and 7E. RGB value is (129,239,126). Sum of RGB (Red+Green+Blue) = 129+239+126=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EF7E is #7E1081. Grayscale: #C1C1C1. Windows color (decimal): -8261762 or 8318849. OLE color: 8318849.
HSL color Cylindrical-coordinate representation of color #81EF7E: hue angle of 118.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81EF7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 239 | 126 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.06 |
| HSL | 118.41º | 0.78% | 0.72% | - |
| HSV(B) | 118.41º | 0.47% | 0.94% | - |
| XYZ | 43.69 | 67.91 | 30.54 | - |
| YUV | 193.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 239 | 126 | 0.46 | 0 | 0.47 | 0.06 | 118.41 | 0.78 | 0.72 |
| Hex | 81 | EF | 7E | 2E | 0 | 2F | 6 | 76 | 4E | 48 |
| Octal | 201 | 357 | 176 | 56 | 0 | 57 | 6 | 166 | 116 | 110 |
| Binary | 10000001 | 11101111 | 1111110 | 101110 | 0 | 101111 | 110 | 1110110 | 1001110 | 1001000 |
Color Harmonies of #81EF7E
Complementary color
Monochromatic Colors of #81EF7E
Black with #81EF7E
Text Example
Text Example
White with #81EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EF7E; }
p { color: rgb(129,239,126); }
H1.HeaderClassName
{
color: #81EF7E;
}
.AnyTagClassName
{
color: #81EF7E;
}
</style>
background-color css
<style>
a { background-color: #81EF7E; }
a { background-color: rgb(129,239,126); }
div.DivClassName
{
background-color: #81EF7E;
}
.BgClassName
{
background-color: #81EF7E;
}
</style>
border-color css
<style>
span { border-color: #81EF7E; }
span { border-color: rgb(129,239,126); }
td.TdClassName
{
border-color: #81EF7E;
}
.TagClassName
{
border-color: #81EF7E;
}
</style>