Shades of Fuego #BFE329
Tints of Fuego #BFE329
RGB
CMYK
RGB Variations
Color information
#BFE329 (or 0xBFE329) is known color: Fuego. HEX triplet: BF, E3 and 29. RGB value is (191,227,41). Sum of RGB (Red+Green+Blue) = 191+227+41=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE329 is #401CD6. Grayscale: #C3C3C3. Windows color (decimal): -4201687 or 2745279. OLE color: 2745279.
HSL color Cylindrical-coordinate representation of color #BFE329: hue angle of 71.61º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE329 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.11 |
| HSL | 71.61º | 0.77% | 0.53% | - |
| HSV(B) | 71.61º | 0.82% | 0.89% | - |
| XYZ | 49.36 | 66.17 | 12.27 | - |
| YUV | 195.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 41 | 0.16 | 0 | 0.82 | 0.11 | 71.61 | 0.77 | 0.53 |
| Hex | BF | E3 | 29 | 10 | 0 | 52 | B | 48 | 4D | 35 |
| Octal | 277 | 343 | 51 | 20 | 0 | 122 | 13 | 110 | 115 | 65 |
| Binary | 10111111 | 11100011 | 101001 | 10000 | 0 | 1010010 | 1011 | 1001000 | 1001101 | 110101 |
Color Harmonies of #BFE329
Complementary color
Monochromatic Colors of #BFE329
Black with #BFE329
Text Example
Text Example
White with #BFE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE329; }
p { color: rgb(191,227,41); }
H1.HeaderClassName
{
color: #BFE329;
}
.AnyTagClassName
{
color: #BFE329;
}
</style>
background-color css
<style>
a { background-color: #BFE329; }
a { background-color: rgb(191,227,41); }
div.DivClassName
{
background-color: #BFE329;
}
.BgClassName
{
background-color: #BFE329;
}
</style>
border-color css
<style>
span { border-color: #BFE329; }
span { border-color: rgb(191,227,41); }
td.TdClassName
{
border-color: #BFE329;
}
.TagClassName
{
border-color: #BFE329;
}
</style>