Shades of Fuego #BFE829
Tints of Fuego #BFE829
RGB
CMYK
RGB Variations
Color information
#BFE829 (or 0xBFE829) is known color: Fuego. HEX triplet: BF, E8 and 29. RGB value is (191,232,41). Sum of RGB (Red+Green+Blue) = 191+232+41=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE829 is #4017D6. Grayscale: #C6C6C6. Windows color (decimal): -4200407 or 2746559. OLE color: 2746559.
HSL color Cylindrical-coordinate representation of color #BFE829: hue angle of 72.88º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE829 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 41 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.09 |
| HSL | 72.88º | 0.81% | 0.54% | - |
| HSV(B) | 72.88º | 0.82% | 0.91% | - |
| XYZ | 50.74 | 68.95 | 12.73 | - |
| YUV | 197.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 41 | 0.18 | 0 | 0.82 | 0.09 | 72.88 | 0.81 | 0.54 |
| Hex | BF | E8 | 29 | 12 | 0 | 52 | 9 | 49 | 51 | 36 |
| Octal | 277 | 350 | 51 | 22 | 0 | 122 | 11 | 111 | 121 | 66 |
| Binary | 10111111 | 11101000 | 101001 | 10010 | 0 | 1010010 | 1001 | 1001001 | 1010001 | 110110 |
Color Harmonies of #BFE829
Complementary color
Monochromatic Colors of #BFE829
Black with #BFE829
Text Example
Text Example
White with #BFE829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE829; }
p { color: rgb(191,232,41); }
H1.HeaderClassName
{
color: #BFE829;
}
.AnyTagClassName
{
color: #BFE829;
}
</style>
background-color css
<style>
a { background-color: #BFE829; }
a { background-color: rgb(191,232,41); }
div.DivClassName
{
background-color: #BFE829;
}
.BgClassName
{
background-color: #BFE829;
}
</style>
border-color css
<style>
span { border-color: #BFE829; }
span { border-color: rgb(191,232,41); }
td.TdClassName
{
border-color: #BFE829;
}
.TagClassName
{
border-color: #BFE829;
}
</style>