Shades of Conifer #BFDF47
Tints of Conifer #BFDF47
RGB
CMYK
RGB Variations
Color information
#BFDF47 (or 0xBFDF47) is known color: Conifer. HEX triplet: BF, DF and 47. RGB value is (191,223,71). Sum of RGB (Red+Green+Blue) = 191+223+71=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF47 is #4020B8. Grayscale: #C4C4C4. Windows color (decimal): -4202681 or 4710335. OLE color: 4710335.
HSL color Cylindrical-coordinate representation of color #BFDF47: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFDF47 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 71 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.13 |
| HSL | 72.63º | 0.7% | 0.58% | - |
| HSV(B) | 72.63º | 0.68% | 0.87% | - |
| XYZ | 49.01 | 64.31 | 15.79 | - |
| YUV | 196.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 71 | 0.14 | 0 | 0.68 | 0.13 | 72.63 | 0.7 | 0.58 |
| Hex | BF | DF | 47 | E | 0 | 44 | D | 49 | 46 | 3A |
| Octal | 277 | 337 | 107 | 16 | 0 | 104 | 15 | 111 | 106 | 72 |
| Binary | 10111111 | 11011111 | 1000111 | 1110 | 0 | 1000100 | 1101 | 1001001 | 1000110 | 111010 |
Color Harmonies of #BFDF47
Complementary color
Monochromatic Colors of #BFDF47
Black with #BFDF47
Text Example
Text Example
White with #BFDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF47; }
p { color: rgb(191,223,71); }
H1.HeaderClassName
{
color: #BFDF47;
}
.AnyTagClassName
{
color: #BFDF47;
}
</style>
background-color css
<style>
a { background-color: #BFDF47; }
a { background-color: rgb(191,223,71); }
div.DivClassName
{
background-color: #BFDF47;
}
.BgClassName
{
background-color: #BFDF47;
}
</style>
border-color css
<style>
span { border-color: #BFDF47; }
span { border-color: rgb(191,223,71); }
td.TdClassName
{
border-color: #BFDF47;
}
.TagClassName
{
border-color: #BFDF47;
}
</style>