Shades of Bay Leaf #81BE8D
Tints of Bay Leaf #81BE8D
RGB
CMYK
RGB Variations
Color information
#81BE8D (or 0x81BE8D) is known color: Bay Leaf. HEX triplet: 81, BE and 8D. RGB value is (129,190,141). Sum of RGB (Red+Green+Blue) = 129+190+141=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE8D is #7E4172. Grayscale: #A6A6A6. Windows color (decimal): -8274291 or 9289345. OLE color: 9289345.
HSL color Cylindrical-coordinate representation of color #81BE8D: hue angle of 131.8º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE8D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 141 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.25 |
| HSL | 131.8º | 0.32% | 0.63% | - |
| HSV(B) | 131.8º | 0.32% | 0.75% | - |
| XYZ | 32.27 | 43.42 | 31.88 | - |
| YUV | 166.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 141 | 0.32 | 0 | 0.26 | 0.25 | 131.8 | 0.32 | 0.63 |
| Hex | 81 | BE | 8D | 20 | 0 | 1A | 19 | 84 | 20 | 3F |
| Octal | 201 | 276 | 215 | 40 | 0 | 32 | 31 | 204 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10001101 | 100000 | 0 | 11010 | 11001 | 10000100 | 100000 | 111111 |
Color Harmonies of #81BE8D
Complementary color
Monochromatic Colors of #81BE8D
Black with #81BE8D
Text Example
Text Example
White with #81BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE8D; }
p { color: rgb(129,190,141); }
H1.HeaderClassName
{
color: #81BE8D;
}
.AnyTagClassName
{
color: #81BE8D;
}
</style>
background-color css
<style>
a { background-color: #81BE8D; }
a { background-color: rgb(129,190,141); }
div.DivClassName
{
background-color: #81BE8D;
}
.BgClassName
{
background-color: #81BE8D;
}
</style>
border-color css
<style>
span { border-color: #81BE8D; }
span { border-color: rgb(129,190,141); }
td.TdClassName
{
border-color: #81BE8D;
}
.TagClassName
{
border-color: #81BE8D;
}
</style>