Shades of Conifer #BFE463
Tints of Conifer #BFE463
RGB
CMYK
RGB Variations
Color information
#BFE463 (or 0xBFE463) is known color: Conifer. HEX triplet: BF, E4 and 63. RGB value is (191,228,99). Sum of RGB (Red+Green+Blue) = 191+228+99=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE463 is #401B9C. Grayscale: #CACACA. Windows color (decimal): -4201373 or 6546623. OLE color: 6546623.
HSL color Cylindrical-coordinate representation of color #BFE463: hue angle of 77.21º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE463 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 99 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.11 |
| HSL | 77.21º | 0.7% | 0.64% | - |
| HSV(B) | 77.21º | 0.57% | 0.89% | - |
| XYZ | 51.48 | 67.46 | 22.11 | - |
| YUV | 202.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 99 | 0.16 | 0 | 0.57 | 0.11 | 77.21 | 0.7 | 0.64 |
| Hex | BF | E4 | 63 | 10 | 0 | 39 | B | 4D | 46 | 40 |
| Octal | 277 | 344 | 143 | 20 | 0 | 71 | 13 | 115 | 106 | 100 |
| Binary | 10111111 | 11100100 | 1100011 | 10000 | 0 | 111001 | 1011 | 1001101 | 1000110 | 1000000 |
Color Harmonies of #BFE463
Complementary color
Monochromatic Colors of #BFE463
Black with #BFE463
Text Example
Text Example
White with #BFE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE463; }
p { color: rgb(191,228,99); }
H1.HeaderClassName
{
color: #BFE463;
}
.AnyTagClassName
{
color: #BFE463;
}
</style>
background-color css
<style>
a { background-color: #BFE463; }
a { background-color: rgb(191,228,99); }
div.DivClassName
{
background-color: #BFE463;
}
.BgClassName
{
background-color: #BFE463;
}
</style>
border-color css
<style>
span { border-color: #BFE463; }
span { border-color: rgb(191,228,99); }
td.TdClassName
{
border-color: #BFE463;
}
.TagClassName
{
border-color: #BFE463;
}
</style>