Shades of Conifer #BFF056
Tints of Conifer #BFF056
RGB
CMYK
RGB Variations
Color information
#BFF056 (or 0xBFF056) is known color: Conifer. HEX triplet: BF, F0 and 56. RGB value is (191,240,86). Sum of RGB (Red+Green+Blue) = 191+240+86=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF056 is #400FA9. Grayscale: #D0D0D0. Windows color (decimal): -4198314 or 5697727. OLE color: 5697727.
HSL color Cylindrical-coordinate representation of color #BFF056: hue angle of 79.09º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFF056 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 86 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.06 |
| HSL | 79.09º | 0.84% | 0.64% | - |
| HSV(B) | 79.09º | 0.64% | 0.94% | - |
| XYZ | 54.33 | 74.07 | 20.24 | - |
| YUV | 207.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 86 | 0.20 | 0 | 0.64 | 0.06 | 79.09 | 0.84 | 0.64 |
| Hex | BF | F0 | 56 | 14 | 0 | 40 | 6 | 4F | 54 | 40 |
| Octal | 277 | 360 | 126 | 24 | 0 | 100 | 6 | 117 | 124 | 100 |
| Binary | 10111111 | 11110000 | 1010110 | 10100 | 0 | 1000000 | 110 | 1001111 | 1010100 | 1000000 |
Color Harmonies of #BFF056
Complementary color
Monochromatic Colors of #BFF056
Black with #BFF056
Text Example
Text Example
White with #BFF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF056; }
p { color: rgb(191,240,86); }
H1.HeaderClassName
{
color: #BFF056;
}
.AnyTagClassName
{
color: #BFF056;
}
</style>
background-color css
<style>
a { background-color: #BFF056; }
a { background-color: rgb(191,240,86); }
div.DivClassName
{
background-color: #BFF056;
}
.BgClassName
{
background-color: #BFF056;
}
</style>
border-color css
<style>
span { border-color: #BFF056; }
span { border-color: rgb(191,240,86); }
td.TdClassName
{
border-color: #BFF056;
}
.TagClassName
{
border-color: #BFF056;
}
</style>