Shades of Conifer #BFD94E
Tints of Conifer #BFD94E
RGB
CMYK
RGB Variations
Color information
#BFD94E (or 0xBFD94E) is known color: Conifer. HEX triplet: BF, D9 and 4E. RGB value is (191,217,78). Sum of RGB (Red+Green+Blue) = 191+217+78=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD94E is #4026B1. Grayscale: #C1C1C1. Windows color (decimal): -4204210 or 5167551. OLE color: 5167551.
HSL color Cylindrical-coordinate representation of color #BFD94E: hue angle of 71.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD94E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 78 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.15 |
| HSL | 71.22º | 0.65% | 0.58% | - |
| HSV(B) | 71.22º | 0.64% | 0.85% | - |
| XYZ | 47.67 | 61.25 | 16.52 | - |
| YUV | 193.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 78 | 0.12 | 0 | 0.64 | 0.15 | 71.22 | 0.65 | 0.58 |
| Hex | BF | D9 | 4E | C | 0 | 40 | F | 47 | 41 | 3A |
| Octal | 277 | 331 | 116 | 14 | 0 | 100 | 17 | 107 | 101 | 72 |
| Binary | 10111111 | 11011001 | 1001110 | 1100 | 0 | 1000000 | 1111 | 1000111 | 1000001 | 111010 |
Color Harmonies of #BFD94E
Complementary color
Monochromatic Colors of #BFD94E
Black with #BFD94E
Text Example
Text Example
White with #BFD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD94E; }
p { color: rgb(191,217,78); }
H1.HeaderClassName
{
color: #BFD94E;
}
.AnyTagClassName
{
color: #BFD94E;
}
</style>
background-color css
<style>
a { background-color: #BFD94E; }
a { background-color: rgb(191,217,78); }
div.DivClassName
{
background-color: #BFD94E;
}
.BgClassName
{
background-color: #BFD94E;
}
</style>
border-color css
<style>
span { border-color: #BFD94E; }
span { border-color: rgb(191,217,78); }
td.TdClassName
{
border-color: #BFD94E;
}
.TagClassName
{
border-color: #BFD94E;
}
</style>