Shades of Conifer #BFE159
Tints of Conifer #BFE159
RGB
CMYK
RGB Variations
Color information
#BFE159 (or 0xBFE159) is known color: Conifer. HEX triplet: BF, E1 and 59. RGB value is (191,225,89). Sum of RGB (Red+Green+Blue) = 191+225+89=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE159 is #401EA6. Grayscale: #C7C7C7. Windows color (decimal): -4202151 or 5890495. OLE color: 5890495.
HSL color Cylindrical-coordinate representation of color #BFE159: hue angle of 75º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE159 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 89 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.12 |
| HSL | 75º | 0.69% | 0.62% | - |
| HSV(B) | 75º | 0.6% | 0.88% | - |
| XYZ | 50.21 | 65.65 | 19.48 | - |
| YUV | 199.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 89 | 0.15 | 0 | 0.60 | 0.12 | 75 | 0.69 | 0.62 |
| Hex | BF | E1 | 59 | F | 0 | 3C | C | 4B | 45 | 3E |
| Octal | 277 | 341 | 131 | 17 | 0 | 74 | 14 | 113 | 105 | 76 |
| Binary | 10111111 | 11100001 | 1011001 | 1111 | 0 | 111100 | 1100 | 1001011 | 1000101 | 111110 |
Color Harmonies of #BFE159
Complementary color
Monochromatic Colors of #BFE159
Black with #BFE159
Text Example
Text Example
White with #BFE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE159; }
p { color: rgb(191,225,89); }
H1.HeaderClassName
{
color: #BFE159;
}
.AnyTagClassName
{
color: #BFE159;
}
</style>
background-color css
<style>
a { background-color: #BFE159; }
a { background-color: rgb(191,225,89); }
div.DivClassName
{
background-color: #BFE159;
}
.BgClassName
{
background-color: #BFE159;
}
</style>
border-color css
<style>
span { border-color: #BFE159; }
span { border-color: rgb(191,225,89); }
td.TdClassName
{
border-color: #BFE159;
}
.TagClassName
{
border-color: #BFE159;
}
</style>