Shades of Conifer #BFEC56
Tints of Conifer #BFEC56
RGB
CMYK
RGB Variations
Color information
#BFEC56 (or 0xBFEC56) is known color: Conifer. HEX triplet: BF, EC and 56. RGB value is (191,236,86). Sum of RGB (Red+Green+Blue) = 191+236+86=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC56 is #4013A9. Grayscale: #CDCDCD. Windows color (decimal): -4199338 or 5696703. OLE color: 5696703.
HSL color Cylindrical-coordinate representation of color #BFEC56: hue angle of 78º degrees, saturation: 0.8, 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 #BFEC56 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 86 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.07 |
| HSL | 78º | 0.8% | 0.63% | - |
| HSV(B) | 78º | 0.64% | 0.93% | - |
| XYZ | 53.16 | 71.74 | 19.85 | - |
| YUV | 205.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 86 | 0.19 | 0 | 0.64 | 0.07 | 78 | 0.8 | 0.63 |
| Hex | BF | EC | 56 | 13 | 0 | 40 | 7 | 4E | 50 | 3F |
| Octal | 277 | 354 | 126 | 23 | 0 | 100 | 7 | 116 | 120 | 77 |
| Binary | 10111111 | 11101100 | 1010110 | 10011 | 0 | 1000000 | 111 | 1001110 | 1010000 | 111111 |
Color Harmonies of #BFEC56
Complementary color
Monochromatic Colors of #BFEC56
Black with #BFEC56
Text Example
Text Example
White with #BFEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC56; }
p { color: rgb(191,236,86); }
H1.HeaderClassName
{
color: #BFEC56;
}
.AnyTagClassName
{
color: #BFEC56;
}
</style>
background-color css
<style>
a { background-color: #BFEC56; }
a { background-color: rgb(191,236,86); }
div.DivClassName
{
background-color: #BFEC56;
}
.BgClassName
{
background-color: #BFEC56;
}
</style>
border-color css
<style>
span { border-color: #BFEC56; }
span { border-color: rgb(191,236,86); }
td.TdClassName
{
border-color: #BFEC56;
}
.TagClassName
{
border-color: #BFEC56;
}
</style>