Shades of Conifer #BFE263
Tints of Conifer #BFE263
RGB
CMYK
RGB Variations
Color information
#BFE263 (or 0xBFE263) is known color: Conifer. HEX triplet: BF, E2 and 63. RGB value is (191,226,99). Sum of RGB (Red+Green+Blue) = 191+226+99=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE263 is #401D9C. Grayscale: #C9C9C9. Windows color (decimal): -4201885 or 6546111. OLE color: 6546111.
HSL color Cylindrical-coordinate representation of color #BFE263: hue angle of 76.54º 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 #BFE263 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 99 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.11 |
| HSL | 76.54º | 0.69% | 0.64% | - |
| HSV(B) | 76.54º | 0.56% | 0.89% | - |
| XYZ | 50.93 | 66.37 | 21.93 | - |
| YUV | 201.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 99 | 0.15 | 0 | 0.56 | 0.11 | 76.54 | 0.69 | 0.64 |
| Hex | BF | E2 | 63 | F | 0 | 38 | B | 4D | 45 | 40 |
| Octal | 277 | 342 | 143 | 17 | 0 | 70 | 13 | 115 | 105 | 100 |
| Binary | 10111111 | 11100010 | 1100011 | 1111 | 0 | 111000 | 1011 | 1001101 | 1000101 | 1000000 |
Color Harmonies of #BFE263
Complementary color
Monochromatic Colors of #BFE263
Black with #BFE263
Text Example
Text Example
White with #BFE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE263; }
p { color: rgb(191,226,99); }
H1.HeaderClassName
{
color: #BFE263;
}
.AnyTagClassName
{
color: #BFE263;
}
</style>
background-color css
<style>
a { background-color: #BFE263; }
a { background-color: rgb(191,226,99); }
div.DivClassName
{
background-color: #BFE263;
}
.BgClassName
{
background-color: #BFE263;
}
</style>
border-color css
<style>
span { border-color: #BFE263; }
span { border-color: rgb(191,226,99); }
td.TdClassName
{
border-color: #BFE263;
}
.TagClassName
{
border-color: #BFE263;
}
</style>