Shades of Conifer #BFEC4F
Tints of Conifer #BFEC4F
RGB
CMYK
RGB Variations
Color information
#BFEC4F (or 0xBFEC4F) is known color: Conifer. HEX triplet: BF, EC and 4F. RGB value is (191,236,79). Sum of RGB (Red+Green+Blue) = 191+236+79=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC4F is #4013B0. Grayscale: #CDCDCD. Windows color (decimal): -4199345 or 5237951. OLE color: 5237951.
HSL color Cylindrical-coordinate representation of color #BFEC4F: hue angle of 77.2º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFEC4F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 79 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.07 |
| HSL | 77.2º | 0.81% | 0.62% | - |
| HSV(B) | 77.2º | 0.67% | 0.93% | - |
| XYZ | 52.89 | 71.63 | 18.44 | - |
| YUV | 204.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 79 | 0.19 | 0 | 0.67 | 0.07 | 77.2 | 0.81 | 0.62 |
| Hex | BF | EC | 4F | 13 | 0 | 43 | 7 | 4D | 51 | 3E |
| Octal | 277 | 354 | 117 | 23 | 0 | 103 | 7 | 115 | 121 | 76 |
| Binary | 10111111 | 11101100 | 1001111 | 10011 | 0 | 1000011 | 111 | 1001101 | 1010001 | 111110 |
Color Harmonies of #BFEC4F
Complementary color
Monochromatic Colors of #BFEC4F
Black with #BFEC4F
Text Example
Text Example
White with #BFEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC4F; }
p { color: rgb(191,236,79); }
H1.HeaderClassName
{
color: #BFEC4F;
}
.AnyTagClassName
{
color: #BFEC4F;
}
</style>
background-color css
<style>
a { background-color: #BFEC4F; }
a { background-color: rgb(191,236,79); }
div.DivClassName
{
background-color: #BFEC4F;
}
.BgClassName
{
background-color: #BFEC4F;
}
</style>
border-color css
<style>
span { border-color: #BFEC4F; }
span { border-color: rgb(191,236,79); }
td.TdClassName
{
border-color: #BFEC4F;
}
.TagClassName
{
border-color: #BFEC4F;
}
</style>