Shades of Conifer #B9DD47
Tints of Conifer #B9DD47
RGB
CMYK
RGB Variations
Color information
#B9DD47 (or 0xB9DD47) is known color: Conifer. HEX triplet: B9, DD and 47. RGB value is (185,221,71). Sum of RGB (Red+Green+Blue) = 185+221+71=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD47 is #4622B8. Grayscale: #C1C1C1. Windows color (decimal): -4596409 or 4709817. OLE color: 4709817.
HSL color Cylindrical-coordinate representation of color #B9DD47: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DD47 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 71 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 74.4º | 0.69% | 0.57% | - |
| HSV(B) | 74.4º | 0.68% | 0.87% | - |
| XYZ | 47 | 62.48 | 15.54 | - |
| YUV | 193.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 71 | 0.16 | 0 | 0.68 | 0.13 | 74.4 | 0.69 | 0.57 |
| Hex | B9 | DD | 47 | 10 | 0 | 44 | D | 4A | 45 | 39 |
| Octal | 271 | 335 | 107 | 20 | 0 | 104 | 15 | 112 | 105 | 71 |
| Binary | 10111001 | 11011101 | 1000111 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000101 | 111001 |
Color Harmonies of #B9DD47
Complementary color
Monochromatic Colors of #B9DD47
Black with #B9DD47
Text Example
Text Example
White with #B9DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD47; }
p { color: rgb(185,221,71); }
H1.HeaderClassName
{
color: #B9DD47;
}
.AnyTagClassName
{
color: #B9DD47;
}
</style>
background-color css
<style>
a { background-color: #B9DD47; }
a { background-color: rgb(185,221,71); }
div.DivClassName
{
background-color: #B9DD47;
}
.BgClassName
{
background-color: #B9DD47;
}
</style>
border-color css
<style>
span { border-color: #B9DD47; }
span { border-color: rgb(185,221,71); }
td.TdClassName
{
border-color: #B9DD47;
}
.TagClassName
{
border-color: #B9DD47;
}
</style>