Shades of Conifer #BFEA51
Tints of Conifer #BFEA51
RGB
CMYK
RGB Variations
Color information
#BFEA51 (or 0xBFEA51) is known color: Conifer. HEX triplet: BF, EA and 51. RGB value is (191,234,81). Sum of RGB (Red+Green+Blue) = 191+234+81=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA51 is #4015AE. Grayscale: #CCCCCC. Windows color (decimal): -4199855 or 5368511. OLE color: 5368511.
HSL color Cylindrical-coordinate representation of color #BFEA51: hue angle of 76.86º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEA51 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 81 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.08 |
| HSL | 76.86º | 0.78% | 0.62% | - |
| HSV(B) | 76.86º | 0.65% | 0.92% | - |
| XYZ | 52.39 | 70.52 | 18.63 | - |
| YUV | 203.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 81 | 0.18 | 0 | 0.65 | 0.08 | 76.86 | 0.78 | 0.62 |
| Hex | BF | EA | 51 | 12 | 0 | 41 | 8 | 4D | 4E | 3E |
| Octal | 277 | 352 | 121 | 22 | 0 | 101 | 10 | 115 | 116 | 76 |
| Binary | 10111111 | 11101010 | 1010001 | 10010 | 0 | 1000001 | 1000 | 1001101 | 1001110 | 111110 |
Color Harmonies of #BFEA51
Complementary color
Monochromatic Colors of #BFEA51
Black with #BFEA51
Text Example
Text Example
White with #BFEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA51; }
p { color: rgb(191,234,81); }
H1.HeaderClassName
{
color: #BFEA51;
}
.AnyTagClassName
{
color: #BFEA51;
}
</style>
background-color css
<style>
a { background-color: #BFEA51; }
a { background-color: rgb(191,234,81); }
div.DivClassName
{
background-color: #BFEA51;
}
.BgClassName
{
background-color: #BFEA51;
}
</style>
border-color css
<style>
span { border-color: #BFEA51; }
span { border-color: rgb(191,234,81); }
td.TdClassName
{
border-color: #BFEA51;
}
.TagClassName
{
border-color: #BFEA51;
}
</style>