Shades of Caper #B7D375
Tints of Caper #B7D375
RGB
CMYK
RGB Variations
Color information
#B7D375 (or 0xB7D375) is known color: Caper. HEX triplet: B7, D3 and 75. RGB value is (183,211,117). Sum of RGB (Red+Green+Blue) = 183+211+117=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D375 is #482C8A. Grayscale: #C0C0C0. Windows color (decimal): -4729995 or 7721911. OLE color: 7721911.
HSL color Cylindrical-coordinate representation of color #B7D375: hue angle of 77.87º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7D375 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 117 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.17 |
| HSL | 77.87º | 0.52% | 0.64% | - |
| HSV(B) | 77.87º | 0.45% | 0.83% | - |
| XYZ | 46.03 | 57.94 | 25.59 | - |
| YUV | 191.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 117 | 0.13 | 0 | 0.45 | 0.17 | 77.87 | 0.52 | 0.64 |
| Hex | B7 | D3 | 75 | D | 0 | 2D | 11 | 4E | 34 | 40 |
| Octal | 267 | 323 | 165 | 15 | 0 | 55 | 21 | 116 | 64 | 100 |
| Binary | 10110111 | 11010011 | 1110101 | 1101 | 0 | 101101 | 10001 | 1001110 | 110100 | 1000000 |
Color Harmonies of #B7D375
Complementary color
Monochromatic Colors of #B7D375
Black with #B7D375
Text Example
Text Example
White with #B7D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D375; }
p { color: rgb(183,211,117); }
H1.HeaderClassName
{
color: #B7D375;
}
.AnyTagClassName
{
color: #B7D375;
}
</style>
background-color css
<style>
a { background-color: #B7D375; }
a { background-color: rgb(183,211,117); }
div.DivClassName
{
background-color: #B7D375;
}
.BgClassName
{
background-color: #B7D375;
}
</style>
border-color css
<style>
span { border-color: #B7D375; }
span { border-color: rgb(183,211,117); }
td.TdClassName
{
border-color: #B7D375;
}
.TagClassName
{
border-color: #B7D375;
}
</style>