Shades of Conifer #BFDA54
Tints of Conifer #BFDA54
RGB
CMYK
RGB Variations
Color information
#BFDA54 (or 0xBFDA54) is known color: Conifer. HEX triplet: BF, DA and 54. RGB value is (191,218,84). Sum of RGB (Red+Green+Blue) = 191+218+84=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA54 is #4025AB. Grayscale: #C3C3C3. Windows color (decimal): -4203948 or 5561023. OLE color: 5561023.
HSL color Cylindrical-coordinate representation of color #BFDA54: hue angle of 72.09º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDA54 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 84 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 72.09º | 0.64% | 0.59% | - |
| HSV(B) | 72.09º | 0.61% | 0.85% | - |
| XYZ | 48.16 | 61.86 | 17.79 | - |
| YUV | 194.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 84 | 0.12 | 0 | 0.61 | 0.15 | 72.09 | 0.64 | 0.59 |
| Hex | BF | DA | 54 | C | 0 | 3D | F | 48 | 40 | 3B |
| Octal | 277 | 332 | 124 | 14 | 0 | 75 | 17 | 110 | 100 | 73 |
| Binary | 10111111 | 11011010 | 1010100 | 1100 | 0 | 111101 | 1111 | 1001000 | 1000000 | 111011 |
Color Harmonies of #BFDA54
Complementary color
Monochromatic Colors of #BFDA54
Black with #BFDA54
Text Example
Text Example
White with #BFDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA54; }
p { color: rgb(191,218,84); }
H1.HeaderClassName
{
color: #BFDA54;
}
.AnyTagClassName
{
color: #BFDA54;
}
</style>
background-color css
<style>
a { background-color: #BFDA54; }
a { background-color: rgb(191,218,84); }
div.DivClassName
{
background-color: #BFDA54;
}
.BgClassName
{
background-color: #BFDA54;
}
</style>
border-color css
<style>
span { border-color: #BFDA54; }
span { border-color: rgb(191,218,84); }
td.TdClassName
{
border-color: #BFDA54;
}
.TagClassName
{
border-color: #BFDA54;
}
</style>