Shades of Caper #B7D57D
Tints of Caper #B7D57D
RGB
CMYK
RGB Variations
Color information
#B7D57D (or 0xB7D57D) is known color: Caper. HEX triplet: B7, D5 and 7D. RGB value is (183,213,125). Sum of RGB (Red+Green+Blue) = 183+213+125=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D57D is #482A82. Grayscale: #C2C2C2. Windows color (decimal): -4729475 or 8246711. OLE color: 8246711.
HSL color Cylindrical-coordinate representation of color #B7D57D: hue angle of 80.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D57D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 125 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.16 |
| HSL | 80.45º | 0.51% | 0.66% | - |
| HSV(B) | 80.45º | 0.41% | 0.84% | - |
| XYZ | 47.02 | 59.14 | 28.34 | - |
| YUV | 194 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 125 | 0.14 | 0 | 0.41 | 0.16 | 80.45 | 0.51 | 0.66 |
| Hex | B7 | D5 | 7D | E | 0 | 29 | 10 | 50 | 33 | 42 |
| Octal | 267 | 325 | 175 | 16 | 0 | 51 | 20 | 120 | 63 | 102 |
| Binary | 10110111 | 11010101 | 1111101 | 1110 | 0 | 101001 | 10000 | 1010000 | 110011 | 1000010 |
Color Harmonies of #B7D57D
Complementary color
Monochromatic Colors of #B7D57D
Black with #B7D57D
Text Example
Text Example
White with #B7D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D57D; }
p { color: rgb(183,213,125); }
H1.HeaderClassName
{
color: #B7D57D;
}
.AnyTagClassName
{
color: #B7D57D;
}
</style>
background-color css
<style>
a { background-color: #B7D57D; }
a { background-color: rgb(183,213,125); }
div.DivClassName
{
background-color: #B7D57D;
}
.BgClassName
{
background-color: #B7D57D;
}
</style>
border-color css
<style>
span { border-color: #B7D57D; }
span { border-color: rgb(183,213,125); }
td.TdClassName
{
border-color: #B7D57D;
}
.TagClassName
{
border-color: #B7D57D;
}
</style>