Shades of Conifer #BFEB47
Tints of Conifer #BFEB47
RGB
CMYK
RGB Variations
Color information
#BFEB47 (or 0xBFEB47) is known color: Conifer. HEX triplet: BF, EB and 47. RGB value is (191,235,71). Sum of RGB (Red+Green+Blue) = 191+235+71=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB47 is #4014B8. Grayscale: #CBCBCB. Windows color (decimal): -4199609 or 4713407. OLE color: 4713407.
HSL color Cylindrical-coordinate representation of color #BFEB47: hue angle of 76.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFEB47 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 71 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.08 |
| HSL | 76.1º | 0.8% | 0.6% | - |
| HSV(B) | 76.1º | 0.7% | 0.92% | - |
| XYZ | 52.33 | 70.95 | 16.9 | - |
| YUV | 203.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 71 | 0.19 | 0 | 0.70 | 0.08 | 76.1 | 0.8 | 0.6 |
| Hex | BF | EB | 47 | 13 | 0 | 46 | 8 | 4C | 50 | 3C |
| Octal | 277 | 353 | 107 | 23 | 0 | 106 | 10 | 114 | 120 | 74 |
| Binary | 10111111 | 11101011 | 1000111 | 10011 | 0 | 1000110 | 1000 | 1001100 | 1010000 | 111100 |
Color Harmonies of #BFEB47
Complementary color
Monochromatic Colors of #BFEB47
Black with #BFEB47
Text Example
Text Example
White with #BFEB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB47; }
p { color: rgb(191,235,71); }
H1.HeaderClassName
{
color: #BFEB47;
}
.AnyTagClassName
{
color: #BFEB47;
}
</style>
background-color css
<style>
a { background-color: #BFEB47; }
a { background-color: rgb(191,235,71); }
div.DivClassName
{
background-color: #BFEB47;
}
.BgClassName
{
background-color: #BFEB47;
}
</style>
border-color css
<style>
span { border-color: #BFEB47; }
span { border-color: rgb(191,235,71); }
td.TdClassName
{
border-color: #BFEB47;
}
.TagClassName
{
border-color: #BFEB47;
}
</style>