Shades of Conifer #BFDF56
Tints of Conifer #BFDF56
RGB
CMYK
RGB Variations
Color information
#BFDF56 (or 0xBFDF56) is known color: Conifer. HEX triplet: BF, DF and 56. RGB value is (191,223,86). Sum of RGB (Red+Green+Blue) = 191+223+86=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF56 is #4020A9. Grayscale: #C6C6C6. Windows color (decimal): -4202666 or 5693375. OLE color: 5693375.
HSL color Cylindrical-coordinate representation of color #BFDF56: hue angle of 74.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDF56 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 86 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.13 |
| HSL | 74.01º | 0.68% | 0.61% | - |
| HSV(B) | 74.01º | 0.61% | 0.87% | - |
| XYZ | 49.55 | 64.52 | 18.65 | - |
| YUV | 197.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 86 | 0.14 | 0 | 0.61 | 0.13 | 74.01 | 0.68 | 0.61 |
| Hex | BF | DF | 56 | E | 0 | 3D | D | 4A | 44 | 3D |
| Octal | 277 | 337 | 126 | 16 | 0 | 75 | 15 | 112 | 104 | 75 |
| Binary | 10111111 | 11011111 | 1010110 | 1110 | 0 | 111101 | 1101 | 1001010 | 1000100 | 111101 |
Color Harmonies of #BFDF56
Complementary color
Monochromatic Colors of #BFDF56
Black with #BFDF56
Text Example
Text Example
White with #BFDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF56; }
p { color: rgb(191,223,86); }
H1.HeaderClassName
{
color: #BFDF56;
}
.AnyTagClassName
{
color: #BFDF56;
}
</style>
background-color css
<style>
a { background-color: #BFDF56; }
a { background-color: rgb(191,223,86); }
div.DivClassName
{
background-color: #BFDF56;
}
.BgClassName
{
background-color: #BFDF56;
}
</style>
border-color css
<style>
span { border-color: #BFDF56; }
span { border-color: rgb(191,223,86); }
td.TdClassName
{
border-color: #BFDF56;
}
.TagClassName
{
border-color: #BFDF56;
}
</style>