Shades of Conifer #BFDC50
Tints of Conifer #BFDC50
RGB
CMYK
RGB Variations
Color information
#BFDC50 (or 0xBFDC50) is known color: Conifer. HEX triplet: BF, DC and 50. RGB value is (191,220,80). Sum of RGB (Red+Green+Blue) = 191+220+80=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC50 is #4023AF. Grayscale: #C3C3C3. Windows color (decimal): -4203440 or 5299391. OLE color: 5299391.
HSL color Cylindrical-coordinate representation of color #BFDC50: hue angle of 72.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFDC50 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 80 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.14 |
| HSL | 72.43º | 0.67% | 0.59% | - |
| HSV(B) | 72.43º | 0.64% | 0.86% | - |
| XYZ | 48.53 | 62.84 | 17.16 | - |
| YUV | 195.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 80 | 0.13 | 0 | 0.64 | 0.14 | 72.43 | 0.67 | 0.59 |
| Hex | BF | DC | 50 | D | 0 | 40 | E | 48 | 43 | 3B |
| Octal | 277 | 334 | 120 | 15 | 0 | 100 | 16 | 110 | 103 | 73 |
| Binary | 10111111 | 11011100 | 1010000 | 1101 | 0 | 1000000 | 1110 | 1001000 | 1000011 | 111011 |
Color Harmonies of #BFDC50
Complementary color
Monochromatic Colors of #BFDC50
Black with #BFDC50
Text Example
Text Example
White with #BFDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC50; }
p { color: rgb(191,220,80); }
H1.HeaderClassName
{
color: #BFDC50;
}
.AnyTagClassName
{
color: #BFDC50;
}
</style>
background-color css
<style>
a { background-color: #BFDC50; }
a { background-color: rgb(191,220,80); }
div.DivClassName
{
background-color: #BFDC50;
}
.BgClassName
{
background-color: #BFDC50;
}
</style>
border-color css
<style>
span { border-color: #BFDC50; }
span { border-color: rgb(191,220,80); }
td.TdClassName
{
border-color: #BFDC50;
}
.TagClassName
{
border-color: #BFDC50;
}
</style>