Shades of Conifer #BFE149
Tints of Conifer #BFE149
RGB
CMYK
RGB Variations
Color information
#BFE149 (or 0xBFE149) is known color: Conifer. HEX triplet: BF, E1 and 49. RGB value is (191,225,73). Sum of RGB (Red+Green+Blue) = 191+225+73=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE149 is #401EB6. Grayscale: #C6C6C6. Windows color (decimal): -4202167 or 4841919. OLE color: 4841919.
HSL color Cylindrical-coordinate representation of color #BFE149: hue angle of 73.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE149 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 73 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.12 |
| HSL | 73.42º | 0.72% | 0.58% | - |
| HSV(B) | 73.42º | 0.68% | 0.88% | - |
| XYZ | 49.61 | 65.41 | 16.31 | - |
| YUV | 197.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 73 | 0.15 | 0 | 0.68 | 0.12 | 73.42 | 0.72 | 0.58 |
| Hex | BF | E1 | 49 | F | 0 | 44 | C | 49 | 48 | 3A |
| Octal | 277 | 341 | 111 | 17 | 0 | 104 | 14 | 111 | 110 | 72 |
| Binary | 10111111 | 11100001 | 1001001 | 1111 | 0 | 1000100 | 1100 | 1001001 | 1001000 | 111010 |
Color Harmonies of #BFE149
Complementary color
Monochromatic Colors of #BFE149
Black with #BFE149
Text Example
Text Example
White with #BFE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE149; }
p { color: rgb(191,225,73); }
H1.HeaderClassName
{
color: #BFE149;
}
.AnyTagClassName
{
color: #BFE149;
}
</style>
background-color css
<style>
a { background-color: #BFE149; }
a { background-color: rgb(191,225,73); }
div.DivClassName
{
background-color: #BFE149;
}
.BgClassName
{
background-color: #BFE149;
}
</style>
border-color css
<style>
span { border-color: #BFE149; }
span { border-color: rgb(191,225,73); }
td.TdClassName
{
border-color: #BFE149;
}
.TagClassName
{
border-color: #BFE149;
}
</style>