Shades of Conifer #BFF158
Tints of Conifer #BFF158
RGB
CMYK
RGB Variations
Color information
#BFF158 (or 0xBFF158) is known color: Conifer. HEX triplet: BF, F1 and 58. RGB value is (191,241,88). Sum of RGB (Red+Green+Blue) = 191+241+88=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF158 is #400EA7. Grayscale: #D1D1D1. Windows color (decimal): -4198056 or 5829055. OLE color: 5829055.
HSL color Cylindrical-coordinate representation of color #BFF158: hue angle of 79.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF158 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 88 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.05 |
| HSL | 79.61º | 0.85% | 0.65% | - |
| HSV(B) | 79.61º | 0.63% | 0.95% | - |
| XYZ | 54.7 | 74.69 | 20.77 | - |
| YUV | 208.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 88 | 0.21 | 0 | 0.63 | 0.05 | 79.61 | 0.85 | 0.65 |
| Hex | BF | F1 | 58 | 15 | 0 | 3F | 5 | 50 | 55 | 41 |
| Octal | 277 | 361 | 130 | 25 | 0 | 77 | 5 | 120 | 125 | 101 |
| Binary | 10111111 | 11110001 | 1011000 | 10101 | 0 | 111111 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #BFF158
Complementary color
Monochromatic Colors of #BFF158
Black with #BFF158
Text Example
Text Example
White with #BFF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF158; }
p { color: rgb(191,241,88); }
H1.HeaderClassName
{
color: #BFF158;
}
.AnyTagClassName
{
color: #BFF158;
}
</style>
background-color css
<style>
a { background-color: #BFF158; }
a { background-color: rgb(191,241,88); }
div.DivClassName
{
background-color: #BFF158;
}
.BgClassName
{
background-color: #BFF158;
}
</style>
border-color css
<style>
span { border-color: #BFF158; }
span { border-color: rgb(191,241,88); }
td.TdClassName
{
border-color: #BFF158;
}
.TagClassName
{
border-color: #BFF158;
}
</style>