Shades of Conifer #BFF156
Tints of Conifer #BFF156
RGB
CMYK
RGB Variations
Color information
#BFF156 (or 0xBFF156) is known color: Conifer. HEX triplet: BF, F1 and 56. RGB value is (191,241,86). Sum of RGB (Red+Green+Blue) = 191+241+86=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF156 is #400EA9. Grayscale: #D0D0D0. Windows color (decimal): -4198058 or 5697983. OLE color: 5697983.
HSL color Cylindrical-coordinate representation of color #BFF156: hue angle of 79.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF156 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.05 |
| HSL | 79.35º | 0.85% | 0.64% | - |
| HSV(B) | 79.35º | 0.64% | 0.95% | - |
| XYZ | 54.62 | 74.66 | 20.34 | - |
| YUV | 208.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 86 | 0.21 | 0 | 0.64 | 0.05 | 79.35 | 0.85 | 0.64 |
| Hex | BF | F1 | 56 | 15 | 0 | 40 | 5 | 4F | 55 | 40 |
| Octal | 277 | 361 | 126 | 25 | 0 | 100 | 5 | 117 | 125 | 100 |
| Binary | 10111111 | 11110001 | 1010110 | 10101 | 0 | 1000000 | 101 | 1001111 | 1010101 | 1000000 |
Color Harmonies of #BFF156
Complementary color
Monochromatic Colors of #BFF156
Black with #BFF156
Text Example
Text Example
White with #BFF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF156; }
p { color: rgb(191,241,86); }
H1.HeaderClassName
{
color: #BFF156;
}
.AnyTagClassName
{
color: #BFF156;
}
</style>
background-color css
<style>
a { background-color: #BFF156; }
a { background-color: rgb(191,241,86); }
div.DivClassName
{
background-color: #BFF156;
}
.BgClassName
{
background-color: #BFF156;
}
</style>
border-color css
<style>
span { border-color: #BFF156; }
span { border-color: rgb(191,241,86); }
td.TdClassName
{
border-color: #BFF156;
}
.TagClassName
{
border-color: #BFF156;
}
</style>