Shades of Conifer #BFDD48
Tints of Conifer #BFDD48
RGB
CMYK
RGB Variations
Color information
#BFDD48 (or 0xBFDD48) is known color: Conifer. HEX triplet: BF, DD and 48. RGB value is (191,221,72). Sum of RGB (Red+Green+Blue) = 191+221+72=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD48 is #4022B7. Grayscale: #C3C3C3. Windows color (decimal): -4203192 or 4775359. OLE color: 4775359.
HSL color Cylindrical-coordinate representation of color #BFDD48: hue angle of 72.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDD48 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 72 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.13 |
| HSL | 72.08º | 0.69% | 0.57% | - |
| HSV(B) | 72.08º | 0.67% | 0.87% | - |
| XYZ | 48.51 | 63.26 | 15.78 | - |
| YUV | 195.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 72 | 0.14 | 0 | 0.67 | 0.13 | 72.08 | 0.69 | 0.57 |
| Hex | BF | DD | 48 | E | 0 | 43 | D | 48 | 45 | 39 |
| Octal | 277 | 335 | 110 | 16 | 0 | 103 | 15 | 110 | 105 | 71 |
| Binary | 10111111 | 11011101 | 1001000 | 1110 | 0 | 1000011 | 1101 | 1001000 | 1000101 | 111001 |
Color Harmonies of #BFDD48
Complementary color
Monochromatic Colors of #BFDD48
Black with #BFDD48
Text Example
Text Example
White with #BFDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD48; }
p { color: rgb(191,221,72); }
H1.HeaderClassName
{
color: #BFDD48;
}
.AnyTagClassName
{
color: #BFDD48;
}
</style>
background-color css
<style>
a { background-color: #BFDD48; }
a { background-color: rgb(191,221,72); }
div.DivClassName
{
background-color: #BFDD48;
}
.BgClassName
{
background-color: #BFDD48;
}
</style>
border-color css
<style>
span { border-color: #BFDD48; }
span { border-color: rgb(191,221,72); }
td.TdClassName
{
border-color: #BFDD48;
}
.TagClassName
{
border-color: #BFDD48;
}
</style>