Shades of Conifer #BFED56
Tints of Conifer #BFED56
RGB
CMYK
RGB Variations
Color information
#BFED56 (or 0xBFED56) is known color: Conifer. HEX triplet: BF, ED and 56. RGB value is (191,237,86). Sum of RGB (Red+Green+Blue) = 191+237+86=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED56 is #4012A9. Grayscale: #CECECE. Windows color (decimal): -4199082 or 5696959. OLE color: 5696959.
HSL color Cylindrical-coordinate representation of color #BFED56: hue angle of 78.28º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFED56 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 86 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.07 |
| HSL | 78.28º | 0.81% | 0.63% | - |
| HSV(B) | 78.28º | 0.64% | 0.93% | - |
| XYZ | 53.45 | 72.32 | 19.95 | - |
| YUV | 206.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 86 | 0.19 | 0 | 0.64 | 0.07 | 78.28 | 0.81 | 0.63 |
| Hex | BF | ED | 56 | 13 | 0 | 40 | 7 | 4E | 51 | 3F |
| Octal | 277 | 355 | 126 | 23 | 0 | 100 | 7 | 116 | 121 | 77 |
| Binary | 10111111 | 11101101 | 1010110 | 10011 | 0 | 1000000 | 111 | 1001110 | 1010001 | 111111 |
Color Harmonies of #BFED56
Complementary color
Monochromatic Colors of #BFED56
Black with #BFED56
Text Example
Text Example
White with #BFED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED56; }
p { color: rgb(191,237,86); }
H1.HeaderClassName
{
color: #BFED56;
}
.AnyTagClassName
{
color: #BFED56;
}
</style>
background-color css
<style>
a { background-color: #BFED56; }
a { background-color: rgb(191,237,86); }
div.DivClassName
{
background-color: #BFED56;
}
.BgClassName
{
background-color: #BFED56;
}
</style>
border-color css
<style>
span { border-color: #BFED56; }
span { border-color: rgb(191,237,86); }
td.TdClassName
{
border-color: #BFED56;
}
.TagClassName
{
border-color: #BFED56;
}
</style>