Shades of Bay Leaf #71BC81
Tints of Bay Leaf #71BC81
RGB
CMYK
RGB Variations
Color information
#71BC81 (or 0x71BC81) is known color: Bay Leaf. HEX triplet: 71, BC and 81. RGB value is (113,188,129). Sum of RGB (Red+Green+Blue) = 113+188+129=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC81 is #8E437E. Grayscale: #9F9F9F. Windows color (decimal): -9323391 or 8502385. OLE color: 8502385.
HSL color Cylindrical-coordinate representation of color #71BC81: hue angle of 132.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC81 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 129 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.26 |
| HSL | 132.8º | 0.36% | 0.59% | - |
| HSV(B) | 132.8º | 0.4% | 0.74% | - |
| XYZ | 28.76 | 41.06 | 27.18 | - |
| YUV | 158.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 129 | 0.40 | 0 | 0.31 | 0.26 | 132.8 | 0.36 | 0.59 |
| Hex | 71 | BC | 81 | 28 | 0 | 1F | 1A | 85 | 24 | 3B |
| Octal | 161 | 274 | 201 | 50 | 0 | 37 | 32 | 205 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10000001 | 101000 | 0 | 11111 | 11010 | 10000101 | 100100 | 111011 |
Color Harmonies of #71BC81
Complementary color
Monochromatic Colors of #71BC81
Black with #71BC81
Text Example
Text Example
White with #71BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC81; }
p { color: rgb(113,188,129); }
H1.HeaderClassName
{
color: #71BC81;
}
.AnyTagClassName
{
color: #71BC81;
}
</style>
background-color css
<style>
a { background-color: #71BC81; }
a { background-color: rgb(113,188,129); }
div.DivClassName
{
background-color: #71BC81;
}
.BgClassName
{
background-color: #71BC81;
}
</style>
border-color css
<style>
span { border-color: #71BC81; }
span { border-color: rgb(113,188,129); }
td.TdClassName
{
border-color: #71BC81;
}
.TagClassName
{
border-color: #71BC81;
}
</style>