Shades of Conifer #BFE95B
Tints of Conifer #BFE95B
RGB
CMYK
RGB Variations
Color information
#BFE95B (or 0xBFE95B) is known color: Conifer. HEX triplet: BF, E9 and 5B. RGB value is (191,233,91). Sum of RGB (Red+Green+Blue) = 191+233+91=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE95B is #4016A4. Grayscale: #CCCCCC. Windows color (decimal): -4200101 or 6023615. OLE color: 6023615.
HSL color Cylindrical-coordinate representation of color #BFE95B: hue angle of 77.75º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE95B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 91 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.09 |
| HSL | 77.75º | 0.76% | 0.64% | - |
| HSV(B) | 77.75º | 0.61% | 0.91% | - |
| XYZ | 52.51 | 70.11 | 20.66 | - |
| YUV | 204.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 91 | 0.18 | 0 | 0.61 | 0.09 | 77.75 | 0.76 | 0.64 |
| Hex | BF | E9 | 5B | 12 | 0 | 3D | 9 | 4E | 4C | 40 |
| Octal | 277 | 351 | 133 | 22 | 0 | 75 | 11 | 116 | 114 | 100 |
| Binary | 10111111 | 11101001 | 1011011 | 10010 | 0 | 111101 | 1001 | 1001110 | 1001100 | 1000000 |
Color Harmonies of #BFE95B
Complementary color
Monochromatic Colors of #BFE95B
Black with #BFE95B
Text Example
Text Example
White with #BFE95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE95B; }
p { color: rgb(191,233,91); }
H1.HeaderClassName
{
color: #BFE95B;
}
.AnyTagClassName
{
color: #BFE95B;
}
</style>
background-color css
<style>
a { background-color: #BFE95B; }
a { background-color: rgb(191,233,91); }
div.DivClassName
{
background-color: #BFE95B;
}
.BgClassName
{
background-color: #BFE95B;
}
</style>
border-color css
<style>
span { border-color: #BFE95B; }
span { border-color: rgb(191,233,91); }
td.TdClassName
{
border-color: #BFE95B;
}
.TagClassName
{
border-color: #BFE95B;
}
</style>