Shades of Conifer #BFDF63
Tints of Conifer #BFDF63
RGB
CMYK
RGB Variations
Color information
#BFDF63 (or 0xBFDF63) is known color: Conifer. HEX triplet: BF, DF and 63. RGB value is (191,223,99). Sum of RGB (Red+Green+Blue) = 191+223+99=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF63 is #40209C. Grayscale: #C7C7C7. Windows color (decimal): -4202653 or 6545343. OLE color: 6545343.
HSL color Cylindrical-coordinate representation of color #BFDF63: hue angle of 75.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDF63 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 99 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 75.48º | 0.66% | 0.63% | - |
| HSV(B) | 75.48º | 0.56% | 0.87% | - |
| XYZ | 50.13 | 64.75 | 21.66 | - |
| YUV | 199.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 99 | 0.14 | 0 | 0.56 | 0.13 | 75.48 | 0.66 | 0.63 |
| Hex | BF | DF | 63 | E | 0 | 38 | D | 4B | 42 | 3F |
| Octal | 277 | 337 | 143 | 16 | 0 | 70 | 15 | 113 | 102 | 77 |
| Binary | 10111111 | 11011111 | 1100011 | 1110 | 0 | 111000 | 1101 | 1001011 | 1000010 | 111111 |
Color Harmonies of #BFDF63
Complementary color
Monochromatic Colors of #BFDF63
Black with #BFDF63
Text Example
Text Example
White with #BFDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF63; }
p { color: rgb(191,223,99); }
H1.HeaderClassName
{
color: #BFDF63;
}
.AnyTagClassName
{
color: #BFDF63;
}
</style>
background-color css
<style>
a { background-color: #BFDF63; }
a { background-color: rgb(191,223,99); }
div.DivClassName
{
background-color: #BFDF63;
}
.BgClassName
{
background-color: #BFDF63;
}
</style>
border-color css
<style>
span { border-color: #BFDF63; }
span { border-color: rgb(191,223,99); }
td.TdClassName
{
border-color: #BFDF63;
}
.TagClassName
{
border-color: #BFDF63;
}
</style>