Shades of Caper #B5D37F
Tints of Caper #B5D37F
RGB
CMYK
RGB Variations
Color information
#B5D37F (or 0xB5D37F) is known color: Caper. HEX triplet: B5, D3 and 7F. RGB value is (181,211,127). Sum of RGB (Red+Green+Blue) = 181+211+127=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D37F is #4A2C80. Grayscale: #C0C0C0. Windows color (decimal): -4861057 or 8377269. OLE color: 8377269.
HSL color Cylindrical-coordinate representation of color #B5D37F: hue angle of 81.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D37F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 127 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.17 |
| HSL | 81.43º | 0.49% | 0.66% | - |
| HSV(B) | 81.43º | 0.4% | 0.83% | - |
| XYZ | 46.18 | 57.94 | 28.83 | - |
| YUV | 192.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 127 | 0.14 | 0 | 0.40 | 0.17 | 81.43 | 0.49 | 0.66 |
| Hex | B5 | D3 | 7F | E | 0 | 28 | 11 | 51 | 31 | 42 |
| Octal | 265 | 323 | 177 | 16 | 0 | 50 | 21 | 121 | 61 | 102 |
| Binary | 10110101 | 11010011 | 1111111 | 1110 | 0 | 101000 | 10001 | 1010001 | 110001 | 1000010 |
Color Harmonies of #B5D37F
Complementary color
Monochromatic Colors of #B5D37F
Black with #B5D37F
Text Example
Text Example
White with #B5D37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D37F; }
p { color: rgb(181,211,127); }
H1.HeaderClassName
{
color: #B5D37F;
}
.AnyTagClassName
{
color: #B5D37F;
}
</style>
background-color css
<style>
a { background-color: #B5D37F; }
a { background-color: rgb(181,211,127); }
div.DivClassName
{
background-color: #B5D37F;
}
.BgClassName
{
background-color: #B5D37F;
}
</style>
border-color css
<style>
span { border-color: #B5D37F; }
span { border-color: rgb(181,211,127); }
td.TdClassName
{
border-color: #B5D37F;
}
.TagClassName
{
border-color: #B5D37F;
}
</style>