Shades of Conifer #BFF549
Tints of Conifer #BFF549
RGB
CMYK
RGB Variations
Color information
#BFF549 (or 0xBFF549) is known color: Conifer. HEX triplet: BF, F5 and 49. RGB value is (191,245,73). Sum of RGB (Red+Green+Blue) = 191+245+73=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF549 is #400AB6. Grayscale: #D1D1D1. Windows color (decimal): -4197047 or 4847039. OLE color: 4847039.
HSL color Cylindrical-coordinate representation of color #BFF549: hue angle of 78.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF549 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 73 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.04 |
| HSL | 78.84º | 0.9% | 0.62% | - |
| HSV(B) | 78.84º | 0.7% | 0.96% | - |
| XYZ | 55.34 | 76.86 | 18.22 | - |
| YUV | 209.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 73 | 0.22 | 0 | 0.70 | 0.04 | 78.84 | 0.9 | 0.62 |
| Hex | BF | F5 | 49 | 16 | 0 | 46 | 4 | 4F | 5A | 3E |
| Octal | 277 | 365 | 111 | 26 | 0 | 106 | 4 | 117 | 132 | 76 |
| Binary | 10111111 | 11110101 | 1001001 | 10110 | 0 | 1000110 | 100 | 1001111 | 1011010 | 111110 |
Color Harmonies of #BFF549
Complementary color
Monochromatic Colors of #BFF549
Black with #BFF549
Text Example
Text Example
White with #BFF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF549; }
p { color: rgb(191,245,73); }
H1.HeaderClassName
{
color: #BFF549;
}
.AnyTagClassName
{
color: #BFF549;
}
</style>
background-color css
<style>
a { background-color: #BFF549; }
a { background-color: rgb(191,245,73); }
div.DivClassName
{
background-color: #BFF549;
}
.BgClassName
{
background-color: #BFF549;
}
</style>
border-color css
<style>
span { border-color: #BFF549; }
span { border-color: rgb(191,245,73); }
td.TdClassName
{
border-color: #BFF549;
}
.TagClassName
{
border-color: #BFF549;
}
</style>