Shades of Conifer #BFDF64
Tints of Conifer #BFDF64
RGB
CMYK
RGB Variations
Color information
#BFDF64 (or 0xBFDF64) is known color: Conifer. HEX triplet: BF, DF and 64. RGB value is (191,223,100). Sum of RGB (Red+Green+Blue) = 191+223+100=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF64 is #40209B. Grayscale: #C7C7C7. Windows color (decimal): -4202652 or 6610879. OLE color: 6610879.
HSL color Cylindrical-coordinate representation of color #BFDF64: hue angle of 75.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFDF64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 100 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.61º | 0.66% | 0.63% | - |
| HSV(B) | 75.61º | 0.55% | 0.87% | - |
| XYZ | 50.17 | 64.77 | 21.91 | - |
| YUV | 199.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 100 | 0.14 | 0 | 0.55 | 0.13 | 75.61 | 0.66 | 0.63 |
| Hex | BF | DF | 64 | E | 0 | 37 | D | 4C | 42 | 3F |
| Octal | 277 | 337 | 144 | 16 | 0 | 67 | 15 | 114 | 102 | 77 |
| Binary | 10111111 | 11011111 | 1100100 | 1110 | 0 | 110111 | 1101 | 1001100 | 1000010 | 111111 |
Color Harmonies of #BFDF64
Complementary color
Monochromatic Colors of #BFDF64
Black with #BFDF64
Text Example
Text Example
White with #BFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF64; }
p { color: rgb(191,223,100); }
H1.HeaderClassName
{
color: #BFDF64;
}
.AnyTagClassName
{
color: #BFDF64;
}
</style>
background-color css
<style>
a { background-color: #BFDF64; }
a { background-color: rgb(191,223,100); }
div.DivClassName
{
background-color: #BFDF64;
}
.BgClassName
{
background-color: #BFDF64;
}
</style>
border-color css
<style>
span { border-color: #BFDF64; }
span { border-color: rgb(191,223,100); }
td.TdClassName
{
border-color: #BFDF64;
}
.TagClassName
{
border-color: #BFDF64;
}
</style>