Shades of Pastel Green #81E761
Tints of Pastel Green #81E761
RGB
CMYK
RGB Variations
Color information
#81E761 (or 0x81E761) is known color: Pastel Green. HEX triplet: 81, E7 and 61. RGB value is (129,231,97). Sum of RGB (Red+Green+Blue) = 129+231+97=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #81E761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E761 is #7E189E. Grayscale: #B9B9B9. Windows color (decimal): -8263839 or 6416257. OLE color: 6416257.
HSL color Cylindrical-coordinate representation of color #81E761: hue angle of 105.67º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81E761 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 231 | 97 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.09 |
| HSL | 105.67º | 0.74% | 0.64% | - |
| HSV(B) | 105.67º | 0.58% | 0.91% | - |
| XYZ | 39.79 | 62.68 | 21.31 | - |
| YUV | 185.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 231 | 97 | 0.44 | 0 | 0.58 | 0.09 | 105.67 | 0.74 | 0.64 |
| Hex | 81 | E7 | 61 | 2C | 0 | 3A | 9 | 6A | 4A | 40 |
| Octal | 201 | 347 | 141 | 54 | 0 | 72 | 11 | 152 | 112 | 100 |
| Binary | 10000001 | 11100111 | 1100001 | 101100 | 0 | 111010 | 1001 | 1101010 | 1001010 | 1000000 |
Color Harmonies of #81E761
Complementary color
Monochromatic Colors of #81E761
Black with #81E761
Text Example
Text Example
White with #81E761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E761; }
p { color: rgb(129,231,97); }
H1.HeaderClassName
{
color: #81E761;
}
.AnyTagClassName
{
color: #81E761;
}
</style>
background-color css
<style>
a { background-color: #81E761; }
a { background-color: rgb(129,231,97); }
div.DivClassName
{
background-color: #81E761;
}
.BgClassName
{
background-color: #81E761;
}
</style>
border-color css
<style>
span { border-color: #81E761; }
span { border-color: rgb(129,231,97); }
td.TdClassName
{
border-color: #81E761;
}
.TagClassName
{
border-color: #81E761;
}
</style>