Shades of Conifer #BFDD49
Tints of Conifer #BFDD49
RGB
CMYK
RGB Variations
Color information
#BFDD49 (or 0xBFDD49) is known color: Conifer. HEX triplet: BF, DD and 49. RGB value is (191,221,73). Sum of RGB (Red+Green+Blue) = 191+221+73=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD49 is #4022B6. Grayscale: #C3C3C3. Windows color (decimal): -4203191 or 4840895. OLE color: 4840895.
HSL color Cylindrical-coordinate representation of color #BFDD49: hue angle of 72.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDD49 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 73 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.13 |
| HSL | 72.16º | 0.69% | 0.58% | - |
| HSV(B) | 72.16º | 0.67% | 0.87% | - |
| XYZ | 48.54 | 63.27 | 15.96 | - |
| YUV | 195.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 73 | 0.14 | 0 | 0.67 | 0.13 | 72.16 | 0.69 | 0.58 |
| Hex | BF | DD | 49 | E | 0 | 43 | D | 48 | 45 | 3A |
| Octal | 277 | 335 | 111 | 16 | 0 | 103 | 15 | 110 | 105 | 72 |
| Binary | 10111111 | 11011101 | 1001001 | 1110 | 0 | 1000011 | 1101 | 1001000 | 1000101 | 111010 |
Color Harmonies of #BFDD49
Complementary color
Monochromatic Colors of #BFDD49
Black with #BFDD49
Text Example
Text Example
White with #BFDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD49; }
p { color: rgb(191,221,73); }
H1.HeaderClassName
{
color: #BFDD49;
}
.AnyTagClassName
{
color: #BFDD49;
}
</style>
background-color css
<style>
a { background-color: #BFDD49; }
a { background-color: rgb(191,221,73); }
div.DivClassName
{
background-color: #BFDD49;
}
.BgClassName
{
background-color: #BFDD49;
}
</style>
border-color css
<style>
span { border-color: #BFDD49; }
span { border-color: rgb(191,221,73); }
td.TdClassName
{
border-color: #BFDD49;
}
.TagClassName
{
border-color: #BFDD49;
}
</style>