Shades of Conifer #BFEB49
Tints of Conifer #BFEB49
RGB
CMYK
RGB Variations
Color information
#BFEB49 (or 0xBFEB49) is known color: Conifer. HEX triplet: BF, EB and 49. RGB value is (191,235,73). Sum of RGB (Red+Green+Blue) = 191+235+73=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB49 is #4014B6. Grayscale: #CBCBCB. Windows color (decimal): -4199607 or 4844479. OLE color: 4844479.
HSL color Cylindrical-coordinate representation of color #BFEB49: hue angle of 76.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFEB49 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 73 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.08 |
| HSL | 76.3º | 0.8% | 0.6% | - |
| HSV(B) | 76.3º | 0.69% | 0.92% | - |
| XYZ | 52.4 | 70.97 | 17.24 | - |
| YUV | 203.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 73 | 0.19 | 0 | 0.69 | 0.08 | 76.3 | 0.8 | 0.6 |
| Hex | BF | EB | 49 | 13 | 0 | 45 | 8 | 4C | 50 | 3C |
| Octal | 277 | 353 | 111 | 23 | 0 | 105 | 10 | 114 | 120 | 74 |
| Binary | 10111111 | 11101011 | 1001001 | 10011 | 0 | 1000101 | 1000 | 1001100 | 1010000 | 111100 |
Color Harmonies of #BFEB49
Complementary color
Monochromatic Colors of #BFEB49
Black with #BFEB49
Text Example
Text Example
White with #BFEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB49; }
p { color: rgb(191,235,73); }
H1.HeaderClassName
{
color: #BFEB49;
}
.AnyTagClassName
{
color: #BFEB49;
}
</style>
background-color css
<style>
a { background-color: #BFEB49; }
a { background-color: rgb(191,235,73); }
div.DivClassName
{
background-color: #BFEB49;
}
.BgClassName
{
background-color: #BFEB49;
}
</style>
border-color css
<style>
span { border-color: #BFEB49; }
span { border-color: rgb(191,235,73); }
td.TdClassName
{
border-color: #BFEB49;
}
.TagClassName
{
border-color: #BFEB49;
}
</style>