Shades of Conifer #BFEC5B
Tints of Conifer #BFEC5B
RGB
CMYK
RGB Variations
Color information
#BFEC5B (or 0xBFEC5B) is known color: Conifer. HEX triplet: BF, EC and 5B. RGB value is (191,236,91). Sum of RGB (Red+Green+Blue) = 191+236+91=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5B is #4013A4. Grayscale: #CECECE. Windows color (decimal): -4199333 or 6024383. OLE color: 6024383.
HSL color Cylindrical-coordinate representation of color #BFEC5B: hue angle of 78.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFEC5B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 91 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.62º | 0.79% | 0.64% | - |
| HSV(B) | 78.62º | 0.61% | 0.93% | - |
| XYZ | 53.37 | 71.82 | 20.95 | - |
| YUV | 206.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 91 | 0.19 | 0 | 0.61 | 0.07 | 78.62 | 0.79 | 0.64 |
| Hex | BF | EC | 5B | 13 | 0 | 3D | 7 | 4F | 4F | 40 |
| Octal | 277 | 354 | 133 | 23 | 0 | 75 | 7 | 117 | 117 | 100 |
| Binary | 10111111 | 11101100 | 1011011 | 10011 | 0 | 111101 | 111 | 1001111 | 1001111 | 1000000 |
Color Harmonies of #BFEC5B
Complementary color
Monochromatic Colors of #BFEC5B
Black with #BFEC5B
Text Example
Text Example
White with #BFEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC5B; }
p { color: rgb(191,236,91); }
H1.HeaderClassName
{
color: #BFEC5B;
}
.AnyTagClassName
{
color: #BFEC5B;
}
</style>
background-color css
<style>
a { background-color: #BFEC5B; }
a { background-color: rgb(191,236,91); }
div.DivClassName
{
background-color: #BFEC5B;
}
.BgClassName
{
background-color: #BFEC5B;
}
</style>
border-color css
<style>
span { border-color: #BFEC5B; }
span { border-color: rgb(191,236,91); }
td.TdClassName
{
border-color: #BFEC5B;
}
.TagClassName
{
border-color: #BFEC5B;
}
</style>