Shades of Bay Leaf #81B58E
Tints of Bay Leaf #81B58E
RGB
CMYK
RGB Variations
Color information
#81B58E (or 0x81B58E) is known color: Bay Leaf. HEX triplet: 81, B5 and 8E. RGB value is (129,181,142). Sum of RGB (Red+Green+Blue) = 129+181+142=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #81B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B58E is #7E4A71. Grayscale: #A1A1A1. Windows color (decimal): -8276594 or 9352577. OLE color: 9352577.
HSL color Cylindrical-coordinate representation of color #81B58E: hue angle of 135º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B58E is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 142 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.29 |
| HSL | 135º | 0.26% | 0.61% | - |
| HSV(B) | 135º | 0.29% | 0.71% | - |
| XYZ | 30.46 | 39.67 | 31.64 | - |
| YUV | 161.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 142 | 0.29 | 0 | 0.22 | 0.29 | 135 | 0.26 | 0.61 |
| Hex | 81 | B5 | 8E | 1D | 0 | 16 | 1D | 87 | 1A | 3D |
| Octal | 201 | 265 | 216 | 35 | 0 | 26 | 35 | 207 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10001110 | 11101 | 0 | 10110 | 11101 | 10000111 | 11010 | 111101 |
Color Harmonies of #81B58E
Complementary color
Monochromatic Colors of #81B58E
Black with #81B58E
Text Example
Text Example
White with #81B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B58E; }
p { color: rgb(129,181,142); }
H1.HeaderClassName
{
color: #81B58E;
}
.AnyTagClassName
{
color: #81B58E;
}
</style>
background-color css
<style>
a { background-color: #81B58E; }
a { background-color: rgb(129,181,142); }
div.DivClassName
{
background-color: #81B58E;
}
.BgClassName
{
background-color: #81B58E;
}
</style>
border-color css
<style>
span { border-color: #81B58E; }
span { border-color: rgb(129,181,142); }
td.TdClassName
{
border-color: #81B58E;
}
.TagClassName
{
border-color: #81B58E;
}
</style>