Shades of Conifer #BFE15C
Tints of Conifer #BFE15C
RGB
CMYK
RGB Variations
Color information
#BFE15C (or 0xBFE15C) is known color: Conifer. HEX triplet: BF, E1 and 5C. RGB value is (191,225,92). Sum of RGB (Red+Green+Blue) = 191+225+92=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE15C is #401EA3. Grayscale: #C8C8C8. Windows color (decimal): -4202148 or 6087103. OLE color: 6087103.
HSL color Cylindrical-coordinate representation of color #BFE15C: hue angle of 75.34º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE15C is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 92 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.12 |
| HSL | 75.34º | 0.69% | 0.62% | - |
| HSV(B) | 75.34º | 0.59% | 0.88% | - |
| XYZ | 50.34 | 65.7 | 20.15 | - |
| YUV | 199.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 92 | 0.15 | 0 | 0.59 | 0.12 | 75.34 | 0.69 | 0.62 |
| Hex | BF | E1 | 5C | F | 0 | 3B | C | 4B | 45 | 3E |
| Octal | 277 | 341 | 134 | 17 | 0 | 73 | 14 | 113 | 105 | 76 |
| Binary | 10111111 | 11100001 | 1011100 | 1111 | 0 | 111011 | 1100 | 1001011 | 1000101 | 111110 |
Color Harmonies of #BFE15C
Complementary color
Monochromatic Colors of #BFE15C
Black with #BFE15C
Text Example
Text Example
White with #BFE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE15C; }
p { color: rgb(191,225,92); }
H1.HeaderClassName
{
color: #BFE15C;
}
.AnyTagClassName
{
color: #BFE15C;
}
</style>
background-color css
<style>
a { background-color: #BFE15C; }
a { background-color: rgb(191,225,92); }
div.DivClassName
{
background-color: #BFE15C;
}
.BgClassName
{
background-color: #BFE15C;
}
</style>
border-color css
<style>
span { border-color: #BFE15C; }
span { border-color: rgb(191,225,92); }
td.TdClassName
{
border-color: #BFE15C;
}
.TagClassName
{
border-color: #BFE15C;
}
</style>