Shades of Conifer #BFE158
Tints of Conifer #BFE158
RGB
CMYK
RGB Variations
Color information
#BFE158 (or 0xBFE158) is known color: Conifer. HEX triplet: BF, E1 and 58. RGB value is (191,225,88). Sum of RGB (Red+Green+Blue) = 191+225+88=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE158 is #401EA7. Grayscale: #C7C7C7. Windows color (decimal): -4202152 or 5824959. OLE color: 5824959.
HSL color Cylindrical-coordinate representation of color #BFE158: hue angle of 74.89º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE158 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 88 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.12 |
| HSL | 74.89º | 0.7% | 0.61% | - |
| HSV(B) | 74.89º | 0.61% | 0.88% | - |
| XYZ | 50.17 | 65.63 | 19.26 | - |
| YUV | 199.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 88 | 0.15 | 0 | 0.61 | 0.12 | 74.89 | 0.7 | 0.61 |
| Hex | BF | E1 | 58 | F | 0 | 3D | C | 4B | 46 | 3D |
| Octal | 277 | 341 | 130 | 17 | 0 | 75 | 14 | 113 | 106 | 75 |
| Binary | 10111111 | 11100001 | 1011000 | 1111 | 0 | 111101 | 1100 | 1001011 | 1000110 | 111101 |
Color Harmonies of #BFE158
Complementary color
Monochromatic Colors of #BFE158
Black with #BFE158
Text Example
Text Example
White with #BFE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE158; }
p { color: rgb(191,225,88); }
H1.HeaderClassName
{
color: #BFE158;
}
.AnyTagClassName
{
color: #BFE158;
}
</style>
background-color css
<style>
a { background-color: #BFE158; }
a { background-color: rgb(191,225,88); }
div.DivClassName
{
background-color: #BFE158;
}
.BgClassName
{
background-color: #BFE158;
}
</style>
border-color css
<style>
span { border-color: #BFE158; }
span { border-color: rgb(191,225,88); }
td.TdClassName
{
border-color: #BFE158;
}
.TagClassName
{
border-color: #BFE158;
}
</style>