Shades of Conifer #B5D756
Tints of Conifer #B5D756
RGB
CMYK
RGB Variations
Color information
#B5D756 (or 0xB5D756) is known color: Conifer. HEX triplet: B5, D7 and 56. RGB value is (181,215,86). Sum of RGB (Red+Green+Blue) = 181+215+86=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D756 is #4A28A9. Grayscale: #BEBEBE. Windows color (decimal): -4860074 or 5691317. OLE color: 5691317.
HSL color Cylindrical-coordinate representation of color #B5D756: hue angle of 75.81º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D756 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 86 | - |
| CMYK | 0.16 | 0 | 0.6 | 0.16 |
| HSL | 75.81º | 0.62% | 0.59% | - |
| HSV(B) | 75.81º | 0.6% | 0.84% | - |
| XYZ | 45.04 | 59.1 | 17.84 | - |
| YUV | 190.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 86 | 0.16 | 0 | 0.6 | 0.16 | 75.81 | 0.62 | 0.59 |
| Hex | B5 | D7 | 56 | 10 | 0 | 3C | 10 | 4C | 3E | 3B |
| Octal | 265 | 327 | 126 | 20 | 0 | 74 | 20 | 114 | 76 | 73 |
| Binary | 10110101 | 11010111 | 1010110 | 10000 | 0 | 111100 | 10000 | 1001100 | 111110 | 111011 |
Color Harmonies of #B5D756
Complementary color
Monochromatic Colors of #B5D756
Black with #B5D756
Text Example
Text Example
White with #B5D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D756; }
p { color: rgb(181,215,86); }
H1.HeaderClassName
{
color: #B5D756;
}
.AnyTagClassName
{
color: #B5D756;
}
</style>
background-color css
<style>
a { background-color: #B5D756; }
a { background-color: rgb(181,215,86); }
div.DivClassName
{
background-color: #B5D756;
}
.BgClassName
{
background-color: #B5D756;
}
</style>
border-color css
<style>
span { border-color: #B5D756; }
span { border-color: rgb(181,215,86); }
td.TdClassName
{
border-color: #B5D756;
}
.TagClassName
{
border-color: #B5D756;
}
</style>