Shades of Conifer #BFE246
Tints of Conifer #BFE246
RGB
CMYK
RGB Variations
Color information
#BFE246 (or 0xBFE246) is known color: Conifer. HEX triplet: BF, E2 and 46. RGB value is (191,226,70). Sum of RGB (Red+Green+Blue) = 191+226+70=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE246 is #401DB9. Grayscale: #C6C6C6. Windows color (decimal): -4201914 or 4645567. OLE color: 4645567.
HSL color Cylindrical-coordinate representation of color #BFE246: hue angle of 73.46º degrees, saturation: 0.73, 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 #BFE246 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 70 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.11 |
| HSL | 73.46º | 0.73% | 0.58% | - |
| HSV(B) | 73.46º | 0.69% | 0.89% | - |
| XYZ | 49.79 | 65.91 | 15.89 | - |
| YUV | 197.75 | 55.9 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 70 | 0.15 | 0 | 0.69 | 0.11 | 73.46 | 0.73 | 0.58 |
| Hex | BF | E2 | 46 | F | 0 | 45 | B | 49 | 49 | 3A |
| Octal | 277 | 342 | 106 | 17 | 0 | 105 | 13 | 111 | 111 | 72 |
| Binary | 10111111 | 11100010 | 1000110 | 1111 | 0 | 1000101 | 1011 | 1001001 | 1001001 | 111010 |
Color Harmonies of #BFE246
Complementary color
Monochromatic Colors of #BFE246
Black with #BFE246
Text Example
Text Example
White with #BFE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE246; }
p { color: rgb(191,226,70); }
H1.HeaderClassName
{
color: #BFE246;
}
.AnyTagClassName
{
color: #BFE246;
}
</style>
background-color css
<style>
a { background-color: #BFE246; }
a { background-color: rgb(191,226,70); }
div.DivClassName
{
background-color: #BFE246;
}
.BgClassName
{
background-color: #BFE246;
}
</style>
border-color css
<style>
span { border-color: #BFE246; }
span { border-color: rgb(191,226,70); }
td.TdClassName
{
border-color: #BFE246;
}
.TagClassName
{
border-color: #BFE246;
}
</style>