Shades of Conifer #BFEB51
Tints of Conifer #BFEB51
RGB
CMYK
RGB Variations
Color information
#BFEB51 (or 0xBFEB51) is known color: Conifer. HEX triplet: BF, EB and 51. RGB value is (191,235,81). Sum of RGB (Red+Green+Blue) = 191+235+81=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB51 is #4014AE. Grayscale: #CCCCCC. Windows color (decimal): -4199599 or 5368767. OLE color: 5368767.
HSL color Cylindrical-coordinate representation of color #BFEB51: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFEB51 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 81 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.08 |
| HSL | 77.14º | 0.79% | 0.62% | - |
| HSV(B) | 77.14º | 0.66% | 0.92% | - |
| XYZ | 52.68 | 71.09 | 18.73 | - |
| YUV | 204.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 81 | 0.19 | 0 | 0.66 | 0.08 | 77.14 | 0.79 | 0.62 |
| Hex | BF | EB | 51 | 13 | 0 | 42 | 8 | 4D | 4F | 3E |
| Octal | 277 | 353 | 121 | 23 | 0 | 102 | 10 | 115 | 117 | 76 |
| Binary | 10111111 | 11101011 | 1010001 | 10011 | 0 | 1000010 | 1000 | 1001101 | 1001111 | 111110 |
Color Harmonies of #BFEB51
Complementary color
Monochromatic Colors of #BFEB51
Black with #BFEB51
Text Example
Text Example
White with #BFEB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB51; }
p { color: rgb(191,235,81); }
H1.HeaderClassName
{
color: #BFEB51;
}
.AnyTagClassName
{
color: #BFEB51;
}
</style>
background-color css
<style>
a { background-color: #BFEB51; }
a { background-color: rgb(191,235,81); }
div.DivClassName
{
background-color: #BFEB51;
}
.BgClassName
{
background-color: #BFEB51;
}
</style>
border-color css
<style>
span { border-color: #BFEB51; }
span { border-color: rgb(191,235,81); }
td.TdClassName
{
border-color: #BFEB51;
}
.TagClassName
{
border-color: #BFEB51;
}
</style>