Shades of Bay Leaf #71BE88
Tints of Bay Leaf #71BE88
RGB
CMYK
RGB Variations
Color information
#71BE88 (or 0x71BE88) is known color: Bay Leaf. HEX triplet: 71, BE and 88. RGB value is (113,190,136). Sum of RGB (Red+Green+Blue) = 113+190+136=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE88 is #8E4177. Grayscale: #A0A0A0. Windows color (decimal): -9322872 or 8961649. OLE color: 8961649.
HSL color Cylindrical-coordinate representation of color #71BE88: hue angle of 137.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BE88 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 136 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.25 |
| HSL | 137.92º | 0.37% | 0.59% | - |
| HSV(B) | 137.92º | 0.41% | 0.75% | - |
| XYZ | 29.67 | 42.12 | 29.86 | - |
| YUV | 160.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 136 | 0.41 | 0 | 0.28 | 0.25 | 137.92 | 0.37 | 0.59 |
| Hex | 71 | BE | 88 | 29 | 0 | 1C | 19 | 8A | 25 | 3B |
| Octal | 161 | 276 | 210 | 51 | 0 | 34 | 31 | 212 | 45 | 73 |
| Binary | 1110001 | 10111110 | 10001000 | 101001 | 0 | 11100 | 11001 | 10001010 | 100101 | 111011 |
Color Harmonies of #71BE88
Complementary color
Monochromatic Colors of #71BE88
Black with #71BE88
Text Example
Text Example
White with #71BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BE88; }
p { color: rgb(113,190,136); }
H1.HeaderClassName
{
color: #71BE88;
}
.AnyTagClassName
{
color: #71BE88;
}
</style>
background-color css
<style>
a { background-color: #71BE88; }
a { background-color: rgb(113,190,136); }
div.DivClassName
{
background-color: #71BE88;
}
.BgClassName
{
background-color: #71BE88;
}
</style>
border-color css
<style>
span { border-color: #71BE88; }
span { border-color: rgb(113,190,136); }
td.TdClassName
{
border-color: #71BE88;
}
.TagClassName
{
border-color: #71BE88;
}
</style>