Shades of Pastel Green #81EE7A
Tints of Pastel Green #81EE7A
RGB
CMYK
RGB Variations
Color information
#81EE7A (or 0x81EE7A) is known color: Pastel Green. HEX triplet: 81, EE and 7A. RGB value is (129,238,122). Sum of RGB (Red+Green+Blue) = 129+238+122=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE7A is #7E1185. Grayscale: #C0C0C0. Windows color (decimal): -8262022 or 8056449. OLE color: 8056449.
HSL color Cylindrical-coordinate representation of color #81EE7A: hue angle of 116.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EE7A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 122 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.07 |
| HSL | 116.38º | 0.77% | 0.71% | - |
| HSV(B) | 116.38º | 0.49% | 0.93% | - |
| XYZ | 43.14 | 67.22 | 29.11 | - |
| YUV | 192.19 | 88.39 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 122 | 0.46 | 0 | 0.49 | 0.07 | 116.38 | 0.77 | 0.71 |
| Hex | 81 | EE | 7A | 2E | 0 | 31 | 7 | 74 | 4D | 47 |
| Octal | 201 | 356 | 172 | 56 | 0 | 61 | 7 | 164 | 115 | 107 |
| Binary | 10000001 | 11101110 | 1111010 | 101110 | 0 | 110001 | 111 | 1110100 | 1001101 | 1000111 |
Color Harmonies of #81EE7A
Complementary color
Monochromatic Colors of #81EE7A
Black with #81EE7A
Text Example
Text Example
White with #81EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EE7A; }
p { color: rgb(129,238,122); }
H1.HeaderClassName
{
color: #81EE7A;
}
.AnyTagClassName
{
color: #81EE7A;
}
</style>
background-color css
<style>
a { background-color: #81EE7A; }
a { background-color: rgb(129,238,122); }
div.DivClassName
{
background-color: #81EE7A;
}
.BgClassName
{
background-color: #81EE7A;
}
</style>
border-color css
<style>
span { border-color: #81EE7A; }
span { border-color: rgb(129,238,122); }
td.TdClassName
{
border-color: #81EE7A;
}
.TagClassName
{
border-color: #81EE7A;
}
</style>