Shades of Bay Leaf #71BF80
Tints of Bay Leaf #71BF80
RGB
CMYK
RGB Variations
Color information
#71BF80 (or 0x71BF80) is known color: Bay Leaf. HEX triplet: 71, BF and 80. RGB value is (113,191,128). Sum of RGB (Red+Green+Blue) = 113+191+128=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BF80 is #8E407F. Grayscale: #A0A0A0. Windows color (decimal): -9322624 or 8437617. OLE color: 8437617.
HSL color Cylindrical-coordinate representation of color #71BF80: hue angle of 131.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BF80 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 128 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.25 |
| HSL | 131.54º | 0.38% | 0.6% | - |
| HSV(B) | 131.54º | 0.41% | 0.75% | - |
| XYZ | 29.34 | 42.33 | 27.05 | - |
| YUV | 160.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 128 | 0.41 | 0 | 0.33 | 0.25 | 131.54 | 0.38 | 0.6 |
| Hex | 71 | BF | 80 | 29 | 0 | 21 | 19 | 84 | 26 | 3C |
| Octal | 161 | 277 | 200 | 51 | 0 | 41 | 31 | 204 | 46 | 74 |
| Binary | 1110001 | 10111111 | 10000000 | 101001 | 0 | 100001 | 11001 | 10000100 | 100110 | 111100 |
Color Harmonies of #71BF80
Complementary color
Monochromatic Colors of #71BF80
Black with #71BF80
Text Example
Text Example
White with #71BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF80; }
p { color: rgb(113,191,128); }
H1.HeaderClassName
{
color: #71BF80;
}
.AnyTagClassName
{
color: #71BF80;
}
</style>
background-color css
<style>
a { background-color: #71BF80; }
a { background-color: rgb(113,191,128); }
div.DivClassName
{
background-color: #71BF80;
}
.BgClassName
{
background-color: #71BF80;
}
</style>
border-color css
<style>
span { border-color: #71BF80; }
span { border-color: rgb(113,191,128); }
td.TdClassName
{
border-color: #71BF80;
}
.TagClassName
{
border-color: #71BF80;
}
</style>