Shades of Caper #B5D675
Tints of Caper #B5D675
RGB
CMYK
RGB Variations
Color information
#B5D675 (or 0xB5D675) is known color: Caper. HEX triplet: B5, D6 and 75. RGB value is (181,214,117). Sum of RGB (Red+Green+Blue) = 181+214+117=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D675 is #4A298A. Grayscale: #C1C1C1. Windows color (decimal): -4860299 or 7722677. OLE color: 7722677.
HSL color Cylindrical-coordinate representation of color #B5D675: hue angle of 80.41º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5D675 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 117 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.16 |
| HSL | 80.41º | 0.54% | 0.65% | - |
| HSV(B) | 80.41º | 0.45% | 0.84% | - |
| XYZ | 46.31 | 59.2 | 25.82 | - |
| YUV | 193.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 117 | 0.15 | 0 | 0.45 | 0.16 | 80.41 | 0.54 | 0.65 |
| Hex | B5 | D6 | 75 | F | 0 | 2D | 10 | 50 | 36 | 41 |
| Octal | 265 | 326 | 165 | 17 | 0 | 55 | 20 | 120 | 66 | 101 |
| Binary | 10110101 | 11010110 | 1110101 | 1111 | 0 | 101101 | 10000 | 1010000 | 110110 | 1000001 |
Color Harmonies of #B5D675
Complementary color
Monochromatic Colors of #B5D675
Black with #B5D675
Text Example
Text Example
White with #B5D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D675; }
p { color: rgb(181,214,117); }
H1.HeaderClassName
{
color: #B5D675;
}
.AnyTagClassName
{
color: #B5D675;
}
</style>
background-color css
<style>
a { background-color: #B5D675; }
a { background-color: rgb(181,214,117); }
div.DivClassName
{
background-color: #B5D675;
}
.BgClassName
{
background-color: #B5D675;
}
</style>
border-color css
<style>
span { border-color: #B5D675; }
span { border-color: rgb(181,214,117); }
td.TdClassName
{
border-color: #B5D675;
}
.TagClassName
{
border-color: #B5D675;
}
</style>