Shades of Pastel Green #81E281
Tints of Pastel Green #81E281
RGB
CMYK
RGB Variations
Color information
#81E281 (or 0x81E281) is known color: Pastel Green. HEX triplet: 81, E2 and 81. RGB value is (129,226,129). Sum of RGB (Red+Green+Blue) = 129+226+129=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #81E281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E281 is #7E1D7E. Grayscale: #BABABA. Windows color (decimal): -8265087 or 8512129. OLE color: 8512129.
HSL color Cylindrical-coordinate representation of color #81E281: hue angle of 120º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E281 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 226 | 129 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.11 |
| HSL | 120º | 0.63% | 0.7% | - |
| HSV(B) | 120º | 0.43% | 0.89% | - |
| XYZ | 40.21 | 60.64 | 30.36 | - |
| YUV | 185.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 226 | 129 | 0.43 | 0 | 0.43 | 0.11 | 120 | 0.63 | 0.7 |
| Hex | 81 | E2 | 81 | 2B | 0 | 2B | B | 78 | 3F | 46 |
| Octal | 201 | 342 | 201 | 53 | 0 | 53 | 13 | 170 | 77 | 106 |
| Binary | 10000001 | 11100010 | 10000001 | 101011 | 0 | 101011 | 1011 | 1111000 | 111111 | 1000110 |
Color Harmonies of #81E281
Complementary color
Monochromatic Colors of #81E281
Black with #81E281
Text Example
Text Example
White with #81E281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E281; }
p { color: rgb(129,226,129); }
H1.HeaderClassName
{
color: #81E281;
}
.AnyTagClassName
{
color: #81E281;
}
</style>
background-color css
<style>
a { background-color: #81E281; }
a { background-color: rgb(129,226,129); }
div.DivClassName
{
background-color: #81E281;
}
.BgClassName
{
background-color: #81E281;
}
</style>
border-color css
<style>
span { border-color: #81E281; }
span { border-color: rgb(129,226,129); }
td.TdClassName
{
border-color: #81E281;
}
.TagClassName
{
border-color: #81E281;
}
</style>