Shades of Conifer #BFD94D
Tints of Conifer #BFD94D
RGB
CMYK
RGB Variations
Color information
#BFD94D (or 0xBFD94D) is known color: Conifer. HEX triplet: BF, D9 and 4D. RGB value is (191,217,77). Sum of RGB (Red+Green+Blue) = 191+217+77=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD94D is #4026B2. Grayscale: #C1C1C1. Windows color (decimal): -4204211 or 5102015. OLE color: 5102015.
HSL color Cylindrical-coordinate representation of color #BFD94D: hue angle of 71.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD94D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 77 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 71.14º | 0.65% | 0.58% | - |
| HSV(B) | 71.14º | 0.65% | 0.85% | - |
| XYZ | 47.64 | 61.24 | 16.33 | - |
| YUV | 193.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 77 | 0.12 | 0 | 0.65 | 0.15 | 71.14 | 0.65 | 0.58 |
| Hex | BF | D9 | 4D | C | 0 | 41 | F | 47 | 41 | 3A |
| Octal | 277 | 331 | 115 | 14 | 0 | 101 | 17 | 107 | 101 | 72 |
| Binary | 10111111 | 11011001 | 1001101 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000001 | 111010 |
Color Harmonies of #BFD94D
Complementary color
Monochromatic Colors of #BFD94D
Black with #BFD94D
Text Example
Text Example
White with #BFD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD94D; }
p { color: rgb(191,217,77); }
H1.HeaderClassName
{
color: #BFD94D;
}
.AnyTagClassName
{
color: #BFD94D;
}
</style>
background-color css
<style>
a { background-color: #BFD94D; }
a { background-color: rgb(191,217,77); }
div.DivClassName
{
background-color: #BFD94D;
}
.BgClassName
{
background-color: #BFD94D;
}
</style>
border-color css
<style>
span { border-color: #BFD94D; }
span { border-color: rgb(191,217,77); }
td.TdClassName
{
border-color: #BFD94D;
}
.TagClassName
{
border-color: #BFD94D;
}
</style>