Shades of Conifer #BFD54D
Tints of Conifer #BFD54D
RGB
CMYK
RGB Variations
Color information
#BFD54D (or 0xBFD54D) is known color: Conifer. HEX triplet: BF, D5 and 4D. RGB value is (191,213,77). Sum of RGB (Red+Green+Blue) = 191+213+77=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD54D is #402AB2. Grayscale: #BFBFBF. Windows color (decimal): -4205235 or 5100991. OLE color: 5100991.
HSL color Cylindrical-coordinate representation of color #BFD54D: hue angle of 69.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD54D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 77 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.16 |
| HSL | 69.71º | 0.62% | 0.57% | - |
| HSV(B) | 69.71º | 0.64% | 0.84% | - |
| XYZ | 46.62 | 59.2 | 15.99 | - |
| YUV | 190.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 77 | 0.10 | 0 | 0.64 | 0.16 | 69.71 | 0.62 | 0.57 |
| Hex | BF | D5 | 4D | A | 0 | 40 | 10 | 46 | 3E | 39 |
| Octal | 277 | 325 | 115 | 12 | 0 | 100 | 20 | 106 | 76 | 71 |
| Binary | 10111111 | 11010101 | 1001101 | 1010 | 0 | 1000000 | 10000 | 1000110 | 111110 | 111001 |
Color Harmonies of #BFD54D
Complementary color
Monochromatic Colors of #BFD54D
Black with #BFD54D
Text Example
Text Example
White with #BFD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD54D; }
p { color: rgb(191,213,77); }
H1.HeaderClassName
{
color: #BFD54D;
}
.AnyTagClassName
{
color: #BFD54D;
}
</style>
background-color css
<style>
a { background-color: #BFD54D; }
a { background-color: rgb(191,213,77); }
div.DivClassName
{
background-color: #BFD54D;
}
.BgClassName
{
background-color: #BFD54D;
}
</style>
border-color css
<style>
span { border-color: #BFD54D; }
span { border-color: rgb(191,213,77); }
td.TdClassName
{
border-color: #BFD54D;
}
.TagClassName
{
border-color: #BFD54D;
}
</style>