Shades of Conifer #BFEB58
Tints of Conifer #BFEB58
RGB
CMYK
RGB Variations
Color information
#BFEB58 (or 0xBFEB58) is known color: Conifer. HEX triplet: BF, EB and 58. RGB value is (191,235,88). Sum of RGB (Red+Green+Blue) = 191+235+88=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB58 is #4014A7. Grayscale: #CDCDCD. Windows color (decimal): -4199592 or 5827519. OLE color: 5827519.
HSL color Cylindrical-coordinate representation of color #BFEB58: hue angle of 77.96º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFEB58 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 88 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.08 |
| HSL | 77.96º | 0.79% | 0.63% | - |
| HSV(B) | 77.96º | 0.63% | 0.92% | - |
| XYZ | 52.96 | 71.2 | 20.18 | - |
| YUV | 205.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 88 | 0.19 | 0 | 0.63 | 0.08 | 77.96 | 0.79 | 0.63 |
| Hex | BF | EB | 58 | 13 | 0 | 3F | 8 | 4E | 4F | 3F |
| Octal | 277 | 353 | 130 | 23 | 0 | 77 | 10 | 116 | 117 | 77 |
| Binary | 10111111 | 11101011 | 1011000 | 10011 | 0 | 111111 | 1000 | 1001110 | 1001111 | 111111 |
Color Harmonies of #BFEB58
Complementary color
Monochromatic Colors of #BFEB58
Black with #BFEB58
Text Example
Text Example
White with #BFEB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB58; }
p { color: rgb(191,235,88); }
H1.HeaderClassName
{
color: #BFEB58;
}
.AnyTagClassName
{
color: #BFEB58;
}
</style>
background-color css
<style>
a { background-color: #BFEB58; }
a { background-color: rgb(191,235,88); }
div.DivClassName
{
background-color: #BFEB58;
}
.BgClassName
{
background-color: #BFEB58;
}
</style>
border-color css
<style>
span { border-color: #BFEB58; }
span { border-color: rgb(191,235,88); }
td.TdClassName
{
border-color: #BFEB58;
}
.TagClassName
{
border-color: #BFEB58;
}
</style>