Shades of Conifer #BFEB4D
Tints of Conifer #BFEB4D
RGB
CMYK
RGB Variations
Color information
#BFEB4D (or 0xBFEB4D) is known color: Conifer. HEX triplet: BF, EB and 4D. RGB value is (191,235,77). Sum of RGB (Red+Green+Blue) = 191+235+77=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB4D is #4014B2. Grayscale: #CCCCCC. Windows color (decimal): -4199603 or 5106623. OLE color: 5106623.
HSL color Cylindrical-coordinate representation of color #BFEB4D: hue angle of 76.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFEB4D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 77 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.08 |
| HSL | 76.71º | 0.8% | 0.61% | - |
| HSV(B) | 76.71º | 0.67% | 0.92% | - |
| XYZ | 52.53 | 71.03 | 17.96 | - |
| YUV | 203.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 77 | 0.19 | 0 | 0.67 | 0.08 | 76.71 | 0.8 | 0.61 |
| Hex | BF | EB | 4D | 13 | 0 | 43 | 8 | 4D | 50 | 3D |
| Octal | 277 | 353 | 115 | 23 | 0 | 103 | 10 | 115 | 120 | 75 |
| Binary | 10111111 | 11101011 | 1001101 | 10011 | 0 | 1000011 | 1000 | 1001101 | 1010000 | 111101 |
Color Harmonies of #BFEB4D
Complementary color
Monochromatic Colors of #BFEB4D
Black with #BFEB4D
Text Example
Text Example
White with #BFEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB4D; }
p { color: rgb(191,235,77); }
H1.HeaderClassName
{
color: #BFEB4D;
}
.AnyTagClassName
{
color: #BFEB4D;
}
</style>
background-color css
<style>
a { background-color: #BFEB4D; }
a { background-color: rgb(191,235,77); }
div.DivClassName
{
background-color: #BFEB4D;
}
.BgClassName
{
background-color: #BFEB4D;
}
</style>
border-color css
<style>
span { border-color: #BFEB4D; }
span { border-color: rgb(191,235,77); }
td.TdClassName
{
border-color: #BFEB4D;
}
.TagClassName
{
border-color: #BFEB4D;
}
</style>