Shades of Conifer #BFEF54
Tints of Conifer #BFEF54
RGB
CMYK
RGB Variations
Color information
#BFEF54 (or 0xBFEF54) is known color: Conifer. HEX triplet: BF, EF and 54. RGB value is (191,239,84). Sum of RGB (Red+Green+Blue) = 191+239+84=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF54 is #4010AB. Grayscale: #CFCFCF. Windows color (decimal): -4198572 or 5566399. OLE color: 5566399.
HSL color Cylindrical-coordinate representation of color #BFEF54: hue angle of 78.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEF54 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 84 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.06 |
| HSL | 78.58º | 0.83% | 0.63% | - |
| HSV(B) | 78.58º | 0.65% | 0.94% | - |
| XYZ | 53.95 | 73.45 | 19.72 | - |
| YUV | 206.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 84 | 0.20 | 0 | 0.65 | 0.06 | 78.58 | 0.83 | 0.63 |
| Hex | BF | EF | 54 | 14 | 0 | 41 | 6 | 4F | 53 | 3F |
| Octal | 277 | 357 | 124 | 24 | 0 | 101 | 6 | 117 | 123 | 77 |
| Binary | 10111111 | 11101111 | 1010100 | 10100 | 0 | 1000001 | 110 | 1001111 | 1010011 | 111111 |
Color Harmonies of #BFEF54
Complementary color
Monochromatic Colors of #BFEF54
Black with #BFEF54
Text Example
Text Example
White with #BFEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF54; }
p { color: rgb(191,239,84); }
H1.HeaderClassName
{
color: #BFEF54;
}
.AnyTagClassName
{
color: #BFEF54;
}
</style>
background-color css
<style>
a { background-color: #BFEF54; }
a { background-color: rgb(191,239,84); }
div.DivClassName
{
background-color: #BFEF54;
}
.BgClassName
{
background-color: #BFEF54;
}
</style>
border-color css
<style>
span { border-color: #BFEF54; }
span { border-color: rgb(191,239,84); }
td.TdClassName
{
border-color: #BFEF54;
}
.TagClassName
{
border-color: #BFEF54;
}
</style>