Shades of Conifer #BFF859
Tints of Conifer #BFF859
RGB
CMYK
RGB Variations
Color information
#BFF859 (or 0xBFF859) is known color: Conifer. HEX triplet: BF, F8 and 59. RGB value is (191,248,89). Sum of RGB (Red+Green+Blue) = 191+248+89=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF859 is #4007A6. Grayscale: #D5D5D5. Windows color (decimal): -4196263 or 5896383. OLE color: 5896383.
HSL color Cylindrical-coordinate representation of color #BFF859: hue angle of 81.51º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF859 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 89 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.03 |
| HSL | 81.51º | 0.92% | 0.66% | - |
| HSV(B) | 81.51º | 0.64% | 0.97% | - |
| XYZ | 56.86 | 78.93 | 21.69 | - |
| YUV | 212.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 89 | 0.23 | 0 | 0.64 | 0.03 | 81.51 | 0.92 | 0.66 |
| Hex | BF | F8 | 59 | 17 | 0 | 40 | 3 | 52 | 5C | 42 |
| Octal | 277 | 370 | 131 | 27 | 0 | 100 | 3 | 122 | 134 | 102 |
| Binary | 10111111 | 11111000 | 1011001 | 10111 | 0 | 1000000 | 11 | 1010010 | 1011100 | 1000010 |
Color Harmonies of #BFF859
Complementary color
Monochromatic Colors of #BFF859
Black with #BFF859
Text Example
Text Example
White with #BFF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF859; }
p { color: rgb(191,248,89); }
H1.HeaderClassName
{
color: #BFF859;
}
.AnyTagClassName
{
color: #BFF859;
}
</style>
background-color css
<style>
a { background-color: #BFF859; }
a { background-color: rgb(191,248,89); }
div.DivClassName
{
background-color: #BFF859;
}
.BgClassName
{
background-color: #BFF859;
}
</style>
border-color css
<style>
span { border-color: #BFF859; }
span { border-color: rgb(191,248,89); }
td.TdClassName
{
border-color: #BFF859;
}
.TagClassName
{
border-color: #BFF859;
}
</style>