Shades of Conifer #BFEB4A
Tints of Conifer #BFEB4A
RGB
CMYK
RGB Variations
Color information
#BFEB4A (or 0xBFEB4A) is known color: Conifer. HEX triplet: BF, EB and 4A. RGB value is (191,235,74). Sum of RGB (Red+Green+Blue) = 191+235+74=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB4A is #4014B5. Grayscale: #CCCCCC. Windows color (decimal): -4199606 or 4910015. OLE color: 4910015.
HSL color Cylindrical-coordinate representation of color #BFEB4A: hue angle of 76.4º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFEB4A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 74 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.08 |
| HSL | 76.4º | 0.8% | 0.61% | - |
| HSV(B) | 76.4º | 0.69% | 0.92% | - |
| XYZ | 52.43 | 70.99 | 17.42 | - |
| YUV | 203.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 74 | 0.19 | 0 | 0.69 | 0.08 | 76.4 | 0.8 | 0.61 |
| Hex | BF | EB | 4A | 13 | 0 | 45 | 8 | 4C | 50 | 3D |
| Octal | 277 | 353 | 112 | 23 | 0 | 105 | 10 | 114 | 120 | 75 |
| Binary | 10111111 | 11101011 | 1001010 | 10011 | 0 | 1000101 | 1000 | 1001100 | 1010000 | 111101 |
Color Harmonies of #BFEB4A
Complementary color
Monochromatic Colors of #BFEB4A
Black with #BFEB4A
Text Example
Text Example
White with #BFEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB4A; }
p { color: rgb(191,235,74); }
H1.HeaderClassName
{
color: #BFEB4A;
}
.AnyTagClassName
{
color: #BFEB4A;
}
</style>
background-color css
<style>
a { background-color: #BFEB4A; }
a { background-color: rgb(191,235,74); }
div.DivClassName
{
background-color: #BFEB4A;
}
.BgClassName
{
background-color: #BFEB4A;
}
</style>
border-color css
<style>
span { border-color: #BFEB4A; }
span { border-color: rgb(191,235,74); }
td.TdClassName
{
border-color: #BFEB4A;
}
.TagClassName
{
border-color: #BFEB4A;
}
</style>