Shades of Caper #B5D27D
Tints of Caper #B5D27D
RGB
CMYK
RGB Variations
Color information
#B5D27D (or 0xB5D27D) is known color: Caper. HEX triplet: B5, D2 and 7D. RGB value is (181,210,125). Sum of RGB (Red+Green+Blue) = 181+210+125=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D27D is #4A2D82. Grayscale: #BFBFBF. Windows color (decimal): -4861315 or 8245941. OLE color: 8245941.
HSL color Cylindrical-coordinate representation of color #B5D27D: hue angle of 80.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D27D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 125 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.18 |
| HSL | 80.47º | 0.49% | 0.66% | - |
| HSV(B) | 80.47º | 0.4% | 0.82% | - |
| XYZ | 45.8 | 57.4 | 28.07 | - |
| YUV | 191.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 125 | 0.14 | 0 | 0.40 | 0.18 | 80.47 | 0.49 | 0.66 |
| Hex | B5 | D2 | 7D | E | 0 | 28 | 12 | 50 | 31 | 42 |
| Octal | 265 | 322 | 175 | 16 | 0 | 50 | 22 | 120 | 61 | 102 |
| Binary | 10110101 | 11010010 | 1111101 | 1110 | 0 | 101000 | 10010 | 1010000 | 110001 | 1000010 |
Color Harmonies of #B5D27D
Complementary color
Monochromatic Colors of #B5D27D
Black with #B5D27D
Text Example
Text Example
White with #B5D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D27D; }
p { color: rgb(181,210,125); }
H1.HeaderClassName
{
color: #B5D27D;
}
.AnyTagClassName
{
color: #B5D27D;
}
</style>
background-color css
<style>
a { background-color: #B5D27D; }
a { background-color: rgb(181,210,125); }
div.DivClassName
{
background-color: #B5D27D;
}
.BgClassName
{
background-color: #B5D27D;
}
</style>
border-color css
<style>
span { border-color: #B5D27D; }
span { border-color: rgb(181,210,125); }
td.TdClassName
{
border-color: #B5D27D;
}
.TagClassName
{
border-color: #B5D27D;
}
</style>