Shades of Conifer #B5D256
Tints of Conifer #B5D256
RGB
CMYK
RGB Variations
Color information
#B5D256 (or 0xB5D256) is known color: Conifer. HEX triplet: B5, D2 and 56. RGB value is (181,210,86). Sum of RGB (Red+Green+Blue) = 181+210+86=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D256 is #4A2DA9. Grayscale: #BBBBBB. Windows color (decimal): -4861354 or 5690037. OLE color: 5690037.
HSL color Cylindrical-coordinate representation of color #B5D256: hue angle of 74.03º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D256 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 86 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.18 |
| HSL | 74.03º | 0.58% | 0.58% | - |
| HSV(B) | 74.03º | 0.59% | 0.82% | - |
| XYZ | 43.78 | 56.59 | 17.42 | - |
| YUV | 187.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 86 | 0.14 | 0 | 0.59 | 0.18 | 74.03 | 0.58 | 0.58 |
| Hex | B5 | D2 | 56 | E | 0 | 3B | 12 | 4A | 3A | 3A |
| Octal | 265 | 322 | 126 | 16 | 0 | 73 | 22 | 112 | 72 | 72 |
| Binary | 10110101 | 11010010 | 1010110 | 1110 | 0 | 111011 | 10010 | 1001010 | 111010 | 111010 |
Color Harmonies of #B5D256
Complementary color
Monochromatic Colors of #B5D256
Black with #B5D256
Text Example
Text Example
White with #B5D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D256; }
p { color: rgb(181,210,86); }
H1.HeaderClassName
{
color: #B5D256;
}
.AnyTagClassName
{
color: #B5D256;
}
</style>
background-color css
<style>
a { background-color: #B5D256; }
a { background-color: rgb(181,210,86); }
div.DivClassName
{
background-color: #B5D256;
}
.BgClassName
{
background-color: #B5D256;
}
</style>
border-color css
<style>
span { border-color: #B5D256; }
span { border-color: rgb(181,210,86); }
td.TdClassName
{
border-color: #B5D256;
}
.TagClassName
{
border-color: #B5D256;
}
</style>