Shades of Conifer #BFDE4D
Tints of Conifer #BFDE4D
RGB
CMYK
RGB Variations
Color information
#BFDE4D (or 0xBFDE4D) is known color: Conifer. HEX triplet: BF, DE and 4D. RGB value is (191,222,77). Sum of RGB (Red+Green+Blue) = 191+222+77=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE4D is #4021B2. Grayscale: #C4C4C4. Windows color (decimal): -4202931 or 5103295. OLE color: 5103295.
HSL color Cylindrical-coordinate representation of color #BFDE4D: hue angle of 72.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDE4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 72.83º | 0.69% | 0.59% | - |
| HSV(B) | 72.83º | 0.65% | 0.87% | - |
| XYZ | 48.95 | 63.85 | 16.77 | - |
| YUV | 196.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 77 | 0.14 | 0 | 0.65 | 0.13 | 72.83 | 0.69 | 0.59 |
| Hex | BF | DE | 4D | E | 0 | 41 | D | 49 | 45 | 3B |
| Octal | 277 | 336 | 115 | 16 | 0 | 101 | 15 | 111 | 105 | 73 |
| Binary | 10111111 | 11011110 | 1001101 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000101 | 111011 |
Color Harmonies of #BFDE4D
Complementary color
Monochromatic Colors of #BFDE4D
Black with #BFDE4D
Text Example
Text Example
White with #BFDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE4D; }
p { color: rgb(191,222,77); }
H1.HeaderClassName
{
color: #BFDE4D;
}
.AnyTagClassName
{
color: #BFDE4D;
}
</style>
background-color css
<style>
a { background-color: #BFDE4D; }
a { background-color: rgb(191,222,77); }
div.DivClassName
{
background-color: #BFDE4D;
}
.BgClassName
{
background-color: #BFDE4D;
}
</style>
border-color css
<style>
span { border-color: #BFDE4D; }
span { border-color: rgb(191,222,77); }
td.TdClassName
{
border-color: #BFDE4D;
}
.TagClassName
{
border-color: #BFDE4D;
}
</style>