Shades of Conifer #BFFE5B
Tints of Conifer #BFFE5B
RGB
CMYK
RGB Variations
Color information
#BFFE5B (or 0xBFFE5B) is known color: Conifer. HEX triplet: BF, FE and 5B. RGB value is (191,254,91). Sum of RGB (Red+Green+Blue) = 191+254+91=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE5B is #4001A4. Grayscale: #D9D9D9. Windows color (decimal): -4194725 or 6028991. OLE color: 6028991.
HSL color Cylindrical-coordinate representation of color #BFFE5B: hue angle of 83.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFE5B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 91 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.00 |
| HSL | 83.19º | 0.99% | 0.68% | - |
| HSV(B) | 83.19º | 0.64% | 1% | - |
| XYZ | 58.82 | 82.72 | 22.76 | - |
| YUV | 216.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 91 | 0.25 | 0 | 0.64 | 0.00 | 83.19 | 0.99 | 0.68 |
| Hex | BF | FE | 5B | 19 | 0 | 40 | 0 | 53 | 63 | 44 |
| Octal | 277 | 376 | 133 | 31 | 0 | 100 | 0 | 123 | 143 | 104 |
| Binary | 10111111 | 11111110 | 1011011 | 11001 | 0 | 1000000 | 0 | 1010011 | 1100011 | 1000100 |
Color Harmonies of #BFFE5B
Complementary color
Monochromatic Colors of #BFFE5B
Black with #BFFE5B
Text Example
Text Example
White with #BFFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE5B; }
p { color: rgb(191,254,91); }
H1.HeaderClassName
{
color: #BFFE5B;
}
.AnyTagClassName
{
color: #BFFE5B;
}
</style>
background-color css
<style>
a { background-color: #BFFE5B; }
a { background-color: rgb(191,254,91); }
div.DivClassName
{
background-color: #BFFE5B;
}
.BgClassName
{
background-color: #BFFE5B;
}
</style>
border-color css
<style>
span { border-color: #BFFE5B; }
span { border-color: rgb(191,254,91); }
td.TdClassName
{
border-color: #BFFE5B;
}
.TagClassName
{
border-color: #BFFE5B;
}
</style>