Shades of Conifer #B5D155
Tints of Conifer #B5D155
RGB
CMYK
RGB Variations
Color information
#B5D155 (or 0xB5D155) is known color: Conifer. HEX triplet: B5, D1 and 55. RGB value is (181,209,85). Sum of RGB (Red+Green+Blue) = 181+209+85=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D155 is #4A2EAA. Grayscale: #BABABA. Windows color (decimal): -4861611 or 5624245. OLE color: 5624245.
HSL color Cylindrical-coordinate representation of color #B5D155: hue angle of 73.55º degrees, saturation: 0.57, 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 #B5D155 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 85 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.18 |
| HSL | 73.55º | 0.57% | 0.58% | - |
| HSV(B) | 73.55º | 0.59% | 0.82% | - |
| XYZ | 43.5 | 56.08 | 17.13 | - |
| YUV | 186.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 85 | 0.13 | 0 | 0.59 | 0.18 | 73.55 | 0.57 | 0.58 |
| Hex | B5 | D1 | 55 | D | 0 | 3B | 12 | 4A | 39 | 3A |
| Octal | 265 | 321 | 125 | 15 | 0 | 73 | 22 | 112 | 71 | 72 |
| Binary | 10110101 | 11010001 | 1010101 | 1101 | 0 | 111011 | 10010 | 1001010 | 111001 | 111010 |
Color Harmonies of #B5D155
Complementary color
Monochromatic Colors of #B5D155
Black with #B5D155
Text Example
Text Example
White with #B5D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D155; }
p { color: rgb(181,209,85); }
H1.HeaderClassName
{
color: #B5D155;
}
.AnyTagClassName
{
color: #B5D155;
}
</style>
background-color css
<style>
a { background-color: #B5D155; }
a { background-color: rgb(181,209,85); }
div.DivClassName
{
background-color: #B5D155;
}
.BgClassName
{
background-color: #B5D155;
}
</style>
border-color css
<style>
span { border-color: #B5D155; }
span { border-color: rgb(181,209,85); }
td.TdClassName
{
border-color: #B5D155;
}
.TagClassName
{
border-color: #B5D155;
}
</style>