Shades of Caper #B7D474
Tints of Caper #B7D474
RGB
CMYK
RGB Variations
Color information
#B7D474 (or 0xB7D474) is known color: Caper. HEX triplet: B7, D4 and 74. RGB value is (183,212,116). Sum of RGB (Red+Green+Blue) = 183+212+116=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D474 is #482B8B. Grayscale: #C0C0C0. Windows color (decimal): -4729740 or 7656631. OLE color: 7656631.
HSL color Cylindrical-coordinate representation of color #B7D474: hue angle of 78.12º degrees, saturation: 0.53, 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 #B7D474 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 116 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.17 |
| HSL | 78.12º | 0.53% | 0.64% | - |
| HSV(B) | 78.12º | 0.45% | 0.83% | - |
| XYZ | 46.22 | 58.42 | 25.36 | - |
| YUV | 192.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 116 | 0.14 | 0 | 0.45 | 0.17 | 78.12 | 0.53 | 0.64 |
| Hex | B7 | D4 | 74 | E | 0 | 2D | 11 | 4E | 35 | 40 |
| Octal | 267 | 324 | 164 | 16 | 0 | 55 | 21 | 116 | 65 | 100 |
| Binary | 10110111 | 11010100 | 1110100 | 1110 | 0 | 101101 | 10001 | 1001110 | 110101 | 1000000 |
Color Harmonies of #B7D474
Complementary color
Monochromatic Colors of #B7D474
Black with #B7D474
Text Example
Text Example
White with #B7D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D474; }
p { color: rgb(183,212,116); }
H1.HeaderClassName
{
color: #B7D474;
}
.AnyTagClassName
{
color: #B7D474;
}
</style>
background-color css
<style>
a { background-color: #B7D474; }
a { background-color: rgb(183,212,116); }
div.DivClassName
{
background-color: #B7D474;
}
.BgClassName
{
background-color: #B7D474;
}
</style>
border-color css
<style>
span { border-color: #B7D474; }
span { border-color: rgb(183,212,116); }
td.TdClassName
{
border-color: #B7D474;
}
.TagClassName
{
border-color: #B7D474;
}
</style>