Shades of Caper #B5D078
Tints of Caper #B5D078
RGB
CMYK
RGB Variations
Color information
#B5D078 (or 0xB5D078) is known color: Caper. HEX triplet: B5, D0 and 78. RGB value is (181,208,120). Sum of RGB (Red+Green+Blue) = 181+208+120=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D078 is #4A2F87. Grayscale: #BEBEBE. Windows color (decimal): -4861832 or 7917749. OLE color: 7917749.
HSL color Cylindrical-coordinate representation of color #B5D078: hue angle of 78.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5D078 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 120 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.18 |
| HSL | 78.41º | 0.48% | 0.64% | - |
| HSV(B) | 78.41º | 0.42% | 0.82% | - |
| XYZ | 45 | 56.29 | 26.26 | - |
| YUV | 189.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 120 | 0.13 | 0 | 0.42 | 0.18 | 78.41 | 0.48 | 0.64 |
| Hex | B5 | D0 | 78 | D | 0 | 2A | 12 | 4E | 30 | 40 |
| Octal | 265 | 320 | 170 | 15 | 0 | 52 | 22 | 116 | 60 | 100 |
| Binary | 10110101 | 11010000 | 1111000 | 1101 | 0 | 101010 | 10010 | 1001110 | 110000 | 1000000 |
Color Harmonies of #B5D078
Complementary color
Monochromatic Colors of #B5D078
Black with #B5D078
Text Example
Text Example
White with #B5D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D078; }
p { color: rgb(181,208,120); }
H1.HeaderClassName
{
color: #B5D078;
}
.AnyTagClassName
{
color: #B5D078;
}
</style>
background-color css
<style>
a { background-color: #B5D078; }
a { background-color: rgb(181,208,120); }
div.DivClassName
{
background-color: #B5D078;
}
.BgClassName
{
background-color: #B5D078;
}
</style>
border-color css
<style>
span { border-color: #B5D078; }
span { border-color: rgb(181,208,120); }
td.TdClassName
{
border-color: #B5D078;
}
.TagClassName
{
border-color: #B5D078;
}
</style>