Shades of Caper #B5D67D
Tints of Caper #B5D67D
RGB
CMYK
RGB Variations
Color information
#B5D67D (or 0xB5D67D) is known color: Caper. HEX triplet: B5, D6 and 7D. RGB value is (181,214,125). Sum of RGB (Red+Green+Blue) = 181+214+125=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D67D is #4A2982. Grayscale: #C2C2C2. Windows color (decimal): -4860291 or 8246965. OLE color: 8246965.
HSL color Cylindrical-coordinate representation of color #B5D67D: hue angle of 82.25º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5D67D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
RGB | 181 | 214 | 125 | - |
CMYK | 0.15 | 0 | 0.42 | 0.16 |
HSL | 82.25º | 0.52% | 0.66% | - |
HSV(B) | 82.25º | 0.42% | 0.84% | - |
XYZ | 46.8 | 59.4 | 28.4 | - |
YUV | 193.99 | 89.07 | 118.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 214 | 125 | 0.15 | 0 | 0.42 | 0.16 | 82.25 | 0.52 | 0.66 |
Hex | B5 | D6 | 7D | F | 0 | 2A | 10 | 52 | 34 | 42 |
Octal | 265 | 326 | 175 | 17 | 0 | 52 | 20 | 122 | 64 | 102 |
Binary | 10110101 | 11010110 | 1111101 | 1111 | 0 | 101010 | 10000 | 1010010 | 110100 | 1000010 |
Color Harmonies of #B5D67D
Complementary color
Monochromatic Colors of #B5D67D
Black with #B5D67D
Text Example
Text Example
White with #B5D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D67D; }
p { color: rgb(181,214,125); }
H1.HeaderClassName
{
color: #B5D67D;
}
.AnyTagClassName
{
color: #B5D67D;
}
</style>
background-color css
<style>
a { background-color: #B5D67D; }
a { background-color: rgb(181,214,125); }
div.DivClassName
{
background-color: #B5D67D;
}
.BgClassName
{
background-color: #B5D67D;
}
</style>
border-color css
<style>
span { border-color: #B5D67D; }
span { border-color: rgb(181,214,125); }
td.TdClassName
{
border-color: #B5D67D;
}
.TagClassName
{
border-color: #B5D67D;
}
</style>