Shades of Conifer #BFE366
Tints of Conifer #BFE366
RGB
CMYK
RGB Variations
Color information
#BFE366 (or 0xBFE366) is known color: Conifer. HEX triplet: BF, E3 and 66. RGB value is (191,227,102). Sum of RGB (Red+Green+Blue) = 191+227+102=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE366 is #401C99. Grayscale: #CACACA. Windows color (decimal): -4201626 or 6742975. OLE color: 6742975.
HSL color Cylindrical-coordinate representation of color #BFE366: hue angle of 77.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE366 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 102 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.11 |
| HSL | 77.28º | 0.69% | 0.65% | - |
| HSV(B) | 77.28º | 0.55% | 0.89% | - |
| XYZ | 51.35 | 66.97 | 22.79 | - |
| YUV | 201.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 102 | 0.16 | 0 | 0.55 | 0.11 | 77.28 | 0.69 | 0.65 |
| Hex | BF | E3 | 66 | 10 | 0 | 37 | B | 4D | 45 | 41 |
| Octal | 277 | 343 | 146 | 20 | 0 | 67 | 13 | 115 | 105 | 101 |
| Binary | 10111111 | 11100011 | 1100110 | 10000 | 0 | 110111 | 1011 | 1001101 | 1000101 | 1000001 |
Color Harmonies of #BFE366
Complementary color
Monochromatic Colors of #BFE366
Black with #BFE366
Text Example
Text Example
White with #BFE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE366; }
p { color: rgb(191,227,102); }
H1.HeaderClassName
{
color: #BFE366;
}
.AnyTagClassName
{
color: #BFE366;
}
</style>
background-color css
<style>
a { background-color: #BFE366; }
a { background-color: rgb(191,227,102); }
div.DivClassName
{
background-color: #BFE366;
}
.BgClassName
{
background-color: #BFE366;
}
</style>
border-color css
<style>
span { border-color: #BFE366; }
span { border-color: rgb(191,227,102); }
td.TdClassName
{
border-color: #BFE366;
}
.TagClassName
{
border-color: #BFE366;
}
</style>