Shades of Caper #B5D774
Tints of Caper #B5D774
RGB
CMYK
RGB Variations
Color information
#B5D774 (or 0xB5D774) is known color: Caper. HEX triplet: B5, D7 and 74. RGB value is (181,215,116). Sum of RGB (Red+Green+Blue) = 181+215+116=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D774 is #4A288B. Grayscale: #C1C1C1. Windows color (decimal): -4860044 or 7657397. OLE color: 7657397.
HSL color Cylindrical-coordinate representation of color #B5D774: hue angle of 80.61º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5D774 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 116 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.16 |
| HSL | 80.61º | 0.55% | 0.65% | - |
| HSV(B) | 80.61º | 0.46% | 0.84% | - |
| XYZ | 46.51 | 59.69 | 25.59 | - |
| YUV | 193.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 116 | 0.16 | 0 | 0.46 | 0.16 | 80.61 | 0.55 | 0.65 |
| Hex | B5 | D7 | 74 | 10 | 0 | 2E | 10 | 51 | 37 | 41 |
| Octal | 265 | 327 | 164 | 20 | 0 | 56 | 20 | 121 | 67 | 101 |
| Binary | 10110101 | 11010111 | 1110100 | 10000 | 0 | 101110 | 10000 | 1010001 | 110111 | 1000001 |
Color Harmonies of #B5D774
Complementary color
Monochromatic Colors of #B5D774
Black with #B5D774
Text Example
Text Example
White with #B5D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D774; }
p { color: rgb(181,215,116); }
H1.HeaderClassName
{
color: #B5D774;
}
.AnyTagClassName
{
color: #B5D774;
}
</style>
background-color css
<style>
a { background-color: #B5D774; }
a { background-color: rgb(181,215,116); }
div.DivClassName
{
background-color: #B5D774;
}
.BgClassName
{
background-color: #B5D774;
}
</style>
border-color css
<style>
span { border-color: #B5D774; }
span { border-color: rgb(181,215,116); }
td.TdClassName
{
border-color: #B5D774;
}
.TagClassName
{
border-color: #B5D774;
}
</style>