Shades of Conifer #BFDC5E
Tints of Conifer #BFDC5E
RGB
CMYK
RGB Variations
Color information
#BFDC5E (or 0xBFDC5E) is known color: Conifer. HEX triplet: BF, DC and 5E. RGB value is (191,220,94). Sum of RGB (Red+Green+Blue) = 191+220+94=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC5E is #4023A1. Grayscale: #C5C5C5. Windows color (decimal): -4203426 or 6216895. OLE color: 6216895.
HSL color Cylindrical-coordinate representation of color #BFDC5E: hue angle of 73.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFDC5E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 94 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.14 |
| HSL | 73.81º | 0.64% | 0.62% | - |
| HSV(B) | 73.81º | 0.57% | 0.86% | - |
| XYZ | 49.1 | 63.07 | 20.18 | - |
| YUV | 196.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 94 | 0.13 | 0 | 0.57 | 0.14 | 73.81 | 0.64 | 0.62 |
| Hex | BF | DC | 5E | D | 0 | 39 | E | 4A | 40 | 3E |
| Octal | 277 | 334 | 136 | 15 | 0 | 71 | 16 | 112 | 100 | 76 |
| Binary | 10111111 | 11011100 | 1011110 | 1101 | 0 | 111001 | 1110 | 1001010 | 1000000 | 111110 |
Color Harmonies of #BFDC5E
Complementary color
Monochromatic Colors of #BFDC5E
Black with #BFDC5E
Text Example
Text Example
White with #BFDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC5E; }
p { color: rgb(191,220,94); }
H1.HeaderClassName
{
color: #BFDC5E;
}
.AnyTagClassName
{
color: #BFDC5E;
}
</style>
background-color css
<style>
a { background-color: #BFDC5E; }
a { background-color: rgb(191,220,94); }
div.DivClassName
{
background-color: #BFDC5E;
}
.BgClassName
{
background-color: #BFDC5E;
}
</style>
border-color css
<style>
span { border-color: #BFDC5E; }
span { border-color: rgb(191,220,94); }
td.TdClassName
{
border-color: #BFDC5E;
}
.TagClassName
{
border-color: #BFDC5E;
}
</style>