Shades of Conifer #BFF659
Tints of Conifer #BFF659
RGB
CMYK
RGB Variations
Color information
#BFF659 (or 0xBFF659) is known color: Conifer. HEX triplet: BF, F6 and 59. RGB value is (191,246,89). Sum of RGB (Red+Green+Blue) = 191+246+89=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF659 is #4009A6. Grayscale: #D4D4D4. Windows color (decimal): -4196775 or 5895871. OLE color: 5895871.
HSL color Cylindrical-coordinate representation of color #BFF659: hue angle of 81.02º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF659 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 89 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.04 |
| HSL | 81.02º | 0.9% | 0.66% | - |
| HSV(B) | 81.02º | 0.64% | 0.96% | - |
| XYZ | 56.24 | 77.71 | 21.49 | - |
| YUV | 211.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 89 | 0.22 | 0 | 0.64 | 0.04 | 81.02 | 0.9 | 0.66 |
| Hex | BF | F6 | 59 | 16 | 0 | 40 | 4 | 51 | 5A | 42 |
| Octal | 277 | 366 | 131 | 26 | 0 | 100 | 4 | 121 | 132 | 102 |
| Binary | 10111111 | 11110110 | 1011001 | 10110 | 0 | 1000000 | 100 | 1010001 | 1011010 | 1000010 |
Color Harmonies of #BFF659
Complementary color
Monochromatic Colors of #BFF659
Black with #BFF659
Text Example
Text Example
White with #BFF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF659; }
p { color: rgb(191,246,89); }
H1.HeaderClassName
{
color: #BFF659;
}
.AnyTagClassName
{
color: #BFF659;
}
</style>
background-color css
<style>
a { background-color: #BFF659; }
a { background-color: rgb(191,246,89); }
div.DivClassName
{
background-color: #BFF659;
}
.BgClassName
{
background-color: #BFF659;
}
</style>
border-color css
<style>
span { border-color: #BFF659; }
span { border-color: rgb(191,246,89); }
td.TdClassName
{
border-color: #BFF659;
}
.TagClassName
{
border-color: #BFF659;
}
</style>