Shades of Pastel Green #81E575
Tints of Pastel Green #81E575
RGB
CMYK
RGB Variations
Color information
#81E575 (or 0x81E575) is known color: Pastel Green. HEX triplet: 81, E5 and 75. RGB value is (129,229,117). Sum of RGB (Red+Green+Blue) = 129+229+117=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #81E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E575 is #7E1A8A. Grayscale: #BABABA. Windows color (decimal): -8264331 or 7726465. OLE color: 7726465.
HSL color Cylindrical-coordinate representation of color #81E575: hue angle of 113.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81E575 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 117 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.10 |
| HSL | 113.57º | 0.68% | 0.68% | - |
| HSV(B) | 113.57º | 0.49% | 0.9% | - |
| XYZ | 40.28 | 61.99 | 26.67 | - |
| YUV | 186.33 | 88.87 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 117 | 0.44 | 0 | 0.49 | 0.10 | 113.57 | 0.68 | 0.68 |
| Hex | 81 | E5 | 75 | 2C | 0 | 31 | A | 72 | 44 | 44 |
| Octal | 201 | 345 | 165 | 54 | 0 | 61 | 12 | 162 | 104 | 104 |
| Binary | 10000001 | 11100101 | 1110101 | 101100 | 0 | 110001 | 1010 | 1110010 | 1000100 | 1000100 |
Color Harmonies of #81E575
Complementary color
Monochromatic Colors of #81E575
Black with #81E575
Text Example
Text Example
White with #81E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E575; }
p { color: rgb(129,229,117); }
H1.HeaderClassName
{
color: #81E575;
}
.AnyTagClassName
{
color: #81E575;
}
</style>
background-color css
<style>
a { background-color: #81E575; }
a { background-color: rgb(129,229,117); }
div.DivClassName
{
background-color: #81E575;
}
.BgClassName
{
background-color: #81E575;
}
</style>
border-color css
<style>
span { border-color: #81E575; }
span { border-color: rgb(129,229,117); }
td.TdClassName
{
border-color: #81E575;
}
.TagClassName
{
border-color: #81E575;
}
</style>