Shades of Bay Leaf #71BC80
Tints of Bay Leaf #71BC80
RGB
CMYK
RGB Variations
Color information
#71BC80 (or 0x71BC80) is known color: Bay Leaf. HEX triplet: 71, BC and 80. RGB value is (113,188,128). Sum of RGB (Red+Green+Blue) = 113+188+128=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC80 is #8E437F. Grayscale: #9E9E9E. Windows color (decimal): -9323392 or 8436849. OLE color: 8436849.
HSL color Cylindrical-coordinate representation of color #71BC80: hue angle of 132º 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 #71BC80 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 128 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.26 |
| HSL | 132º | 0.36% | 0.59% | - |
| HSV(B) | 132º | 0.4% | 0.74% | - |
| XYZ | 28.69 | 41.04 | 26.83 | - |
| YUV | 158.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 128 | 0.40 | 0 | 0.32 | 0.26 | 132 | 0.36 | 0.59 |
| Hex | 71 | BC | 80 | 28 | 0 | 20 | 1A | 84 | 24 | 3B |
| Octal | 161 | 274 | 200 | 50 | 0 | 40 | 32 | 204 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10000000 | 101000 | 0 | 100000 | 11010 | 10000100 | 100100 | 111011 |
Color Harmonies of #71BC80
Complementary color
Monochromatic Colors of #71BC80
Black with #71BC80
Text Example
Text Example
White with #71BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC80; }
p { color: rgb(113,188,128); }
H1.HeaderClassName
{
color: #71BC80;
}
.AnyTagClassName
{
color: #71BC80;
}
</style>
background-color css
<style>
a { background-color: #71BC80; }
a { background-color: rgb(113,188,128); }
div.DivClassName
{
background-color: #71BC80;
}
.BgClassName
{
background-color: #71BC80;
}
</style>
border-color css
<style>
span { border-color: #71BC80; }
span { border-color: rgb(113,188,128); }
td.TdClassName
{
border-color: #71BC80;
}
.TagClassName
{
border-color: #71BC80;
}
</style>