Shades of Conifer #BFE55B
Tints of Conifer #BFE55B
RGB
CMYK
RGB Variations
Color information
#BFE55B (or 0xBFE55B) is known color: Conifer. HEX triplet: BF, E5 and 5B. RGB value is (191,229,91). Sum of RGB (Red+Green+Blue) = 191+229+91=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE55B is #401AA4. Grayscale: #CACACA. Windows color (decimal): -4201125 or 6022591. OLE color: 6022591.
HSL color Cylindrical-coordinate representation of color #BFE55B: hue angle of 76.52º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE55B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 91 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.10 |
| HSL | 76.52º | 0.73% | 0.63% | - |
| HSV(B) | 76.52º | 0.6% | 0.9% | - |
| XYZ | 51.39 | 67.87 | 20.29 | - |
| YUV | 201.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 91 | 0.17 | 0 | 0.60 | 0.10 | 76.52 | 0.73 | 0.63 |
| Hex | BF | E5 | 5B | 11 | 0 | 3C | A | 4D | 49 | 3F |
| Octal | 277 | 345 | 133 | 21 | 0 | 74 | 12 | 115 | 111 | 77 |
| Binary | 10111111 | 11100101 | 1011011 | 10001 | 0 | 111100 | 1010 | 1001101 | 1001001 | 111111 |
Color Harmonies of #BFE55B
Complementary color
Monochromatic Colors of #BFE55B
Black with #BFE55B
Text Example
Text Example
White with #BFE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE55B; }
p { color: rgb(191,229,91); }
H1.HeaderClassName
{
color: #BFE55B;
}
.AnyTagClassName
{
color: #BFE55B;
}
</style>
background-color css
<style>
a { background-color: #BFE55B; }
a { background-color: rgb(191,229,91); }
div.DivClassName
{
background-color: #BFE55B;
}
.BgClassName
{
background-color: #BFE55B;
}
</style>
border-color css
<style>
span { border-color: #BFE55B; }
span { border-color: rgb(191,229,91); }
td.TdClassName
{
border-color: #BFE55B;
}
.TagClassName
{
border-color: #BFE55B;
}
</style>