Shades of Conifer #B5D855
Tints of Conifer #B5D855
RGB
CMYK
RGB Variations
Color information
#B5D855 (or 0xB5D855) is known color: Conifer. HEX triplet: B5, D8 and 55. RGB value is (181,216,85). Sum of RGB (Red+Green+Blue) = 181+216+85=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D855 is #4A27AA. Grayscale: #BFBFBF. Windows color (decimal): -4859819 or 5626037. OLE color: 5626037.
HSL color Cylindrical-coordinate representation of color #B5D855: hue angle of 76.03º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5D855 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 85 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.15 |
| HSL | 76.03º | 0.63% | 0.59% | - |
| HSV(B) | 76.03º | 0.61% | 0.85% | - |
| XYZ | 45.25 | 59.59 | 17.71 | - |
| YUV | 190.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 85 | 0.16 | 0 | 0.61 | 0.15 | 76.03 | 0.63 | 0.59 |
| Hex | B5 | D8 | 55 | 10 | 0 | 3D | F | 4C | 3F | 3B |
| Octal | 265 | 330 | 125 | 20 | 0 | 75 | 17 | 114 | 77 | 73 |
| Binary | 10110101 | 11011000 | 1010101 | 10000 | 0 | 111101 | 1111 | 1001100 | 111111 | 111011 |
Color Harmonies of #B5D855
Complementary color
Monochromatic Colors of #B5D855
Black with #B5D855
Text Example
Text Example
White with #B5D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D855; }
p { color: rgb(181,216,85); }
H1.HeaderClassName
{
color: #B5D855;
}
.AnyTagClassName
{
color: #B5D855;
}
</style>
background-color css
<style>
a { background-color: #B5D855; }
a { background-color: rgb(181,216,85); }
div.DivClassName
{
background-color: #B5D855;
}
.BgClassName
{
background-color: #B5D855;
}
</style>
border-color css
<style>
span { border-color: #B5D855; }
span { border-color: rgb(181,216,85); }
td.TdClassName
{
border-color: #B5D855;
}
.TagClassName
{
border-color: #B5D855;
}
</style>