Shades of Conifer #BFF159
Tints of Conifer #BFF159
RGB
CMYK
RGB Variations
Color information
#BFF159 (or 0xBFF159) is known color: Conifer. HEX triplet: BF, F1 and 59. RGB value is (191,241,89). Sum of RGB (Red+Green+Blue) = 191+241+89=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF159 is #400EA6. Grayscale: #D1D1D1. Windows color (decimal): -4198055 or 5894591. OLE color: 5894591.
HSL color Cylindrical-coordinate representation of color #BFF159: hue angle of 79.74º degrees, saturation: 0.84, 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 #BFF159 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 89 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.05 |
| HSL | 79.74º | 0.84% | 0.65% | - |
| HSV(B) | 79.74º | 0.63% | 0.95% | - |
| XYZ | 54.74 | 74.71 | 20.99 | - |
| YUV | 208.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 89 | 0.21 | 0 | 0.63 | 0.05 | 79.74 | 0.84 | 0.65 |
| Hex | BF | F1 | 59 | 15 | 0 | 3F | 5 | 50 | 54 | 41 |
| Octal | 277 | 361 | 131 | 25 | 0 | 77 | 5 | 120 | 124 | 101 |
| Binary | 10111111 | 11110001 | 1011001 | 10101 | 0 | 111111 | 101 | 1010000 | 1010100 | 1000001 |
Color Harmonies of #BFF159
Complementary color
Monochromatic Colors of #BFF159
Black with #BFF159
Text Example
Text Example
White with #BFF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF159; }
p { color: rgb(191,241,89); }
H1.HeaderClassName
{
color: #BFF159;
}
.AnyTagClassName
{
color: #BFF159;
}
</style>
background-color css
<style>
a { background-color: #BFF159; }
a { background-color: rgb(191,241,89); }
div.DivClassName
{
background-color: #BFF159;
}
.BgClassName
{
background-color: #BFF159;
}
</style>
border-color css
<style>
span { border-color: #BFF159; }
span { border-color: rgb(191,241,89); }
td.TdClassName
{
border-color: #BFF159;
}
.TagClassName
{
border-color: #BFF159;
}
</style>