Shades of Conifer #BFE55F
Tints of Conifer #BFE55F
RGB
CMYK
RGB Variations
Color information
#BFE55F (or 0xBFE55F) is known color: Conifer. HEX triplet: BF, E5 and 5F. RGB value is (191,229,95). Sum of RGB (Red+Green+Blue) = 191+229+95=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE55F is #401AA0. Grayscale: #CACACA. Windows color (decimal): -4201121 or 6284735. OLE color: 6284735.
HSL color Cylindrical-coordinate representation of color #BFE55F: hue angle of 77.01º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE55F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 95 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.10 |
| HSL | 77.01º | 0.72% | 0.64% | - |
| HSV(B) | 77.01º | 0.59% | 0.9% | - |
| XYZ | 51.57 | 67.94 | 21.22 | - |
| YUV | 202.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 95 | 0.17 | 0 | 0.59 | 0.10 | 77.01 | 0.72 | 0.64 |
| Hex | BF | E5 | 5F | 11 | 0 | 3B | A | 4D | 48 | 40 |
| Octal | 277 | 345 | 137 | 21 | 0 | 73 | 12 | 115 | 110 | 100 |
| Binary | 10111111 | 11100101 | 1011111 | 10001 | 0 | 111011 | 1010 | 1001101 | 1001000 | 1000000 |
Color Harmonies of #BFE55F
Complementary color
Monochromatic Colors of #BFE55F
Black with #BFE55F
Text Example
Text Example
White with #BFE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE55F; }
p { color: rgb(191,229,95); }
H1.HeaderClassName
{
color: #BFE55F;
}
.AnyTagClassName
{
color: #BFE55F;
}
</style>
background-color css
<style>
a { background-color: #BFE55F; }
a { background-color: rgb(191,229,95); }
div.DivClassName
{
background-color: #BFE55F;
}
.BgClassName
{
background-color: #BFE55F;
}
</style>
border-color css
<style>
span { border-color: #BFE55F; }
span { border-color: rgb(191,229,95); }
td.TdClassName
{
border-color: #BFE55F;
}
.TagClassName
{
border-color: #BFE55F;
}
</style>