Shades of Conifer #BFE25B
Tints of Conifer #BFE25B
RGB
CMYK
RGB Variations
Color information
#BFE25B (or 0xBFE25B) is known color: Conifer. HEX triplet: BF, E2 and 5B. RGB value is (191,226,91). Sum of RGB (Red+Green+Blue) = 191+226+91=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE25B is #401DA4. Grayscale: #C8C8C8. Windows color (decimal): -4201893 or 6021823. OLE color: 6021823.
HSL color Cylindrical-coordinate representation of color #BFE25B: hue angle of 75.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE25B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 91 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.11 |
| HSL | 75.56º | 0.7% | 0.62% | - |
| HSV(B) | 75.56º | 0.6% | 0.89% | - |
| XYZ | 50.57 | 66.22 | 20.01 | - |
| YUV | 200.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 91 | 0.15 | 0 | 0.60 | 0.11 | 75.56 | 0.7 | 0.62 |
| Hex | BF | E2 | 5B | F | 0 | 3C | B | 4C | 46 | 3E |
| Octal | 277 | 342 | 133 | 17 | 0 | 74 | 13 | 114 | 106 | 76 |
| Binary | 10111111 | 11100010 | 1011011 | 1111 | 0 | 111100 | 1011 | 1001100 | 1000110 | 111110 |
Color Harmonies of #BFE25B
Complementary color
Monochromatic Colors of #BFE25B
Black with #BFE25B
Text Example
Text Example
White with #BFE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE25B; }
p { color: rgb(191,226,91); }
H1.HeaderClassName
{
color: #BFE25B;
}
.AnyTagClassName
{
color: #BFE25B;
}
</style>
background-color css
<style>
a { background-color: #BFE25B; }
a { background-color: rgb(191,226,91); }
div.DivClassName
{
background-color: #BFE25B;
}
.BgClassName
{
background-color: #BFE25B;
}
</style>
border-color css
<style>
span { border-color: #BFE25B; }
span { border-color: rgb(191,226,91); }
td.TdClassName
{
border-color: #BFE25B;
}
.TagClassName
{
border-color: #BFE25B;
}
</style>