Shades of Conifer #BFE959
Tints of Conifer #BFE959
RGB
CMYK
RGB Variations
Color information
#BFE959 (or 0xBFE959) is known color: Conifer. HEX triplet: BF, E9 and 59. RGB value is (191,233,89). Sum of RGB (Red+Green+Blue) = 191+233+89=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE959 is #4016A6. Grayscale: #CCCCCC. Windows color (decimal): -4200103 or 5892543. OLE color: 5892543.
HSL color Cylindrical-coordinate representation of color #BFE959: hue angle of 77.5º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFE959 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 89 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.09 |
| HSL | 77.5º | 0.77% | 0.63% | - |
| HSV(B) | 77.5º | 0.62% | 0.91% | - |
| XYZ | 52.43 | 70.08 | 20.21 | - |
| YUV | 204.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 89 | 0.18 | 0 | 0.62 | 0.09 | 77.5 | 0.77 | 0.63 |
| Hex | BF | E9 | 59 | 12 | 0 | 3E | 9 | 4E | 4D | 3F |
| Octal | 277 | 351 | 131 | 22 | 0 | 76 | 11 | 116 | 115 | 77 |
| Binary | 10111111 | 11101001 | 1011001 | 10010 | 0 | 111110 | 1001 | 1001110 | 1001101 | 111111 |
Color Harmonies of #BFE959
Complementary color
Monochromatic Colors of #BFE959
Black with #BFE959
Text Example
Text Example
White with #BFE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE959; }
p { color: rgb(191,233,89); }
H1.HeaderClassName
{
color: #BFE959;
}
.AnyTagClassName
{
color: #BFE959;
}
</style>
background-color css
<style>
a { background-color: #BFE959; }
a { background-color: rgb(191,233,89); }
div.DivClassName
{
background-color: #BFE959;
}
.BgClassName
{
background-color: #BFE959;
}
</style>
border-color css
<style>
span { border-color: #BFE959; }
span { border-color: rgb(191,233,89); }
td.TdClassName
{
border-color: #BFE959;
}
.TagClassName
{
border-color: #BFE959;
}
</style>