Shades of Conifer #BFFE51
Tints of Conifer #BFFE51
RGB
CMYK
RGB Variations
Color information
#BFFE51 (or 0xBFFE51) is known color: Conifer. HEX triplet: BF, FE and 51. RGB value is (191,254,81). Sum of RGB (Red+Green+Blue) = 191+254+81=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE51 is #4001AE. Grayscale: #D8D8D8. Windows color (decimal): -4194735 or 5373631. OLE color: 5373631.
HSL color Cylindrical-coordinate representation of color #BFFE51: hue angle of 81.85º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFFE51 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 81 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.00 |
| HSL | 81.85º | 0.99% | 0.66% | - |
| HSV(B) | 81.85º | 0.68% | 1% | - |
| XYZ | 58.41 | 82.55 | 20.64 | - |
| YUV | 215.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 81 | 0.25 | 0 | 0.68 | 0.00 | 81.85 | 0.99 | 0.66 |
| Hex | BF | FE | 51 | 19 | 0 | 44 | 0 | 52 | 63 | 42 |
| Octal | 277 | 376 | 121 | 31 | 0 | 104 | 0 | 122 | 143 | 102 |
| Binary | 10111111 | 11111110 | 1010001 | 11001 | 0 | 1000100 | 0 | 1010010 | 1100011 | 1000010 |
Color Harmonies of #BFFE51
Complementary color
Monochromatic Colors of #BFFE51
Black with #BFFE51
Text Example
Text Example
White with #BFFE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE51; }
p { color: rgb(191,254,81); }
H1.HeaderClassName
{
color: #BFFE51;
}
.AnyTagClassName
{
color: #BFFE51;
}
</style>
background-color css
<style>
a { background-color: #BFFE51; }
a { background-color: rgb(191,254,81); }
div.DivClassName
{
background-color: #BFFE51;
}
.BgClassName
{
background-color: #BFFE51;
}
</style>
border-color css
<style>
span { border-color: #BFFE51; }
span { border-color: rgb(191,254,81); }
td.TdClassName
{
border-color: #BFFE51;
}
.TagClassName
{
border-color: #BFFE51;
}
</style>