Shades of Conifer #BFDC5D
Tints of Conifer #BFDC5D
RGB
CMYK
RGB Variations
Color information
#BFDC5D (or 0xBFDC5D) is known color: Conifer. HEX triplet: BF, DC and 5D. RGB value is (191,220,93). Sum of RGB (Red+Green+Blue) = 191+220+93=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC5D is #4023A2. Grayscale: #C5C5C5. Windows color (decimal): -4203427 or 6151359. OLE color: 6151359.
HSL color Cylindrical-coordinate representation of color #BFDC5D: hue angle of 73.7º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFDC5D is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 93 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.14 |
| HSL | 73.7º | 0.64% | 0.61% | - |
| HSV(B) | 73.7º | 0.58% | 0.86% | - |
| XYZ | 49.05 | 63.05 | 19.94 | - |
| YUV | 196.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 93 | 0.13 | 0 | 0.58 | 0.14 | 73.7 | 0.64 | 0.61 |
| Hex | BF | DC | 5D | D | 0 | 3A | E | 4A | 40 | 3D |
| Octal | 277 | 334 | 135 | 15 | 0 | 72 | 16 | 112 | 100 | 75 |
| Binary | 10111111 | 11011100 | 1011101 | 1101 | 0 | 111010 | 1110 | 1001010 | 1000000 | 111101 |
Color Harmonies of #BFDC5D
Complementary color
Monochromatic Colors of #BFDC5D
Black with #BFDC5D
Text Example
Text Example
White with #BFDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC5D; }
p { color: rgb(191,220,93); }
H1.HeaderClassName
{
color: #BFDC5D;
}
.AnyTagClassName
{
color: #BFDC5D;
}
</style>
background-color css
<style>
a { background-color: #BFDC5D; }
a { background-color: rgb(191,220,93); }
div.DivClassName
{
background-color: #BFDC5D;
}
.BgClassName
{
background-color: #BFDC5D;
}
</style>
border-color css
<style>
span { border-color: #BFDC5D; }
span { border-color: rgb(191,220,93); }
td.TdClassName
{
border-color: #BFDC5D;
}
.TagClassName
{
border-color: #BFDC5D;
}
</style>