Shades of Caper #B7D47D
Tints of Caper #B7D47D
RGB
CMYK
RGB Variations
Color information
#B7D47D (or 0xB7D47D) is known color: Caper. HEX triplet: B7, D4 and 7D. RGB value is (183,212,125). Sum of RGB (Red+Green+Blue) = 183+212+125=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D47D is #482B82. Grayscale: #C1C1C1. Windows color (decimal): -4729731 or 8246455. OLE color: 8246455.
HSL color Cylindrical-coordinate representation of color #B7D47D: hue angle of 80º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D47D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 125 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.17 |
| HSL | 80º | 0.5% | 0.66% | - |
| HSV(B) | 80º | 0.41% | 0.83% | - |
| XYZ | 46.77 | 58.63 | 28.25 | - |
| YUV | 193.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 125 | 0.14 | 0 | 0.41 | 0.17 | 80 | 0.5 | 0.66 |
| Hex | B7 | D4 | 7D | E | 0 | 29 | 11 | 50 | 32 | 42 |
| Octal | 267 | 324 | 175 | 16 | 0 | 51 | 21 | 120 | 62 | 102 |
| Binary | 10110111 | 11010100 | 1111101 | 1110 | 0 | 101001 | 10001 | 1010000 | 110010 | 1000010 |
Color Harmonies of #B7D47D
Complementary color
Monochromatic Colors of #B7D47D
Black with #B7D47D
Text Example
Text Example
White with #B7D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D47D; }
p { color: rgb(183,212,125); }
H1.HeaderClassName
{
color: #B7D47D;
}
.AnyTagClassName
{
color: #B7D47D;
}
</style>
background-color css
<style>
a { background-color: #B7D47D; }
a { background-color: rgb(183,212,125); }
div.DivClassName
{
background-color: #B7D47D;
}
.BgClassName
{
background-color: #B7D47D;
}
</style>
border-color css
<style>
span { border-color: #B7D47D; }
span { border-color: rgb(183,212,125); }
td.TdClassName
{
border-color: #B7D47D;
}
.TagClassName
{
border-color: #B7D47D;
}
</style>