Shades of Conifer #BFDC4D
Tints of Conifer #BFDC4D
RGB
CMYK
RGB Variations
Color information
#BFDC4D (or 0xBFDC4D) is known color: Conifer. HEX triplet: BF, DC and 4D. RGB value is (191,220,77). Sum of RGB (Red+Green+Blue) = 191+220+77=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC4D is #4023B2. Grayscale: #C3C3C3. Windows color (decimal): -4203443 or 5102783. OLE color: 5102783.
HSL color Cylindrical-coordinate representation of color #BFDC4D: hue angle of 72.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDC4D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 77 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.14 |
| HSL | 72.17º | 0.67% | 0.58% | - |
| HSV(B) | 72.17º | 0.65% | 0.86% | - |
| XYZ | 48.42 | 62.8 | 16.59 | - |
| YUV | 195.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 77 | 0.13 | 0 | 0.65 | 0.14 | 72.17 | 0.67 | 0.58 |
| Hex | BF | DC | 4D | D | 0 | 41 | E | 48 | 43 | 3A |
| Octal | 277 | 334 | 115 | 15 | 0 | 101 | 16 | 110 | 103 | 72 |
| Binary | 10111111 | 11011100 | 1001101 | 1101 | 0 | 1000001 | 1110 | 1001000 | 1000011 | 111010 |
Color Harmonies of #BFDC4D
Complementary color
Monochromatic Colors of #BFDC4D
Black with #BFDC4D
Text Example
Text Example
White with #BFDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC4D; }
p { color: rgb(191,220,77); }
H1.HeaderClassName
{
color: #BFDC4D;
}
.AnyTagClassName
{
color: #BFDC4D;
}
</style>
background-color css
<style>
a { background-color: #BFDC4D; }
a { background-color: rgb(191,220,77); }
div.DivClassName
{
background-color: #BFDC4D;
}
.BgClassName
{
background-color: #BFDC4D;
}
</style>
border-color css
<style>
span { border-color: #BFDC4D; }
span { border-color: rgb(191,220,77); }
td.TdClassName
{
border-color: #BFDC4D;
}
.TagClassName
{
border-color: #BFDC4D;
}
</style>