Shades of Conifer #BFD84C
Tints of Conifer #BFD84C
RGB
CMYK
RGB Variations
Color information
#BFD84C (or 0xBFD84C) is known color: Conifer. HEX triplet: BF, D8 and 4C. RGB value is (191,216,76). Sum of RGB (Red+Green+Blue) = 191+216+76=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD84C is #4027B3. Grayscale: #C1C1C1. Windows color (decimal): -4204468 or 5036223. OLE color: 5036223.
HSL color Cylindrical-coordinate representation of color #BFD84C: hue angle of 70.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD84C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 76 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 70.71º | 0.64% | 0.57% | - |
| HSV(B) | 70.71º | 0.65% | 0.85% | - |
| XYZ | 47.35 | 60.71 | 16.06 | - |
| YUV | 192.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 76 | 0.12 | 0 | 0.65 | 0.15 | 70.71 | 0.64 | 0.57 |
| Hex | BF | D8 | 4C | C | 0 | 41 | F | 47 | 40 | 39 |
| Octal | 277 | 330 | 114 | 14 | 0 | 101 | 17 | 107 | 100 | 71 |
| Binary | 10111111 | 11011000 | 1001100 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000000 | 111001 |
Color Harmonies of #BFD84C
Complementary color
Monochromatic Colors of #BFD84C
Black with #BFD84C
Text Example
Text Example
White with #BFD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD84C; }
p { color: rgb(191,216,76); }
H1.HeaderClassName
{
color: #BFD84C;
}
.AnyTagClassName
{
color: #BFD84C;
}
</style>
background-color css
<style>
a { background-color: #BFD84C; }
a { background-color: rgb(191,216,76); }
div.DivClassName
{
background-color: #BFD84C;
}
.BgClassName
{
background-color: #BFD84C;
}
</style>
border-color css
<style>
span { border-color: #BFD84C; }
span { border-color: rgb(191,216,76); }
td.TdClassName
{
border-color: #BFD84C;
}
.TagClassName
{
border-color: #BFD84C;
}
</style>