Shades of Conifer #BFE15B
Tints of Conifer #BFE15B
RGB
CMYK
RGB Variations
Color information
#BFE15B (or 0xBFE15B) is known color: Conifer. HEX triplet: BF, E1 and 5B. RGB value is (191,225,91). Sum of RGB (Red+Green+Blue) = 191+225+91=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE15B is #401EA4. Grayscale: #C8C8C8. Windows color (decimal): -4202149 or 6021567. OLE color: 6021567.
HSL color Cylindrical-coordinate representation of color #BFE15B: hue angle of 75.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE15B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 91 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.12 |
| HSL | 75.22º | 0.69% | 0.62% | - |
| HSV(B) | 75.22º | 0.6% | 0.88% | - |
| XYZ | 50.3 | 65.68 | 19.92 | - |
| YUV | 199.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 91 | 0.15 | 0 | 0.60 | 0.12 | 75.22 | 0.69 | 0.62 |
| Hex | BF | E1 | 5B | F | 0 | 3C | C | 4B | 45 | 3E |
| Octal | 277 | 341 | 133 | 17 | 0 | 74 | 14 | 113 | 105 | 76 |
| Binary | 10111111 | 11100001 | 1011011 | 1111 | 0 | 111100 | 1100 | 1001011 | 1000101 | 111110 |
Color Harmonies of #BFE15B
Complementary color
Monochromatic Colors of #BFE15B
Black with #BFE15B
Text Example
Text Example
White with #BFE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE15B; }
p { color: rgb(191,225,91); }
H1.HeaderClassName
{
color: #BFE15B;
}
.AnyTagClassName
{
color: #BFE15B;
}
</style>
background-color css
<style>
a { background-color: #BFE15B; }
a { background-color: rgb(191,225,91); }
div.DivClassName
{
background-color: #BFE15B;
}
.BgClassName
{
background-color: #BFE15B;
}
</style>
border-color css
<style>
span { border-color: #BFE15B; }
span { border-color: rgb(191,225,91); }
td.TdClassName
{
border-color: #BFE15B;
}
.TagClassName
{
border-color: #BFE15B;
}
</style>