Shades of Conifer #BFE147
Tints of Conifer #BFE147
RGB
CMYK
RGB Variations
Color information
#BFE147 (or 0xBFE147) is known color: Conifer. HEX triplet: BF, E1 and 47. RGB value is (191,225,71). Sum of RGB (Red+Green+Blue) = 191+225+71=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE147 is #401EB8. Grayscale: #C5C5C5. Windows color (decimal): -4202169 or 4710847. OLE color: 4710847.
HSL color Cylindrical-coordinate representation of color #BFE147: hue angle of 73.25º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE147 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 71 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.12 |
| HSL | 73.25º | 0.72% | 0.58% | - |
| HSV(B) | 73.25º | 0.68% | 0.88% | - |
| XYZ | 49.55 | 65.38 | 15.97 | - |
| YUV | 197.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 71 | 0.15 | 0 | 0.68 | 0.12 | 73.25 | 0.72 | 0.58 |
| Hex | BF | E1 | 47 | F | 0 | 44 | C | 49 | 48 | 3A |
| Octal | 277 | 341 | 107 | 17 | 0 | 104 | 14 | 111 | 110 | 72 |
| Binary | 10111111 | 11100001 | 1000111 | 1111 | 0 | 1000100 | 1100 | 1001001 | 1001000 | 111010 |
Color Harmonies of #BFE147
Complementary color
Monochromatic Colors of #BFE147
Black with #BFE147
Text Example
Text Example
White with #BFE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE147; }
p { color: rgb(191,225,71); }
H1.HeaderClassName
{
color: #BFE147;
}
.AnyTagClassName
{
color: #BFE147;
}
</style>
background-color css
<style>
a { background-color: #BFE147; }
a { background-color: rgb(191,225,71); }
div.DivClassName
{
background-color: #BFE147;
}
.BgClassName
{
background-color: #BFE147;
}
</style>
border-color css
<style>
span { border-color: #BFE147; }
span { border-color: rgb(191,225,71); }
td.TdClassName
{
border-color: #BFE147;
}
.TagClassName
{
border-color: #BFE147;
}
</style>