Shades of Caper #B5D27F
Tints of Caper #B5D27F
RGB
CMYK
RGB Variations
Color information
#B5D27F (or 0xB5D27F) is known color: Caper. HEX triplet: B5, D2 and 7F. RGB value is (181,210,127). Sum of RGB (Red+Green+Blue) = 181+210+127=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D27F is #4A2D80. Grayscale: #C0C0C0. Windows color (decimal): -4861313 or 8377013. OLE color: 8377013.
HSL color Cylindrical-coordinate representation of color #B5D27F: hue angle of 80.96º degrees, saturation: 0.48, 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 #B5D27F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 127 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.18 |
| HSL | 80.96º | 0.48% | 0.66% | - |
| HSV(B) | 80.96º | 0.4% | 0.82% | - |
| XYZ | 45.93 | 57.45 | 28.75 | - |
| YUV | 191.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 127 | 0.14 | 0 | 0.40 | 0.18 | 80.96 | 0.48 | 0.66 |
| Hex | B5 | D2 | 7F | E | 0 | 28 | 12 | 51 | 30 | 42 |
| Octal | 265 | 322 | 177 | 16 | 0 | 50 | 22 | 121 | 60 | 102 |
| Binary | 10110101 | 11010010 | 1111111 | 1110 | 0 | 101000 | 10010 | 1010001 | 110000 | 1000010 |
Color Harmonies of #B5D27F
Complementary color
Monochromatic Colors of #B5D27F
Black with #B5D27F
Text Example
Text Example
White with #B5D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D27F; }
p { color: rgb(181,210,127); }
H1.HeaderClassName
{
color: #B5D27F;
}
.AnyTagClassName
{
color: #B5D27F;
}
</style>
background-color css
<style>
a { background-color: #B5D27F; }
a { background-color: rgb(181,210,127); }
div.DivClassName
{
background-color: #B5D27F;
}
.BgClassName
{
background-color: #B5D27F;
}
</style>
border-color css
<style>
span { border-color: #B5D27F; }
span { border-color: rgb(181,210,127); }
td.TdClassName
{
border-color: #B5D27F;
}
.TagClassName
{
border-color: #B5D27F;
}
</style>