Shades of Conifer #BFDF61
Tints of Conifer #BFDF61
RGB
CMYK
RGB Variations
Color information
#BFDF61 (or 0xBFDF61) is known color: Conifer. HEX triplet: BF, DF and 61. RGB value is (191,223,97). Sum of RGB (Red+Green+Blue) = 191+223+97=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF61 is #40209E. Grayscale: #C7C7C7. Windows color (decimal): -4202655 or 6414271. OLE color: 6414271.
HSL color Cylindrical-coordinate representation of color #BFDF61: hue angle of 75.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFDF61 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 97 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 75.24º | 0.66% | 0.63% | - |
| HSV(B) | 75.24º | 0.57% | 0.87% | - |
| XYZ | 50.03 | 64.71 | 21.16 | - |
| YUV | 199.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 97 | 0.14 | 0 | 0.57 | 0.13 | 75.24 | 0.66 | 0.63 |
| Hex | BF | DF | 61 | E | 0 | 39 | D | 4B | 42 | 3F |
| Octal | 277 | 337 | 141 | 16 | 0 | 71 | 15 | 113 | 102 | 77 |
| Binary | 10111111 | 11011111 | 1100001 | 1110 | 0 | 111001 | 1101 | 1001011 | 1000010 | 111111 |
Color Harmonies of #BFDF61
Complementary color
Monochromatic Colors of #BFDF61
Black with #BFDF61
Text Example
Text Example
White with #BFDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF61; }
p { color: rgb(191,223,97); }
H1.HeaderClassName
{
color: #BFDF61;
}
.AnyTagClassName
{
color: #BFDF61;
}
</style>
background-color css
<style>
a { background-color: #BFDF61; }
a { background-color: rgb(191,223,97); }
div.DivClassName
{
background-color: #BFDF61;
}
.BgClassName
{
background-color: #BFDF61;
}
</style>
border-color css
<style>
span { border-color: #BFDF61; }
span { border-color: rgb(191,223,97); }
td.TdClassName
{
border-color: #BFDF61;
}
.TagClassName
{
border-color: #BFDF61;
}
</style>