Shades of Conifer #BFEB55
Tints of Conifer #BFEB55
RGB
CMYK
RGB Variations
Color information
#BFEB55 (or 0xBFEB55) is known color: Conifer. HEX triplet: BF, EB and 55. RGB value is (191,235,85). Sum of RGB (Red+Green+Blue) = 191+235+85=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB55 is #4014AA. Grayscale: #CDCDCD. Windows color (decimal): -4199595 or 5630911. OLE color: 5630911.
HSL color Cylindrical-coordinate representation of color #BFEB55: hue angle of 77.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFEB55 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 85 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.08 |
| HSL | 77.6º | 0.79% | 0.63% | - |
| HSV(B) | 77.6º | 0.64% | 0.92% | - |
| XYZ | 52.83 | 71.15 | 19.54 | - |
| YUV | 204.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 85 | 0.19 | 0 | 0.64 | 0.08 | 77.6 | 0.79 | 0.63 |
| Hex | BF | EB | 55 | 13 | 0 | 40 | 8 | 4E | 4F | 3F |
| Octal | 277 | 353 | 125 | 23 | 0 | 100 | 10 | 116 | 117 | 77 |
| Binary | 10111111 | 11101011 | 1010101 | 10011 | 0 | 1000000 | 1000 | 1001110 | 1001111 | 111111 |
Color Harmonies of #BFEB55
Complementary color
Monochromatic Colors of #BFEB55
Black with #BFEB55
Text Example
Text Example
White with #BFEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB55; }
p { color: rgb(191,235,85); }
H1.HeaderClassName
{
color: #BFEB55;
}
.AnyTagClassName
{
color: #BFEB55;
}
</style>
background-color css
<style>
a { background-color: #BFEB55; }
a { background-color: rgb(191,235,85); }
div.DivClassName
{
background-color: #BFEB55;
}
.BgClassName
{
background-color: #BFEB55;
}
</style>
border-color css
<style>
span { border-color: #BFEB55; }
span { border-color: rgb(191,235,85); }
td.TdClassName
{
border-color: #BFEB55;
}
.TagClassName
{
border-color: #BFEB55;
}
</style>