Shades of Conifer #B4D944
Tints of Conifer #B4D944
RGB
CMYK
RGB Variations
Color information
#B4D944 (or 0xB4D944) is known color: Conifer. HEX triplet: B4, D9 and 44. RGB value is (180,217,68). Sum of RGB (Red+Green+Blue) = 180+217+68=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D944 is #4B26BB. Grayscale: #BDBDBD. Windows color (decimal): -4925116 or 4512180. OLE color: 4512180.
HSL color Cylindrical-coordinate representation of color #B4D944: hue angle of 74.9º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4D944 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 68 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.15 |
| HSL | 74.9º | 0.66% | 0.56% | - |
| HSV(B) | 74.9º | 0.69% | 0.85% | - |
| XYZ | 44.68 | 59.75 | 14.65 | - |
| YUV | 188.95 | 59.74 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 68 | 0.17 | 0 | 0.69 | 0.15 | 74.9 | 0.66 | 0.56 |
| Hex | B4 | D9 | 44 | 11 | 0 | 45 | F | 4B | 42 | 38 |
| Octal | 264 | 331 | 104 | 21 | 0 | 105 | 17 | 113 | 102 | 70 |
| Binary | 10110100 | 11011001 | 1000100 | 10001 | 0 | 1000101 | 1111 | 1001011 | 1000010 | 111000 |
Color Harmonies of #B4D944
Complementary color
Monochromatic Colors of #B4D944
Black with #B4D944
Text Example
Text Example
White with #B4D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D944; }
p { color: rgb(180,217,68); }
H1.HeaderClassName
{
color: #B4D944;
}
.AnyTagClassName
{
color: #B4D944;
}
</style>
background-color css
<style>
a { background-color: #B4D944; }
a { background-color: rgb(180,217,68); }
div.DivClassName
{
background-color: #B4D944;
}
.BgClassName
{
background-color: #B4D944;
}
</style>
border-color css
<style>
span { border-color: #B4D944; }
span { border-color: rgb(180,217,68); }
td.TdClassName
{
border-color: #B4D944;
}
.TagClassName
{
border-color: #B4D944;
}
</style>