Shades of Caper #B5D47F
Tints of Caper #B5D47F
RGB
CMYK
RGB Variations
Color information
#B5D47F (or 0xB5D47F) is known color: Caper. HEX triplet: B5, D4 and 7F. RGB value is (181,212,127). Sum of RGB (Red+Green+Blue) = 181+212+127=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D47F is #4A2B80. Grayscale: #C1C1C1. Windows color (decimal): -4860801 or 8377525. OLE color: 8377525.
HSL color Cylindrical-coordinate representation of color #B5D47F: hue angle of 81.88º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D47F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 127 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.17 |
| HSL | 81.88º | 0.5% | 0.66% | - |
| HSV(B) | 81.88º | 0.4% | 0.83% | - |
| XYZ | 46.43 | 58.44 | 28.91 | - |
| YUV | 193.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 127 | 0.15 | 0 | 0.40 | 0.17 | 81.88 | 0.5 | 0.66 |
| Hex | B5 | D4 | 7F | F | 0 | 28 | 11 | 52 | 32 | 42 |
| Octal | 265 | 324 | 177 | 17 | 0 | 50 | 21 | 122 | 62 | 102 |
| Binary | 10110101 | 11010100 | 1111111 | 1111 | 0 | 101000 | 10001 | 1010010 | 110010 | 1000010 |
Color Harmonies of #B5D47F
Complementary color
Monochromatic Colors of #B5D47F
Black with #B5D47F
Text Example
Text Example
White with #B5D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D47F; }
p { color: rgb(181,212,127); }
H1.HeaderClassName
{
color: #B5D47F;
}
.AnyTagClassName
{
color: #B5D47F;
}
</style>
background-color css
<style>
a { background-color: #B5D47F; }
a { background-color: rgb(181,212,127); }
div.DivClassName
{
background-color: #B5D47F;
}
.BgClassName
{
background-color: #B5D47F;
}
</style>
border-color css
<style>
span { border-color: #B5D47F; }
span { border-color: rgb(181,212,127); }
td.TdClassName
{
border-color: #B5D47F;
}
.TagClassName
{
border-color: #B5D47F;
}
</style>