Shades of Pastel Green #81EE76
Tints of Pastel Green #81EE76
RGB
CMYK
RGB Variations
Color information
#81EE76 (or 0x81EE76) is known color: Pastel Green. HEX triplet: 81, EE and 76. RGB value is (129,238,118). Sum of RGB (Red+Green+Blue) = 129+238+118=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE76 is #7E1189. Grayscale: #C0C0C0. Windows color (decimal): -8262026 or 7794305. OLE color: 7794305.
HSL color Cylindrical-coordinate representation of color #81EE76: hue angle of 114.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81EE76 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 118 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.07 |
| HSL | 114.5º | 0.78% | 0.7% | - |
| HSV(B) | 114.5º | 0.5% | 0.93% | - |
| XYZ | 42.9 | 67.12 | 27.83 | - |
| YUV | 191.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 118 | 0.46 | 0 | 0.50 | 0.07 | 114.5 | 0.78 | 0.7 |
| Hex | 81 | EE | 76 | 2E | 0 | 32 | 7 | 72 | 4E | 46 |
| Octal | 201 | 356 | 166 | 56 | 0 | 62 | 7 | 162 | 116 | 106 |
| Binary | 10000001 | 11101110 | 1110110 | 101110 | 0 | 110010 | 111 | 1110010 | 1001110 | 1000110 |
Color Harmonies of #81EE76
Complementary color
Monochromatic Colors of #81EE76
Black with #81EE76
Text Example
Text Example
White with #81EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EE76; }
p { color: rgb(129,238,118); }
H1.HeaderClassName
{
color: #81EE76;
}
.AnyTagClassName
{
color: #81EE76;
}
</style>
background-color css
<style>
a { background-color: #81EE76; }
a { background-color: rgb(129,238,118); }
div.DivClassName
{
background-color: #81EE76;
}
.BgClassName
{
background-color: #81EE76;
}
</style>
border-color css
<style>
span { border-color: #81EE76; }
span { border-color: rgb(129,238,118); }
td.TdClassName
{
border-color: #81EE76;
}
.TagClassName
{
border-color: #81EE76;
}
</style>