Shades of Conifer #BFDA55
Tints of Conifer #BFDA55
RGB
CMYK
RGB Variations
Color information
#BFDA55 (or 0xBFDA55) is known color: Conifer. HEX triplet: BF, DA and 55. RGB value is (191,218,85). Sum of RGB (Red+Green+Blue) = 191+218+85=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA55 is #4025AA. Grayscale: #C3C3C3. Windows color (decimal): -4203947 or 5626559. OLE color: 5626559.
HSL color Cylindrical-coordinate representation of color #BFDA55: hue angle of 72.18º 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 #BFDA55 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 85 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 72.18º | 0.64% | 0.59% | - |
| HSV(B) | 72.18º | 0.61% | 0.85% | - |
| XYZ | 48.2 | 61.88 | 18 | - |
| YUV | 194.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 85 | 0.12 | 0 | 0.61 | 0.15 | 72.18 | 0.64 | 0.59 |
| Hex | BF | DA | 55 | C | 0 | 3D | F | 48 | 40 | 3B |
| Octal | 277 | 332 | 125 | 14 | 0 | 75 | 17 | 110 | 100 | 73 |
| Binary | 10111111 | 11011010 | 1010101 | 1100 | 0 | 111101 | 1111 | 1001000 | 1000000 | 111011 |
Color Harmonies of #BFDA55
Complementary color
Monochromatic Colors of #BFDA55
Black with #BFDA55
Text Example
Text Example
White with #BFDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA55; }
p { color: rgb(191,218,85); }
H1.HeaderClassName
{
color: #BFDA55;
}
.AnyTagClassName
{
color: #BFDA55;
}
</style>
background-color css
<style>
a { background-color: #BFDA55; }
a { background-color: rgb(191,218,85); }
div.DivClassName
{
background-color: #BFDA55;
}
.BgClassName
{
background-color: #BFDA55;
}
</style>
border-color css
<style>
span { border-color: #BFDA55; }
span { border-color: rgb(191,218,85); }
td.TdClassName
{
border-color: #BFDA55;
}
.TagClassName
{
border-color: #BFDA55;
}
</style>