Shades of Conifer #BFE155
Tints of Conifer #BFE155
RGB
CMYK
RGB Variations
Color information
#BFE155 (or 0xBFE155) is known color: Conifer. HEX triplet: BF, E1 and 55. RGB value is (191,225,85). Sum of RGB (Red+Green+Blue) = 191+225+85=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE155 is #401EAA. Grayscale: #C7C7C7. Windows color (decimal): -4202155 or 5628351. OLE color: 5628351.
HSL color Cylindrical-coordinate representation of color #BFE155: hue angle of 74.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFE155 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 85 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.12 |
| HSL | 74.57º | 0.7% | 0.61% | - |
| HSV(B) | 74.57º | 0.62% | 0.88% | - |
| XYZ | 50.05 | 65.58 | 18.62 | - |
| YUV | 198.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 85 | 0.15 | 0 | 0.62 | 0.12 | 74.57 | 0.7 | 0.61 |
| Hex | BF | E1 | 55 | F | 0 | 3E | C | 4B | 46 | 3D |
| Octal | 277 | 341 | 125 | 17 | 0 | 76 | 14 | 113 | 106 | 75 |
| Binary | 10111111 | 11100001 | 1010101 | 1111 | 0 | 111110 | 1100 | 1001011 | 1000110 | 111101 |
Color Harmonies of #BFE155
Complementary color
Monochromatic Colors of #BFE155
Black with #BFE155
Text Example
Text Example
White with #BFE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE155; }
p { color: rgb(191,225,85); }
H1.HeaderClassName
{
color: #BFE155;
}
.AnyTagClassName
{
color: #BFE155;
}
</style>
background-color css
<style>
a { background-color: #BFE155; }
a { background-color: rgb(191,225,85); }
div.DivClassName
{
background-color: #BFE155;
}
.BgClassName
{
background-color: #BFE155;
}
</style>
border-color css
<style>
span { border-color: #BFE155; }
span { border-color: rgb(191,225,85); }
td.TdClassName
{
border-color: #BFE155;
}
.TagClassName
{
border-color: #BFE155;
}
</style>