Shades of Fuego #BFE029
Tints of Fuego #BFE029
RGB
CMYK
RGB Variations
Color information
#BFE029 (or 0xBFE029) is known color: Fuego. HEX triplet: BF, E0 and 29. RGB value is (191,224,41). Sum of RGB (Red+Green+Blue) = 191+224+41=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE029 is #401FD6. Grayscale: #C1C1C1. Windows color (decimal): -4202455 or 2744511. OLE color: 2744511.
HSL color Cylindrical-coordinate representation of color #BFE029: hue angle of 70.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE029 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.12 |
| HSL | 70.82º | 0.75% | 0.52% | - |
| HSV(B) | 70.82º | 0.82% | 0.88% | - |
| XYZ | 48.54 | 64.55 | 12 | - |
| YUV | 193.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 41 | 0.15 | 0 | 0.82 | 0.12 | 70.82 | 0.75 | 0.52 |
| Hex | BF | E0 | 29 | F | 0 | 52 | C | 47 | 4B | 34 |
| Octal | 277 | 340 | 51 | 17 | 0 | 122 | 14 | 107 | 113 | 64 |
| Binary | 10111111 | 11100000 | 101001 | 1111 | 0 | 1010010 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #BFE029
Complementary color
Monochromatic Colors of #BFE029
Black with #BFE029
Text Example
Text Example
White with #BFE029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE029; }
p { color: rgb(191,224,41); }
H1.HeaderClassName
{
color: #BFE029;
}
.AnyTagClassName
{
color: #BFE029;
}
</style>
background-color css
<style>
a { background-color: #BFE029; }
a { background-color: rgb(191,224,41); }
div.DivClassName
{
background-color: #BFE029;
}
.BgClassName
{
background-color: #BFE029;
}
</style>
border-color css
<style>
span { border-color: #BFE029; }
span { border-color: rgb(191,224,41); }
td.TdClassName
{
border-color: #BFE029;
}
.TagClassName
{
border-color: #BFE029;
}
</style>