Shades of Bay Leaf #71C484
Tints of Bay Leaf #71C484
RGB
CMYK
RGB Variations
Color information
#71C484 (or 0x71C484) is known color: Bay Leaf. HEX triplet: 71, C4 and 84. RGB value is (113,196,132). Sum of RGB (Red+Green+Blue) = 113+196+132=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #71C484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C484 is #8E3B7B. Grayscale: #A4A4A4. Windows color (decimal): -9321340 or 8701041. OLE color: 8701041.
HSL color Cylindrical-coordinate representation of color #71C484: hue angle of 133.73º 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 #71C484 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 132 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.23 |
| HSL | 133.73º | 0.41% | 0.61% | - |
| HSV(B) | 133.73º | 0.42% | 0.77% | - |
| XYZ | 30.71 | 44.66 | 28.83 | - |
| YUV | 163.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 132 | 0.42 | 0 | 0.33 | 0.23 | 133.73 | 0.41 | 0.61 |
| Hex | 71 | C4 | 84 | 2A | 0 | 21 | 17 | 86 | 29 | 3D |
| Octal | 161 | 304 | 204 | 52 | 0 | 41 | 27 | 206 | 51 | 75 |
| Binary | 1110001 | 11000100 | 10000100 | 101010 | 0 | 100001 | 10111 | 10000110 | 101001 | 111101 |
Color Harmonies of #71C484
Complementary color
Monochromatic Colors of #71C484
Black with #71C484
Text Example
Text Example
White with #71C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C484; }
p { color: rgb(113,196,132); }
H1.HeaderClassName
{
color: #71C484;
}
.AnyTagClassName
{
color: #71C484;
}
</style>
background-color css
<style>
a { background-color: #71C484; }
a { background-color: rgb(113,196,132); }
div.DivClassName
{
background-color: #71C484;
}
.BgClassName
{
background-color: #71C484;
}
</style>
border-color css
<style>
span { border-color: #71C484; }
span { border-color: rgb(113,196,132); }
td.TdClassName
{
border-color: #71C484;
}
.TagClassName
{
border-color: #71C484;
}
</style>