Shades of Conifer #BFD84F
Tints of Conifer #BFD84F
RGB
CMYK
RGB Variations
Color information
#BFD84F (or 0xBFD84F) is known color: Conifer. HEX triplet: BF, D8 and 4F. RGB value is (191,216,79). Sum of RGB (Red+Green+Blue) = 191+216+79=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD84F is #4027B0. Grayscale: #C1C1C1. Windows color (decimal): -4204465 or 5232831. OLE color: 5232831.
HSL color Cylindrical-coordinate representation of color #BFD84F: hue angle of 70.95º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD84F is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 79 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.15 |
| HSL | 70.95º | 0.64% | 0.58% | - |
| HSV(B) | 70.95º | 0.63% | 0.85% | - |
| XYZ | 47.45 | 60.75 | 16.62 | - |
| YUV | 192.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 79 | 0.12 | 0 | 0.63 | 0.15 | 70.95 | 0.64 | 0.58 |
| Hex | BF | D8 | 4F | C | 0 | 3F | F | 47 | 40 | 3A |
| Octal | 277 | 330 | 117 | 14 | 0 | 77 | 17 | 107 | 100 | 72 |
| Binary | 10111111 | 11011000 | 1001111 | 1100 | 0 | 111111 | 1111 | 1000111 | 1000000 | 111010 |
Color Harmonies of #BFD84F
Complementary color
Monochromatic Colors of #BFD84F
Black with #BFD84F
Text Example
Text Example
White with #BFD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD84F; }
p { color: rgb(191,216,79); }
H1.HeaderClassName
{
color: #BFD84F;
}
.AnyTagClassName
{
color: #BFD84F;
}
</style>
background-color css
<style>
a { background-color: #BFD84F; }
a { background-color: rgb(191,216,79); }
div.DivClassName
{
background-color: #BFD84F;
}
.BgClassName
{
background-color: #BFD84F;
}
</style>
border-color css
<style>
span { border-color: #BFD84F; }
span { border-color: rgb(191,216,79); }
td.TdClassName
{
border-color: #BFD84F;
}
.TagClassName
{
border-color: #BFD84F;
}
</style>