Shades of Conifer #B4D255
Tints of Conifer #B4D255
RGB
CMYK
RGB Variations
Color information
#B4D255 (or 0xB4D255) is known color: Conifer. HEX triplet: B4, D2 and 55. RGB value is (180,210,85). Sum of RGB (Red+Green+Blue) = 180+210+85=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D255 is #4B2DAA. Grayscale: #BBBBBB. Windows color (decimal): -4926891 or 5624500. OLE color: 5624500.
HSL color Cylindrical-coordinate representation of color #B4D255: hue angle of 74.4º 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 #B4D255 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 85 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.18 |
| HSL | 74.4º | 0.58% | 0.58% | - |
| HSV(B) | 74.4º | 0.6% | 0.82% | - |
| XYZ | 43.51 | 56.45 | 17.2 | - |
| YUV | 186.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 85 | 0.14 | 0 | 0.60 | 0.18 | 74.4 | 0.58 | 0.58 |
| Hex | B4 | D2 | 55 | E | 0 | 3C | 12 | 4A | 3A | 3A |
| Octal | 264 | 322 | 125 | 16 | 0 | 74 | 22 | 112 | 72 | 72 |
| Binary | 10110100 | 11010010 | 1010101 | 1110 | 0 | 111100 | 10010 | 1001010 | 111010 | 111010 |
Color Harmonies of #B4D255
Complementary color
Monochromatic Colors of #B4D255
Black with #B4D255
Text Example
Text Example
White with #B4D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D255; }
p { color: rgb(180,210,85); }
H1.HeaderClassName
{
color: #B4D255;
}
.AnyTagClassName
{
color: #B4D255;
}
</style>
background-color css
<style>
a { background-color: #B4D255; }
a { background-color: rgb(180,210,85); }
div.DivClassName
{
background-color: #B4D255;
}
.BgClassName
{
background-color: #B4D255;
}
</style>
border-color css
<style>
span { border-color: #B4D255; }
span { border-color: rgb(180,210,85); }
td.TdClassName
{
border-color: #B4D255;
}
.TagClassName
{
border-color: #B4D255;
}
</style>