Shades of Caper #B4D57F
Tints of Caper #B4D57F
RGB
CMYK
RGB Variations
Color information
#B4D57F (or 0xB4D57F) is known color: Caper. HEX triplet: B4, D5 and 7F. RGB value is (180,213,127). Sum of RGB (Red+Green+Blue) = 180+213+127=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D57F is #4B2A80. Grayscale: #C1C1C1. Windows color (decimal): -4926081 or 8377780. OLE color: 8377780.
HSL color Cylindrical-coordinate representation of color #B4D57F: hue angle of 83.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4D57F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 127 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.16 |
| HSL | 83.02º | 0.51% | 0.67% | - |
| HSV(B) | 83.02º | 0.4% | 0.84% | - |
| XYZ | 46.45 | 58.82 | 28.98 | - |
| YUV | 193.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 127 | 0.15 | 0 | 0.40 | 0.16 | 83.02 | 0.51 | 0.67 |
| Hex | B4 | D5 | 7F | F | 0 | 28 | 10 | 53 | 33 | 43 |
| Octal | 264 | 325 | 177 | 17 | 0 | 50 | 20 | 123 | 63 | 103 |
| Binary | 10110100 | 11010101 | 1111111 | 1111 | 0 | 101000 | 10000 | 1010011 | 110011 | 1000011 |
Color Harmonies of #B4D57F
Complementary color
Monochromatic Colors of #B4D57F
Black with #B4D57F
Text Example
Text Example
White with #B4D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D57F; }
p { color: rgb(180,213,127); }
H1.HeaderClassName
{
color: #B4D57F;
}
.AnyTagClassName
{
color: #B4D57F;
}
</style>
background-color css
<style>
a { background-color: #B4D57F; }
a { background-color: rgb(180,213,127); }
div.DivClassName
{
background-color: #B4D57F;
}
.BgClassName
{
background-color: #B4D57F;
}
</style>
border-color css
<style>
span { border-color: #B4D57F; }
span { border-color: rgb(180,213,127); }
td.TdClassName
{
border-color: #B4D57F;
}
.TagClassName
{
border-color: #B4D57F;
}
</style>