Shades of Conifer #B5D255
Tints of Conifer #B5D255
RGB
CMYK
RGB Variations
Color information
#B5D255 (or 0xB5D255) is known color: Conifer. HEX triplet: B5, D2 and 55. RGB value is (181,210,85). Sum of RGB (Red+Green+Blue) = 181+210+85=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D255 is #4A2DAA. Grayscale: #BBBBBB. Windows color (decimal): -4861355 or 5624501. OLE color: 5624501.
HSL color Cylindrical-coordinate representation of color #B5D255: hue angle of 73.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D255 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 85 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.18 |
| HSL | 73.92º | 0.58% | 0.58% | - |
| HSV(B) | 73.92º | 0.6% | 0.82% | - |
| XYZ | 43.74 | 56.57 | 17.21 | - |
| YUV | 187.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 85 | 0.14 | 0 | 0.60 | 0.18 | 73.92 | 0.58 | 0.58 |
| Hex | B5 | D2 | 55 | E | 0 | 3C | 12 | 4A | 3A | 3A |
| Octal | 265 | 322 | 125 | 16 | 0 | 74 | 22 | 112 | 72 | 72 |
| Binary | 10110101 | 11010010 | 1010101 | 1110 | 0 | 111100 | 10010 | 1001010 | 111010 | 111010 |
Color Harmonies of #B5D255
Complementary color
Monochromatic Colors of #B5D255
Black with #B5D255
Text Example
Text Example
White with #B5D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D255; }
p { color: rgb(181,210,85); }
H1.HeaderClassName
{
color: #B5D255;
}
.AnyTagClassName
{
color: #B5D255;
}
</style>
background-color css
<style>
a { background-color: #B5D255; }
a { background-color: rgb(181,210,85); }
div.DivClassName
{
background-color: #B5D255;
}
.BgClassName
{
background-color: #B5D255;
}
</style>
border-color css
<style>
span { border-color: #B5D255; }
span { border-color: rgb(181,210,85); }
td.TdClassName
{
border-color: #B5D255;
}
.TagClassName
{
border-color: #B5D255;
}
</style>