Shades of Caper #B5D777
Tints of Caper #B5D777
RGB
CMYK
RGB Variations
Color information
#B5D777 (or 0xB5D777) is known color: Caper. HEX triplet: B5, D7 and 77. RGB value is (181,215,119). Sum of RGB (Red+Green+Blue) = 181+215+119=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D777 is #4A2888. Grayscale: #C2C2C2. Windows color (decimal): -4860041 or 7854005. OLE color: 7854005.
HSL color Cylindrical-coordinate representation of color #B5D777: hue angle of 81.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5D777 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 119 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.16 |
| HSL | 81.25º | 0.55% | 0.65% | - |
| HSV(B) | 81.25º | 0.45% | 0.84% | - |
| XYZ | 46.69 | 59.76 | 26.53 | - |
| YUV | 193.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 119 | 0.16 | 0 | 0.45 | 0.16 | 81.25 | 0.55 | 0.65 |
| Hex | B5 | D7 | 77 | 10 | 0 | 2D | 10 | 51 | 37 | 41 |
| Octal | 265 | 327 | 167 | 20 | 0 | 55 | 20 | 121 | 67 | 101 |
| Binary | 10110101 | 11010111 | 1110111 | 10000 | 0 | 101101 | 10000 | 1010001 | 110111 | 1000001 |
Color Harmonies of #B5D777
Complementary color
Monochromatic Colors of #B5D777
Black with #B5D777
Text Example
Text Example
White with #B5D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D777; }
p { color: rgb(181,215,119); }
H1.HeaderClassName
{
color: #B5D777;
}
.AnyTagClassName
{
color: #B5D777;
}
</style>
background-color css
<style>
a { background-color: #B5D777; }
a { background-color: rgb(181,215,119); }
div.DivClassName
{
background-color: #B5D777;
}
.BgClassName
{
background-color: #B5D777;
}
</style>
border-color css
<style>
span { border-color: #B5D777; }
span { border-color: rgb(181,215,119); }
td.TdClassName
{
border-color: #B5D777;
}
.TagClassName
{
border-color: #B5D777;
}
</style>