Shades of Conifer #BFDF4D
Tints of Conifer #BFDF4D
RGB
CMYK
RGB Variations
Color information
#BFDF4D (or 0xBFDF4D) is known color: Conifer. HEX triplet: BF, DF and 4D. RGB value is (191,223,77). Sum of RGB (Red+Green+Blue) = 191+223+77=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF4D is #4020B2. Grayscale: #C5C5C5. Windows color (decimal): -4202675 or 5103551. OLE color: 5103551.
HSL color Cylindrical-coordinate representation of color #BFDF4D: hue angle of 73.15º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDF4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 73.15º | 0.7% | 0.59% | - |
| HSV(B) | 73.15º | 0.65% | 0.87% | - |
| XYZ | 49.21 | 64.39 | 16.86 | - |
| YUV | 196.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 77 | 0.14 | 0 | 0.65 | 0.13 | 73.15 | 0.7 | 0.59 |
| Hex | BF | DF | 4D | E | 0 | 41 | D | 49 | 46 | 3B |
| Octal | 277 | 337 | 115 | 16 | 0 | 101 | 15 | 111 | 106 | 73 |
| Binary | 10111111 | 11011111 | 1001101 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000110 | 111011 |
Color Harmonies of #BFDF4D
Complementary color
Monochromatic Colors of #BFDF4D
Black with #BFDF4D
Text Example
Text Example
White with #BFDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF4D; }
p { color: rgb(191,223,77); }
H1.HeaderClassName
{
color: #BFDF4D;
}
.AnyTagClassName
{
color: #BFDF4D;
}
</style>
background-color css
<style>
a { background-color: #BFDF4D; }
a { background-color: rgb(191,223,77); }
div.DivClassName
{
background-color: #BFDF4D;
}
.BgClassName
{
background-color: #BFDF4D;
}
</style>
border-color css
<style>
span { border-color: #BFDF4D; }
span { border-color: rgb(191,223,77); }
td.TdClassName
{
border-color: #BFDF4D;
}
.TagClassName
{
border-color: #BFDF4D;
}
</style>