Shades of Pastel Green #81E85B
Tints of Pastel Green #81E85B
RGB
CMYK
RGB Variations
Color information
#81E85B (or 0x81E85B) is known color: Pastel Green. HEX triplet: 81, E8 and 5B. RGB value is (129,232,91). Sum of RGB (Red+Green+Blue) = 129+232+91=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #81E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E85B is #7E17A4. Grayscale: #B9B9B9. Windows color (decimal): -8263589 or 6023297. OLE color: 6023297.
HSL color Cylindrical-coordinate representation of color #81E85B: hue angle of 103.83º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81E85B is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 232 | 91 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.09 |
| HSL | 103.83º | 0.75% | 0.63% | - |
| HSV(B) | 103.83º | 0.61% | 0.91% | - |
| XYZ | 39.8 | 63.14 | 19.99 | - |
| YUV | 185.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 232 | 91 | 0.44 | 0 | 0.61 | 0.09 | 103.83 | 0.75 | 0.63 |
| Hex | 81 | E8 | 5B | 2C | 0 | 3D | 9 | 68 | 4B | 3F |
| Octal | 201 | 350 | 133 | 54 | 0 | 75 | 11 | 150 | 113 | 77 |
| Binary | 10000001 | 11101000 | 1011011 | 101100 | 0 | 111101 | 1001 | 1101000 | 1001011 | 111111 |
Color Harmonies of #81E85B
Complementary color
Monochromatic Colors of #81E85B
Black with #81E85B
Text Example
Text Example
White with #81E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E85B; }
p { color: rgb(129,232,91); }
H1.HeaderClassName
{
color: #81E85B;
}
.AnyTagClassName
{
color: #81E85B;
}
</style>
background-color css
<style>
a { background-color: #81E85B; }
a { background-color: rgb(129,232,91); }
div.DivClassName
{
background-color: #81E85B;
}
.BgClassName
{
background-color: #81E85B;
}
</style>
border-color css
<style>
span { border-color: #81E85B; }
span { border-color: rgb(129,232,91); }
td.TdClassName
{
border-color: #81E85B;
}
.TagClassName
{
border-color: #81E85B;
}
</style>