Shades of Bay Leaf #71C485
Tints of Bay Leaf #71C485
RGB
CMYK
RGB Variations
Color information
#71C485 (or 0x71C485) is known color: Bay Leaf. HEX triplet: 71, C4 and 85. RGB value is (113,196,133). Sum of RGB (Red+Green+Blue) = 113+196+133=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #71C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C485 is #8E3B7A. Grayscale: #A4A4A4. Windows color (decimal): -9321339 or 8766577. OLE color: 8766577.
HSL color Cylindrical-coordinate representation of color #71C485: hue angle of 134.46º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C485 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 133 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.23 |
| HSL | 134.46º | 0.41% | 0.61% | - |
| HSV(B) | 134.46º | 0.42% | 0.77% | - |
| XYZ | 30.78 | 44.68 | 29.19 | - |
| YUV | 164 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 133 | 0.42 | 0 | 0.32 | 0.23 | 134.46 | 0.41 | 0.61 |
| Hex | 71 | C4 | 85 | 2A | 0 | 20 | 17 | 86 | 29 | 3D |
| Octal | 161 | 304 | 205 | 52 | 0 | 40 | 27 | 206 | 51 | 75 |
| Binary | 1110001 | 11000100 | 10000101 | 101010 | 0 | 100000 | 10111 | 10000110 | 101001 | 111101 |
Color Harmonies of #71C485
Complementary color
Monochromatic Colors of #71C485
Black with #71C485
Text Example
Text Example
White with #71C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C485; }
p { color: rgb(113,196,133); }
H1.HeaderClassName
{
color: #71C485;
}
.AnyTagClassName
{
color: #71C485;
}
</style>
background-color css
<style>
a { background-color: #71C485; }
a { background-color: rgb(113,196,133); }
div.DivClassName
{
background-color: #71C485;
}
.BgClassName
{
background-color: #71C485;
}
</style>
border-color css
<style>
span { border-color: #71C485; }
span { border-color: rgb(113,196,133); }
td.TdClassName
{
border-color: #71C485;
}
.TagClassName
{
border-color: #71C485;
}
</style>