Shades of Conifer #BFE265
Tints of Conifer #BFE265
RGB
CMYK
RGB Variations
Color information
#BFE265 (or 0xBFE265) is known color: Conifer. HEX triplet: BF, E2 and 65. RGB value is (191,226,101). Sum of RGB (Red+Green+Blue) = 191+226+101=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE265 is #401D9A. Grayscale: #C9C9C9. Windows color (decimal): -4201883 or 6677183. OLE color: 6677183.
HSL color Cylindrical-coordinate representation of color #BFE265: hue angle of 76.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE265 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 101 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.11 |
| HSL | 76.8º | 0.68% | 0.64% | - |
| HSV(B) | 76.8º | 0.55% | 0.89% | - |
| XYZ | 51.03 | 66.41 | 22.44 | - |
| YUV | 201.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 101 | 0.15 | 0 | 0.55 | 0.11 | 76.8 | 0.68 | 0.64 |
| Hex | BF | E2 | 65 | F | 0 | 37 | B | 4D | 44 | 40 |
| Octal | 277 | 342 | 145 | 17 | 0 | 67 | 13 | 115 | 104 | 100 |
| Binary | 10111111 | 11100010 | 1100101 | 1111 | 0 | 110111 | 1011 | 1001101 | 1000100 | 1000000 |
Color Harmonies of #BFE265
Complementary color
Monochromatic Colors of #BFE265
Black with #BFE265
Text Example
Text Example
White with #BFE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE265; }
p { color: rgb(191,226,101); }
H1.HeaderClassName
{
color: #BFE265;
}
.AnyTagClassName
{
color: #BFE265;
}
</style>
background-color css
<style>
a { background-color: #BFE265; }
a { background-color: rgb(191,226,101); }
div.DivClassName
{
background-color: #BFE265;
}
.BgClassName
{
background-color: #BFE265;
}
</style>
border-color css
<style>
span { border-color: #BFE265; }
span { border-color: rgb(191,226,101); }
td.TdClassName
{
border-color: #BFE265;
}
.TagClassName
{
border-color: #BFE265;
}
</style>