Shades of Bay Leaf #71C282
Tints of Bay Leaf #71C282
RGB
CMYK
RGB Variations
Color information
#71C282 (or 0x71C282) is known color: Bay Leaf. HEX triplet: 71, C2 and 82. RGB value is (113,194,130). Sum of RGB (Red+Green+Blue) = 113+194+130=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #71C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C282 is #8E3D7D. Grayscale: #A2A2A2. Windows color (decimal): -9321854 or 8569457. OLE color: 8569457.
HSL color Cylindrical-coordinate representation of color #71C282: hue angle of 132.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C282 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 130 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.24 |
| HSL | 132.59º | 0.4% | 0.6% | - |
| HSV(B) | 132.59º | 0.42% | 0.76% | - |
| XYZ | 30.13 | 43.71 | 27.97 | - |
| YUV | 162.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 130 | 0.42 | 0 | 0.33 | 0.24 | 132.59 | 0.4 | 0.6 |
| Hex | 71 | C2 | 82 | 2A | 0 | 21 | 18 | 85 | 28 | 3C |
| Octal | 161 | 302 | 202 | 52 | 0 | 41 | 30 | 205 | 50 | 74 |
| Binary | 1110001 | 11000010 | 10000010 | 101010 | 0 | 100001 | 11000 | 10000101 | 101000 | 111100 |
Color Harmonies of #71C282
Complementary color
Monochromatic Colors of #71C282
Black with #71C282
Text Example
Text Example
White with #71C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C282; }
p { color: rgb(113,194,130); }
H1.HeaderClassName
{
color: #71C282;
}
.AnyTagClassName
{
color: #71C282;
}
</style>
background-color css
<style>
a { background-color: #71C282; }
a { background-color: rgb(113,194,130); }
div.DivClassName
{
background-color: #71C282;
}
.BgClassName
{
background-color: #71C282;
}
</style>
border-color css
<style>
span { border-color: #71C282; }
span { border-color: rgb(113,194,130); }
td.TdClassName
{
border-color: #71C282;
}
.TagClassName
{
border-color: #71C282;
}
</style>