Shades of Caper #B5D678
Tints of Caper #B5D678
RGB
CMYK
RGB Variations
Color information
#B5D678 (or 0xB5D678) is known color: Caper. HEX triplet: B5, D6 and 78. RGB value is (181,214,120). Sum of RGB (Red+Green+Blue) = 181+214+120=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D678 is #4A2987. Grayscale: #C1C1C1. Windows color (decimal): -4860296 or 7919285. OLE color: 7919285.
HSL color Cylindrical-coordinate representation of color #B5D678: hue angle of 81.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5D678 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 120 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.16 |
| HSL | 81.06º | 0.53% | 0.65% | - |
| HSV(B) | 81.06º | 0.44% | 0.84% | - |
| XYZ | 46.49 | 59.27 | 26.76 | - |
| YUV | 193.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 120 | 0.15 | 0 | 0.44 | 0.16 | 81.06 | 0.53 | 0.65 |
| Hex | B5 | D6 | 78 | F | 0 | 2C | 10 | 51 | 35 | 41 |
| Octal | 265 | 326 | 170 | 17 | 0 | 54 | 20 | 121 | 65 | 101 |
| Binary | 10110101 | 11010110 | 1111000 | 1111 | 0 | 101100 | 10000 | 1010001 | 110101 | 1000001 |
Color Harmonies of #B5D678
Complementary color
Monochromatic Colors of #B5D678
Black with #B5D678
Text Example
Text Example
White with #B5D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D678; }
p { color: rgb(181,214,120); }
H1.HeaderClassName
{
color: #B5D678;
}
.AnyTagClassName
{
color: #B5D678;
}
</style>
background-color css
<style>
a { background-color: #B5D678; }
a { background-color: rgb(181,214,120); }
div.DivClassName
{
background-color: #B5D678;
}
.BgClassName
{
background-color: #B5D678;
}
</style>
border-color css
<style>
span { border-color: #B5D678; }
span { border-color: rgb(181,214,120); }
td.TdClassName
{
border-color: #B5D678;
}
.TagClassName
{
border-color: #B5D678;
}
</style>