Shades of Conifer #BFDC55
Tints of Conifer #BFDC55
RGB
CMYK
RGB Variations
Color information
#BFDC55 (or 0xBFDC55) is known color: Conifer. HEX triplet: BF, DC and 55. RGB value is (191,220,85). Sum of RGB (Red+Green+Blue) = 191+220+85=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC55 is #4023AA. Grayscale: #C4C4C4. Windows color (decimal): -4203435 or 5627071. OLE color: 5627071.
HSL color Cylindrical-coordinate representation of color #BFDC55: hue angle of 72.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDC55 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 85 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.14 |
| HSL | 72.89º | 0.66% | 0.6% | - |
| HSV(B) | 72.89º | 0.61% | 0.86% | - |
| XYZ | 48.72 | 62.92 | 18.17 | - |
| YUV | 195.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 85 | 0.13 | 0 | 0.61 | 0.14 | 72.89 | 0.66 | 0.6 |
| Hex | BF | DC | 55 | D | 0 | 3D | E | 49 | 42 | 3C |
| Octal | 277 | 334 | 125 | 15 | 0 | 75 | 16 | 111 | 102 | 74 |
| Binary | 10111111 | 11011100 | 1010101 | 1101 | 0 | 111101 | 1110 | 1001001 | 1000010 | 111100 |
Color Harmonies of #BFDC55
Complementary color
Monochromatic Colors of #BFDC55
Black with #BFDC55
Text Example
Text Example
White with #BFDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC55; }
p { color: rgb(191,220,85); }
H1.HeaderClassName
{
color: #BFDC55;
}
.AnyTagClassName
{
color: #BFDC55;
}
</style>
background-color css
<style>
a { background-color: #BFDC55; }
a { background-color: rgb(191,220,85); }
div.DivClassName
{
background-color: #BFDC55;
}
.BgClassName
{
background-color: #BFDC55;
}
</style>
border-color css
<style>
span { border-color: #BFDC55; }
span { border-color: rgb(191,220,85); }
td.TdClassName
{
border-color: #BFDC55;
}
.TagClassName
{
border-color: #BFDC55;
}
</style>