Shades of Conifer #BFDC5B
Tints of Conifer #BFDC5B
RGB
CMYK
RGB Variations
Color information
#BFDC5B (or 0xBFDC5B) is known color: Conifer. HEX triplet: BF, DC and 5B. RGB value is (191,220,91). Sum of RGB (Red+Green+Blue) = 191+220+91=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC5B is #4023A4. Grayscale: #C5C5C5. Windows color (decimal): -4203429 or 6020287. OLE color: 6020287.
HSL color Cylindrical-coordinate representation of color #BFDC5B: hue angle of 73.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFDC5B is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 91 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.14 |
| HSL | 73.49º | 0.65% | 0.61% | - |
| HSV(B) | 73.49º | 0.59% | 0.86% | - |
| XYZ | 48.97 | 63.02 | 19.48 | - |
| YUV | 196.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 91 | 0.13 | 0 | 0.59 | 0.14 | 73.49 | 0.65 | 0.61 |
| Hex | BF | DC | 5B | D | 0 | 3B | E | 49 | 41 | 3D |
| Octal | 277 | 334 | 133 | 15 | 0 | 73 | 16 | 111 | 101 | 75 |
| Binary | 10111111 | 11011100 | 1011011 | 1101 | 0 | 111011 | 1110 | 1001001 | 1000001 | 111101 |
Color Harmonies of #BFDC5B
Complementary color
Monochromatic Colors of #BFDC5B
Black with #BFDC5B
Text Example
Text Example
White with #BFDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC5B; }
p { color: rgb(191,220,91); }
H1.HeaderClassName
{
color: #BFDC5B;
}
.AnyTagClassName
{
color: #BFDC5B;
}
</style>
background-color css
<style>
a { background-color: #BFDC5B; }
a { background-color: rgb(191,220,91); }
div.DivClassName
{
background-color: #BFDC5B;
}
.BgClassName
{
background-color: #BFDC5B;
}
</style>
border-color css
<style>
span { border-color: #BFDC5B; }
span { border-color: rgb(191,220,91); }
td.TdClassName
{
border-color: #BFDC5B;
}
.TagClassName
{
border-color: #BFDC5B;
}
</style>