Shades of Conifer #BFEC50
Tints of Conifer #BFEC50
RGB
CMYK
RGB Variations
Color information
#BFEC50 (or 0xBFEC50) is known color: Conifer. HEX triplet: BF, EC and 50. RGB value is (191,236,80). Sum of RGB (Red+Green+Blue) = 191+236+80=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC50 is #4013AF. Grayscale: #CDCDCD. Windows color (decimal): -4199344 or 5303487. OLE color: 5303487.
HSL color Cylindrical-coordinate representation of color #BFEC50: hue angle of 77.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFEC50 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 80 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.07 |
| HSL | 77.31º | 0.8% | 0.62% | - |
| HSV(B) | 77.31º | 0.66% | 0.93% | - |
| XYZ | 52.93 | 71.65 | 18.63 | - |
| YUV | 204.76 | 57.59 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 80 | 0.19 | 0 | 0.66 | 0.07 | 77.31 | 0.8 | 0.62 |
| Hex | BF | EC | 50 | 13 | 0 | 42 | 7 | 4D | 50 | 3E |
| Octal | 277 | 354 | 120 | 23 | 0 | 102 | 7 | 115 | 120 | 76 |
| Binary | 10111111 | 11101100 | 1010000 | 10011 | 0 | 1000010 | 111 | 1001101 | 1010000 | 111110 |
Color Harmonies of #BFEC50
Complementary color
Monochromatic Colors of #BFEC50
Black with #BFEC50
Text Example
Text Example
White with #BFEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC50; }
p { color: rgb(191,236,80); }
H1.HeaderClassName
{
color: #BFEC50;
}
.AnyTagClassName
{
color: #BFEC50;
}
</style>
background-color css
<style>
a { background-color: #BFEC50; }
a { background-color: rgb(191,236,80); }
div.DivClassName
{
background-color: #BFEC50;
}
.BgClassName
{
background-color: #BFEC50;
}
</style>
border-color css
<style>
span { border-color: #BFEC50; }
span { border-color: rgb(191,236,80); }
td.TdClassName
{
border-color: #BFEC50;
}
.TagClassName
{
border-color: #BFEC50;
}
</style>