Shades of Caper #B5D380
Tints of Caper #B5D380
RGB
CMYK
RGB Variations
Color information
#B5D380 (or 0xB5D380) is known color: Caper. HEX triplet: B5, D3 and 80. RGB value is (181,211,128). Sum of RGB (Red+Green+Blue) = 181+211+128=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D380 is #4A2C7F. Grayscale: #C0C0C0. Windows color (decimal): -4861056 or 8442805. OLE color: 8442805.
HSL color Cylindrical-coordinate representation of color #B5D380: hue angle of 81.69º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5D380 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 128 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.17 |
| HSL | 81.69º | 0.49% | 0.66% | - |
| HSV(B) | 81.69º | 0.39% | 0.83% | - |
| XYZ | 46.25 | 57.97 | 29.17 | - |
| YUV | 192.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 128 | 0.14 | 0 | 0.39 | 0.17 | 81.69 | 0.49 | 0.66 |
| Hex | B5 | D3 | 80 | E | 0 | 27 | 11 | 52 | 31 | 42 |
| Octal | 265 | 323 | 200 | 16 | 0 | 47 | 21 | 122 | 61 | 102 |
| Binary | 10110101 | 11010011 | 10000000 | 1110 | 0 | 100111 | 10001 | 1010010 | 110001 | 1000010 |
Color Harmonies of #B5D380
Complementary color
Monochromatic Colors of #B5D380
Black with #B5D380
Text Example
Text Example
White with #B5D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D380; }
p { color: rgb(181,211,128); }
H1.HeaderClassName
{
color: #B5D380;
}
.AnyTagClassName
{
color: #B5D380;
}
</style>
background-color css
<style>
a { background-color: #B5D380; }
a { background-color: rgb(181,211,128); }
div.DivClassName
{
background-color: #B5D380;
}
.BgClassName
{
background-color: #B5D380;
}
</style>
border-color css
<style>
span { border-color: #B5D380; }
span { border-color: rgb(181,211,128); }
td.TdClassName
{
border-color: #B5D380;
}
.TagClassName
{
border-color: #B5D380;
}
</style>