Shades of Conifer #BFE365
Tints of Conifer #BFE365
RGB
CMYK
RGB Variations
Color information
#BFE365 (or 0xBFE365) is known color: Conifer. HEX triplet: BF, E3 and 65. RGB value is (191,227,101). Sum of RGB (Red+Green+Blue) = 191+227+101=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE365 is #401C9A. Grayscale: #CACACA. Windows color (decimal): -4201627 or 6677439. OLE color: 6677439.
HSL color Cylindrical-coordinate representation of color #BFE365: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE365 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 101 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.11 |
| HSL | 77.14º | 0.69% | 0.64% | - |
| HSV(B) | 77.14º | 0.56% | 0.89% | - |
| XYZ | 51.3 | 66.95 | 22.53 | - |
| YUV | 201.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 101 | 0.16 | 0 | 0.56 | 0.11 | 77.14 | 0.69 | 0.64 |
| Hex | BF | E3 | 65 | 10 | 0 | 38 | B | 4D | 45 | 40 |
| Octal | 277 | 343 | 145 | 20 | 0 | 70 | 13 | 115 | 105 | 100 |
| Binary | 10111111 | 11100011 | 1100101 | 10000 | 0 | 111000 | 1011 | 1001101 | 1000101 | 1000000 |
Color Harmonies of #BFE365
Complementary color
Monochromatic Colors of #BFE365
Black with #BFE365
Text Example
Text Example
White with #BFE365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE365; }
p { color: rgb(191,227,101); }
H1.HeaderClassName
{
color: #BFE365;
}
.AnyTagClassName
{
color: #BFE365;
}
</style>
background-color css
<style>
a { background-color: #BFE365; }
a { background-color: rgb(191,227,101); }
div.DivClassName
{
background-color: #BFE365;
}
.BgClassName
{
background-color: #BFE365;
}
</style>
border-color css
<style>
span { border-color: #BFE365; }
span { border-color: rgb(191,227,101); }
td.TdClassName
{
border-color: #BFE365;
}
.TagClassName
{
border-color: #BFE365;
}
</style>