Shades of Conifer #BFD650
Tints of Conifer #BFD650
RGB
CMYK
RGB Variations
Color information
#BFD650 (or 0xBFD650) is known color: Conifer. HEX triplet: BF, D6 and 50. RGB value is (191,214,80). Sum of RGB (Red+Green+Blue) = 191+214+80=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD650 is #4029AF. Grayscale: #C0C0C0. Windows color (decimal): -4204976 or 5297855. OLE color: 5297855.
HSL color Cylindrical-coordinate representation of color #BFD650: hue angle of 70.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD650 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 80 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.16 |
| HSL | 70.3º | 0.62% | 0.58% | - |
| HSV(B) | 70.3º | 0.63% | 0.84% | - |
| XYZ | 46.98 | 59.75 | 16.65 | - |
| YUV | 191.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 80 | 0.11 | 0 | 0.63 | 0.16 | 70.3 | 0.62 | 0.58 |
| Hex | BF | D6 | 50 | B | 0 | 3F | 10 | 46 | 3E | 3A |
| Octal | 277 | 326 | 120 | 13 | 0 | 77 | 20 | 106 | 76 | 72 |
| Binary | 10111111 | 11010110 | 1010000 | 1011 | 0 | 111111 | 10000 | 1000110 | 111110 | 111010 |
Color Harmonies of #BFD650
Complementary color
Monochromatic Colors of #BFD650
Black with #BFD650
Text Example
Text Example
White with #BFD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD650; }
p { color: rgb(191,214,80); }
H1.HeaderClassName
{
color: #BFD650;
}
.AnyTagClassName
{
color: #BFD650;
}
</style>
background-color css
<style>
a { background-color: #BFD650; }
a { background-color: rgb(191,214,80); }
div.DivClassName
{
background-color: #BFD650;
}
.BgClassName
{
background-color: #BFD650;
}
</style>
border-color css
<style>
span { border-color: #BFD650; }
span { border-color: rgb(191,214,80); }
td.TdClassName
{
border-color: #BFD650;
}
.TagClassName
{
border-color: #BFD650;
}
</style>