Shades of Conifer #BFEC45
Tints of Conifer #BFEC45
RGB
CMYK
RGB Variations
Color information
#BFEC45 (or 0xBFEC45) is known color: Conifer. HEX triplet: BF, EC and 45. RGB value is (191,236,69). Sum of RGB (Red+Green+Blue) = 191+236+69=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC45 is #4013BA. Grayscale: #CCCCCC. Windows color (decimal): -4199355 or 4582591. OLE color: 4582591.
HSL color Cylindrical-coordinate representation of color #BFEC45: hue angle of 76.17º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFEC45 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 69 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.07 |
| HSL | 76.17º | 0.81% | 0.6% | - |
| HSV(B) | 76.17º | 0.71% | 0.93% | - |
| XYZ | 52.56 | 71.5 | 16.66 | - |
| YUV | 203.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 69 | 0.19 | 0 | 0.71 | 0.07 | 76.17 | 0.81 | 0.6 |
| Hex | BF | EC | 45 | 13 | 0 | 47 | 7 | 4C | 51 | 3C |
| Octal | 277 | 354 | 105 | 23 | 0 | 107 | 7 | 114 | 121 | 74 |
| Binary | 10111111 | 11101100 | 1000101 | 10011 | 0 | 1000111 | 111 | 1001100 | 1010001 | 111100 |
Color Harmonies of #BFEC45
Complementary color
Monochromatic Colors of #BFEC45
Black with #BFEC45
Text Example
Text Example
White with #BFEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC45; }
p { color: rgb(191,236,69); }
H1.HeaderClassName
{
color: #BFEC45;
}
.AnyTagClassName
{
color: #BFEC45;
}
</style>
background-color css
<style>
a { background-color: #BFEC45; }
a { background-color: rgb(191,236,69); }
div.DivClassName
{
background-color: #BFEC45;
}
.BgClassName
{
background-color: #BFEC45;
}
</style>
border-color css
<style>
span { border-color: #BFEC45; }
span { border-color: rgb(191,236,69); }
td.TdClassName
{
border-color: #BFEC45;
}
.TagClassName
{
border-color: #BFEC45;
}
</style>