Shades of Pastel Green #81EE7E
Tints of Pastel Green #81EE7E
RGB
CMYK
RGB Variations
Color information
#81EE7E (or 0x81EE7E) is known color: Pastel Green. HEX triplet: 81, EE and 7E. RGB value is (129,238,126). Sum of RGB (Red+Green+Blue) = 129+238+126=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE7E is #7E1181. Grayscale: #C0C0C0. Windows color (decimal): -8262018 or 8318593. OLE color: 8318593.
HSL color Cylindrical-coordinate representation of color #81EE7E: hue angle of 118.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81EE7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 126 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.07 |
| HSL | 118.39º | 0.77% | 0.71% | - |
| HSV(B) | 118.39º | 0.47% | 0.93% | - |
| XYZ | 43.39 | 67.32 | 30.45 | - |
| YUV | 192.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 126 | 0.46 | 0 | 0.47 | 0.07 | 118.39 | 0.77 | 0.71 |
| Hex | 81 | EE | 7E | 2E | 0 | 2F | 7 | 76 | 4D | 47 |
| Octal | 201 | 356 | 176 | 56 | 0 | 57 | 7 | 166 | 115 | 107 |
| Binary | 10000001 | 11101110 | 1111110 | 101110 | 0 | 101111 | 111 | 1110110 | 1001101 | 1000111 |
Color Harmonies of #81EE7E
Complementary color
Monochromatic Colors of #81EE7E
Black with #81EE7E
Text Example
Text Example
White with #81EE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EE7E; }
p { color: rgb(129,238,126); }
H1.HeaderClassName
{
color: #81EE7E;
}
.AnyTagClassName
{
color: #81EE7E;
}
</style>
background-color css
<style>
a { background-color: #81EE7E; }
a { background-color: rgb(129,238,126); }
div.DivClassName
{
background-color: #81EE7E;
}
.BgClassName
{
background-color: #81EE7E;
}
</style>
border-color css
<style>
span { border-color: #81EE7E; }
span { border-color: rgb(129,238,126); }
td.TdClassName
{
border-color: #81EE7E;
}
.TagClassName
{
border-color: #81EE7E;
}
</style>