Shades of Conifer #BFEC4A
Tints of Conifer #BFEC4A
RGB
CMYK
RGB Variations
Color information
#BFEC4A (or 0xBFEC4A) is known color: Conifer. HEX triplet: BF, EC and 4A. RGB value is (191,236,74). Sum of RGB (Red+Green+Blue) = 191+236+74=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC4A is #4013B5. Grayscale: #CCCCCC. Windows color (decimal): -4199350 or 4910271. OLE color: 4910271.
HSL color Cylindrical-coordinate representation of color #BFEC4A: hue angle of 76.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFEC4A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 74 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.07 |
| HSL | 76.67º | 0.81% | 0.61% | - |
| HSV(B) | 76.67º | 0.69% | 0.93% | - |
| XYZ | 52.72 | 71.56 | 17.51 | - |
| YUV | 204.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 74 | 0.19 | 0 | 0.69 | 0.07 | 76.67 | 0.81 | 0.61 |
| Hex | BF | EC | 4A | 13 | 0 | 45 | 7 | 4D | 51 | 3D |
| Octal | 277 | 354 | 112 | 23 | 0 | 105 | 7 | 115 | 121 | 75 |
| Binary | 10111111 | 11101100 | 1001010 | 10011 | 0 | 1000101 | 111 | 1001101 | 1010001 | 111101 |
Color Harmonies of #BFEC4A
Complementary color
Monochromatic Colors of #BFEC4A
Black with #BFEC4A
Text Example
Text Example
White with #BFEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC4A; }
p { color: rgb(191,236,74); }
H1.HeaderClassName
{
color: #BFEC4A;
}
.AnyTagClassName
{
color: #BFEC4A;
}
</style>
background-color css
<style>
a { background-color: #BFEC4A; }
a { background-color: rgb(191,236,74); }
div.DivClassName
{
background-color: #BFEC4A;
}
.BgClassName
{
background-color: #BFEC4A;
}
</style>
border-color css
<style>
span { border-color: #BFEC4A; }
span { border-color: rgb(191,236,74); }
td.TdClassName
{
border-color: #BFEC4A;
}
.TagClassName
{
border-color: #BFEC4A;
}
</style>