Shades of Conifer #BFE346
Tints of Conifer #BFE346
RGB
CMYK
RGB Variations
Color information
#BFE346 (or 0xBFE346) is known color: Conifer. HEX triplet: BF, E3 and 46. RGB value is (191,227,70). Sum of RGB (Red+Green+Blue) = 191+227+70=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE346 is #401CB9. Grayscale: #C6C6C6. Windows color (decimal): -4201658 or 4645823. OLE color: 4645823.
HSL color Cylindrical-coordinate representation of color #BFE346: hue angle of 73.76º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE346 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 70 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.11 |
| HSL | 73.76º | 0.74% | 0.58% | - |
| HSV(B) | 73.76º | 0.69% | 0.89% | - |
| XYZ | 50.06 | 66.46 | 15.98 | - |
| YUV | 198.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 70 | 0.16 | 0 | 0.69 | 0.11 | 73.76 | 0.74 | 0.58 |
| Hex | BF | E3 | 46 | 10 | 0 | 45 | B | 4A | 4A | 3A |
| Octal | 277 | 343 | 106 | 20 | 0 | 105 | 13 | 112 | 112 | 72 |
| Binary | 10111111 | 11100011 | 1000110 | 10000 | 0 | 1000101 | 1011 | 1001010 | 1001010 | 111010 |
Color Harmonies of #BFE346
Complementary color
Monochromatic Colors of #BFE346
Black with #BFE346
Text Example
Text Example
White with #BFE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE346; }
p { color: rgb(191,227,70); }
H1.HeaderClassName
{
color: #BFE346;
}
.AnyTagClassName
{
color: #BFE346;
}
</style>
background-color css
<style>
a { background-color: #BFE346; }
a { background-color: rgb(191,227,70); }
div.DivClassName
{
background-color: #BFE346;
}
.BgClassName
{
background-color: #BFE346;
}
</style>
border-color css
<style>
span { border-color: #BFE346; }
span { border-color: rgb(191,227,70); }
td.TdClassName
{
border-color: #BFE346;
}
.TagClassName
{
border-color: #BFE346;
}
</style>