Shades of Conifer #B4D940
Tints of Conifer #B4D940
RGB
CMYK
RGB Variations
Color information
#B4D940 (or 0xB4D940) is known color: Conifer. HEX triplet: B4, D9 and 40. RGB value is (180,217,64). Sum of RGB (Red+Green+Blue) = 180+217+64=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D940 is #4B26BF. Grayscale: #BDBDBD. Windows color (decimal): -4925120 or 4250036. OLE color: 4250036.
HSL color Cylindrical-coordinate representation of color #B4D940: hue angle of 74.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4D940 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 64 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.15 |
| HSL | 74.51º | 0.67% | 0.55% | - |
| HSV(B) | 74.51º | 0.71% | 0.85% | - |
| XYZ | 44.56 | 59.7 | 14.02 | - |
| YUV | 188.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 64 | 0.17 | 0 | 0.71 | 0.15 | 74.51 | 0.67 | 0.55 |
| Hex | B4 | D9 | 40 | 11 | 0 | 47 | F | 4B | 43 | 37 |
| Octal | 264 | 331 | 100 | 21 | 0 | 107 | 17 | 113 | 103 | 67 |
| Binary | 10110100 | 11011001 | 1000000 | 10001 | 0 | 1000111 | 1111 | 1001011 | 1000011 | 110111 |
Color Harmonies of #B4D940
Complementary color
Monochromatic Colors of #B4D940
Black with #B4D940
Text Example
Text Example
White with #B4D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D940; }
p { color: rgb(180,217,64); }
H1.HeaderClassName
{
color: #B4D940;
}
.AnyTagClassName
{
color: #B4D940;
}
</style>
background-color css
<style>
a { background-color: #B4D940; }
a { background-color: rgb(180,217,64); }
div.DivClassName
{
background-color: #B4D940;
}
.BgClassName
{
background-color: #B4D940;
}
</style>
border-color css
<style>
span { border-color: #B4D940; }
span { border-color: rgb(180,217,64); }
td.TdClassName
{
border-color: #B4D940;
}
.TagClassName
{
border-color: #B4D940;
}
</style>