Shades of Conifer #BFE849
Tints of Conifer #BFE849
RGB
CMYK
RGB Variations
Color information
#BFE849 (or 0xBFE849) is known color: Conifer. HEX triplet: BF, E8 and 49. RGB value is (191,232,73). Sum of RGB (Red+Green+Blue) = 191+232+73=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE849 is #4017B6. Grayscale: #CACACA. Windows color (decimal): -4200375 or 4843711. OLE color: 4843711.
HSL color Cylindrical-coordinate representation of color #BFE849: hue angle of 75.47º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE849 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 73 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.09 |
| HSL | 75.47º | 0.78% | 0.6% | - |
| HSV(B) | 75.47º | 0.69% | 0.91% | - |
| XYZ | 51.55 | 69.27 | 16.96 | - |
| YUV | 201.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 73 | 0.18 | 0 | 0.69 | 0.09 | 75.47 | 0.78 | 0.6 |
| Hex | BF | E8 | 49 | 12 | 0 | 45 | 9 | 4B | 4E | 3C |
| Octal | 277 | 350 | 111 | 22 | 0 | 105 | 11 | 113 | 116 | 74 |
| Binary | 10111111 | 11101000 | 1001001 | 10010 | 0 | 1000101 | 1001 | 1001011 | 1001110 | 111100 |
Color Harmonies of #BFE849
Complementary color
Monochromatic Colors of #BFE849
Black with #BFE849
Text Example
Text Example
White with #BFE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE849; }
p { color: rgb(191,232,73); }
H1.HeaderClassName
{
color: #BFE849;
}
.AnyTagClassName
{
color: #BFE849;
}
</style>
background-color css
<style>
a { background-color: #BFE849; }
a { background-color: rgb(191,232,73); }
div.DivClassName
{
background-color: #BFE849;
}
.BgClassName
{
background-color: #BFE849;
}
</style>
border-color css
<style>
span { border-color: #BFE849; }
span { border-color: rgb(191,232,73); }
td.TdClassName
{
border-color: #BFE849;
}
.TagClassName
{
border-color: #BFE849;
}
</style>