Shades of Caper #B5D17F
Tints of Caper #B5D17F
RGB
CMYK
RGB Variations
Color information
#B5D17F (or 0xB5D17F) is known color: Caper. HEX triplet: B5, D1 and 7F. RGB value is (181,209,127). Sum of RGB (Red+Green+Blue) = 181+209+127=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D17F is #4A2E80. Grayscale: #BFBFBF. Windows color (decimal): -4861569 or 8376757. OLE color: 8376757.
HSL color Cylindrical-coordinate representation of color #B5D17F: hue angle of 80.49º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5D17F is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 127 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.18 |
| HSL | 80.49º | 0.47% | 0.66% | - |
| HSV(B) | 80.49º | 0.39% | 0.82% | - |
| XYZ | 45.69 | 56.96 | 28.66 | - |
| YUV | 191.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 127 | 0.13 | 0 | 0.39 | 0.18 | 80.49 | 0.47 | 0.66 |
| Hex | B5 | D1 | 7F | D | 0 | 27 | 12 | 50 | 2F | 42 |
| Octal | 265 | 321 | 177 | 15 | 0 | 47 | 22 | 120 | 57 | 102 |
| Binary | 10110101 | 11010001 | 1111111 | 1101 | 0 | 100111 | 10010 | 1010000 | 101111 | 1000010 |
Color Harmonies of #B5D17F
Complementary color
Monochromatic Colors of #B5D17F
Black with #B5D17F
Text Example
Text Example
White with #B5D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D17F; }
p { color: rgb(181,209,127); }
H1.HeaderClassName
{
color: #B5D17F;
}
.AnyTagClassName
{
color: #B5D17F;
}
</style>
background-color css
<style>
a { background-color: #B5D17F; }
a { background-color: rgb(181,209,127); }
div.DivClassName
{
background-color: #B5D17F;
}
.BgClassName
{
background-color: #B5D17F;
}
</style>
border-color css
<style>
span { border-color: #B5D17F; }
span { border-color: rgb(181,209,127); }
td.TdClassName
{
border-color: #B5D17F;
}
.TagClassName
{
border-color: #B5D17F;
}
</style>