Shades of Conifer #BFD850
Tints of Conifer #BFD850
RGB
CMYK
RGB Variations
Color information
#BFD850 (or 0xBFD850) is known color: Conifer. HEX triplet: BF, D8 and 50. RGB value is (191,216,80). Sum of RGB (Red+Green+Blue) = 191+216+80=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD850 is #4027AF. Grayscale: #C1C1C1. Windows color (decimal): -4204464 or 5298367. OLE color: 5298367.
HSL color Cylindrical-coordinate representation of color #BFD850: hue angle of 71.03º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD850 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 80 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.15 |
| HSL | 71.03º | 0.64% | 0.58% | - |
| HSV(B) | 71.03º | 0.63% | 0.85% | - |
| XYZ | 47.49 | 60.77 | 16.82 | - |
| YUV | 193.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 80 | 0.12 | 0 | 0.63 | 0.15 | 71.03 | 0.64 | 0.58 |
| Hex | BF | D8 | 50 | C | 0 | 3F | F | 47 | 40 | 3A |
| Octal | 277 | 330 | 120 | 14 | 0 | 77 | 17 | 107 | 100 | 72 |
| Binary | 10111111 | 11011000 | 1010000 | 1100 | 0 | 111111 | 1111 | 1000111 | 1000000 | 111010 |
Color Harmonies of #BFD850
Complementary color
Monochromatic Colors of #BFD850
Black with #BFD850
Text Example
Text Example
White with #BFD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD850; }
p { color: rgb(191,216,80); }
H1.HeaderClassName
{
color: #BFD850;
}
.AnyTagClassName
{
color: #BFD850;
}
</style>
background-color css
<style>
a { background-color: #BFD850; }
a { background-color: rgb(191,216,80); }
div.DivClassName
{
background-color: #BFD850;
}
.BgClassName
{
background-color: #BFD850;
}
</style>
border-color css
<style>
span { border-color: #BFD850; }
span { border-color: rgb(191,216,80); }
td.TdClassName
{
border-color: #BFD850;
}
.TagClassName
{
border-color: #BFD850;
}
</style>