Shades of Conifer #B4D341
Tints of Conifer #B4D341
RGB
CMYK
RGB Variations
Color information
#B4D341 (or 0xB4D341) is known color: Conifer. HEX triplet: B4, D3 and 41. RGB value is (180,211,65). Sum of RGB (Red+Green+Blue) = 180+211+65=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D341 is #4B2CBE. Grayscale: #B9B9B9. Windows color (decimal): -4926655 or 4314036. OLE color: 4314036.
HSL color Cylindrical-coordinate representation of color #B4D341: hue angle of 72.74º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4D341 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 65 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.17 |
| HSL | 72.74º | 0.62% | 0.54% | - |
| HSV(B) | 72.74º | 0.69% | 0.83% | - |
| XYZ | 43.07 | 56.67 | 13.67 | - |
| YUV | 185.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 65 | 0.15 | 0 | 0.69 | 0.17 | 72.74 | 0.62 | 0.54 |
| Hex | B4 | D3 | 41 | F | 0 | 45 | 11 | 49 | 3E | 36 |
| Octal | 264 | 323 | 101 | 17 | 0 | 105 | 21 | 111 | 76 | 66 |
| Binary | 10110100 | 11010011 | 1000001 | 1111 | 0 | 1000101 | 10001 | 1001001 | 111110 | 110110 |
Color Harmonies of #B4D341
Complementary color
Monochromatic Colors of #B4D341
Black with #B4D341
Text Example
Text Example
White with #B4D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D341; }
p { color: rgb(180,211,65); }
H1.HeaderClassName
{
color: #B4D341;
}
.AnyTagClassName
{
color: #B4D341;
}
</style>
background-color css
<style>
a { background-color: #B4D341; }
a { background-color: rgb(180,211,65); }
div.DivClassName
{
background-color: #B4D341;
}
.BgClassName
{
background-color: #B4D341;
}
</style>
border-color css
<style>
span { border-color: #B4D341; }
span { border-color: rgb(180,211,65); }
td.TdClassName
{
border-color: #B4D341;
}
.TagClassName
{
border-color: #B4D341;
}
</style>