Shades of Conifer #BFD94A
Tints of Conifer #BFD94A
RGB
CMYK
RGB Variations
Color information
#BFD94A (or 0xBFD94A) is known color: Conifer. HEX triplet: BF, D9 and 4A. RGB value is (191,217,74). Sum of RGB (Red+Green+Blue) = 191+217+74=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD94A is #4026B5. Grayscale: #C1C1C1. Windows color (decimal): -4204214 or 4905407. OLE color: 4905407.
HSL color Cylindrical-coordinate representation of color #BFD94A: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD94A is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 74 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.15 |
| HSL | 70.91º | 0.65% | 0.57% | - |
| HSV(B) | 70.91º | 0.66% | 0.85% | - |
| XYZ | 47.53 | 61.2 | 15.79 | - |
| YUV | 192.92 | 60.89 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 74 | 0.12 | 0 | 0.66 | 0.15 | 70.91 | 0.65 | 0.57 |
| Hex | BF | D9 | 4A | C | 0 | 42 | F | 47 | 41 | 39 |
| Octal | 277 | 331 | 112 | 14 | 0 | 102 | 17 | 107 | 101 | 71 |
| Binary | 10111111 | 11011001 | 1001010 | 1100 | 0 | 1000010 | 1111 | 1000111 | 1000001 | 111001 |
Color Harmonies of #BFD94A
Complementary color
Monochromatic Colors of #BFD94A
Black with #BFD94A
Text Example
Text Example
White with #BFD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD94A; }
p { color: rgb(191,217,74); }
H1.HeaderClassName
{
color: #BFD94A;
}
.AnyTagClassName
{
color: #BFD94A;
}
</style>
background-color css
<style>
a { background-color: #BFD94A; }
a { background-color: rgb(191,217,74); }
div.DivClassName
{
background-color: #BFD94A;
}
.BgClassName
{
background-color: #BFD94A;
}
</style>
border-color css
<style>
span { border-color: #BFD94A; }
span { border-color: rgb(191,217,74); }
td.TdClassName
{
border-color: #BFD94A;
}
.TagClassName
{
border-color: #BFD94A;
}
</style>