Shades of Caper #B5D371
Tints of Caper #B5D371
RGB
CMYK
RGB Variations
Color information
#B5D371 (or 0xB5D371) is known color: Caper. HEX triplet: B5, D3 and 71. RGB value is (181,211,113). Sum of RGB (Red+Green+Blue) = 181+211+113=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D371 is #4A2C8E. Grayscale: #BFBFBF. Windows color (decimal): -4861071 or 7459765. OLE color: 7459765.
HSL color Cylindrical-coordinate representation of color #B5D371: hue angle of 78.37º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5D371 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 113 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.17 |
| HSL | 78.37º | 0.53% | 0.64% | - |
| HSV(B) | 78.37º | 0.46% | 0.83% | - |
| XYZ | 45.33 | 57.6 | 24.35 | - |
| YUV | 190.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 113 | 0.14 | 0 | 0.46 | 0.17 | 78.37 | 0.53 | 0.64 |
| Hex | B5 | D3 | 71 | E | 0 | 2E | 11 | 4E | 35 | 40 |
| Octal | 265 | 323 | 161 | 16 | 0 | 56 | 21 | 116 | 65 | 100 |
| Binary | 10110101 | 11010011 | 1110001 | 1110 | 0 | 101110 | 10001 | 1001110 | 110101 | 1000000 |
Color Harmonies of #B5D371
Complementary color
Monochromatic Colors of #B5D371
Black with #B5D371
Text Example
Text Example
White with #B5D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D371; }
p { color: rgb(181,211,113); }
H1.HeaderClassName
{
color: #B5D371;
}
.AnyTagClassName
{
color: #B5D371;
}
</style>
background-color css
<style>
a { background-color: #B5D371; }
a { background-color: rgb(181,211,113); }
div.DivClassName
{
background-color: #B5D371;
}
.BgClassName
{
background-color: #B5D371;
}
</style>
border-color css
<style>
span { border-color: #B5D371; }
span { border-color: rgb(181,211,113); }
td.TdClassName
{
border-color: #B5D371;
}
.TagClassName
{
border-color: #B5D371;
}
</style>