Shades of Conifer #B5D555
Tints of Conifer #B5D555
RGB
CMYK
RGB Variations
Color information
#B5D555 (or 0xB5D555) is known color: Conifer. HEX triplet: B5, D5 and 55. RGB value is (181,213,85). Sum of RGB (Red+Green+Blue) = 181+213+85=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D555 is #4A2AAA. Grayscale: #BDBDBD. Windows color (decimal): -4860587 or 5625269. OLE color: 5625269.
HSL color Cylindrical-coordinate representation of color #B5D555: hue angle of 75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D555 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 85 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.16 |
| HSL | 75º | 0.6% | 0.58% | - |
| HSV(B) | 75º | 0.6% | 0.84% | - |
| XYZ | 44.49 | 58.07 | 17.46 | - |
| YUV | 188.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 85 | 0.15 | 0 | 0.60 | 0.16 | 75 | 0.6 | 0.58 |
| Hex | B5 | D5 | 55 | F | 0 | 3C | 10 | 4B | 3C | 3A |
| Octal | 265 | 325 | 125 | 17 | 0 | 74 | 20 | 113 | 74 | 72 |
| Binary | 10110101 | 11010101 | 1010101 | 1111 | 0 | 111100 | 10000 | 1001011 | 111100 | 111010 |
Color Harmonies of #B5D555
Complementary color
Monochromatic Colors of #B5D555
Black with #B5D555
Text Example
Text Example
White with #B5D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D555; }
p { color: rgb(181,213,85); }
H1.HeaderClassName
{
color: #B5D555;
}
.AnyTagClassName
{
color: #B5D555;
}
</style>
background-color css
<style>
a { background-color: #B5D555; }
a { background-color: rgb(181,213,85); }
div.DivClassName
{
background-color: #B5D555;
}
.BgClassName
{
background-color: #B5D555;
}
</style>
border-color css
<style>
span { border-color: #B5D555; }
span { border-color: rgb(181,213,85); }
td.TdClassName
{
border-color: #B5D555;
}
.TagClassName
{
border-color: #B5D555;
}
</style>