Shades of Conifer #BFD64A
Tints of Conifer #BFD64A
RGB
CMYK
RGB Variations
Color information
#BFD64A (or 0xBFD64A) is known color: Conifer. HEX triplet: BF, D6 and 4A. RGB value is (191,214,74). Sum of RGB (Red+Green+Blue) = 191+214+74=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD64A is #4029B5. Grayscale: #BFBFBF. Windows color (decimal): -4204982 or 4904639. OLE color: 4904639.
HSL color Cylindrical-coordinate representation of color #BFD64A: hue angle of 69.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD64A is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 74 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.16 |
| HSL | 69.86º | 0.63% | 0.56% | - |
| HSV(B) | 69.86º | 0.65% | 0.84% | - |
| XYZ | 46.77 | 59.66 | 15.53 | - |
| YUV | 191.16 | 61.88 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 74 | 0.11 | 0 | 0.65 | 0.16 | 69.86 | 0.63 | 0.56 |
| Hex | BF | D6 | 4A | B | 0 | 41 | 10 | 46 | 3F | 38 |
| Octal | 277 | 326 | 112 | 13 | 0 | 101 | 20 | 106 | 77 | 70 |
| Binary | 10111111 | 11010110 | 1001010 | 1011 | 0 | 1000001 | 10000 | 1000110 | 111111 | 111000 |
Color Harmonies of #BFD64A
Complementary color
Monochromatic Colors of #BFD64A
Black with #BFD64A
Text Example
Text Example
White with #BFD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD64A; }
p { color: rgb(191,214,74); }
H1.HeaderClassName
{
color: #BFD64A;
}
.AnyTagClassName
{
color: #BFD64A;
}
</style>
background-color css
<style>
a { background-color: #BFD64A; }
a { background-color: rgb(191,214,74); }
div.DivClassName
{
background-color: #BFD64A;
}
.BgClassName
{
background-color: #BFD64A;
}
</style>
border-color css
<style>
span { border-color: #BFD64A; }
span { border-color: rgb(191,214,74); }
td.TdClassName
{
border-color: #BFD64A;
}
.TagClassName
{
border-color: #BFD64A;
}
</style>