Shades of Conifer #B4D941
Tints of Conifer #B4D941
RGB
CMYK
RGB Variations
Color information
#B4D941 (or 0xB4D941) is known color: Conifer. HEX triplet: B4, D9 and 41. RGB value is (180,217,65). Sum of RGB (Red+Green+Blue) = 180+217+65=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D941 is #4B26BE. Grayscale: #BDBDBD. Windows color (decimal): -4925119 or 4315572. OLE color: 4315572.
HSL color Cylindrical-coordinate representation of color #B4D941: hue angle of 74.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4D941 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 65 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.15 |
| HSL | 74.61º | 0.67% | 0.55% | - |
| HSV(B) | 74.61º | 0.7% | 0.85% | - |
| XYZ | 44.59 | 59.71 | 14.18 | - |
| YUV | 188.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 65 | 0.17 | 0 | 0.70 | 0.15 | 74.61 | 0.67 | 0.55 |
| Hex | B4 | D9 | 41 | 11 | 0 | 46 | F | 4B | 43 | 37 |
| Octal | 264 | 331 | 101 | 21 | 0 | 106 | 17 | 113 | 103 | 67 |
| Binary | 10110100 | 11011001 | 1000001 | 10001 | 0 | 1000110 | 1111 | 1001011 | 1000011 | 110111 |
Color Harmonies of #B4D941
Complementary color
Monochromatic Colors of #B4D941
Black with #B4D941
Text Example
Text Example
White with #B4D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D941; }
p { color: rgb(180,217,65); }
H1.HeaderClassName
{
color: #B4D941;
}
.AnyTagClassName
{
color: #B4D941;
}
</style>
background-color css
<style>
a { background-color: #B4D941; }
a { background-color: rgb(180,217,65); }
div.DivClassName
{
background-color: #B4D941;
}
.BgClassName
{
background-color: #B4D941;
}
</style>
border-color css
<style>
span { border-color: #B4D941; }
span { border-color: rgb(180,217,65); }
td.TdClassName
{
border-color: #B4D941;
}
.TagClassName
{
border-color: #B4D941;
}
</style>