Shades of Conifer #BFD64F
Tints of Conifer #BFD64F
RGB
CMYK
RGB Variations
Color information
#BFD64F (or 0xBFD64F) is known color: Conifer. HEX triplet: BF, D6 and 4F. RGB value is (191,214,79). Sum of RGB (Red+Green+Blue) = 191+214+79=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD64F is #4029B0. Grayscale: #C0C0C0. Windows color (decimal): -4204977 or 5232319. OLE color: 5232319.
HSL color Cylindrical-coordinate representation of color #BFD64F: hue angle of 70.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD64F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 79 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.16 |
| HSL | 70.22º | 0.62% | 0.57% | - |
| HSV(B) | 70.22º | 0.63% | 0.84% | - |
| XYZ | 46.94 | 59.73 | 16.45 | - |
| YUV | 191.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 79 | 0.11 | 0 | 0.63 | 0.16 | 70.22 | 0.62 | 0.57 |
| Hex | BF | D6 | 4F | B | 0 | 3F | 10 | 46 | 3E | 39 |
| Octal | 277 | 326 | 117 | 13 | 0 | 77 | 20 | 106 | 76 | 71 |
| Binary | 10111111 | 11010110 | 1001111 | 1011 | 0 | 111111 | 10000 | 1000110 | 111110 | 111001 |
Color Harmonies of #BFD64F
Complementary color
Monochromatic Colors of #BFD64F
Black with #BFD64F
Text Example
Text Example
White with #BFD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD64F; }
p { color: rgb(191,214,79); }
H1.HeaderClassName
{
color: #BFD64F;
}
.AnyTagClassName
{
color: #BFD64F;
}
</style>
background-color css
<style>
a { background-color: #BFD64F; }
a { background-color: rgb(191,214,79); }
div.DivClassName
{
background-color: #BFD64F;
}
.BgClassName
{
background-color: #BFD64F;
}
</style>
border-color css
<style>
span { border-color: #BFD64F; }
span { border-color: rgb(191,214,79); }
td.TdClassName
{
border-color: #BFD64F;
}
.TagClassName
{
border-color: #BFD64F;
}
</style>