Shades of Fuego #BFE229
Tints of Fuego #BFE229
RGB
CMYK
RGB Variations
Color information
#BFE229 (or 0xBFE229) is known color: Fuego. HEX triplet: BF, E2 and 29. RGB value is (191,226,41). Sum of RGB (Red+Green+Blue) = 191+226+41=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE229 is #401DD6. Grayscale: #C3C3C3. Windows color (decimal): -4201943 or 2745023. OLE color: 2745023.
HSL color Cylindrical-coordinate representation of color #BFE229: hue angle of 71.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE229 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.11 |
| HSL | 71.35º | 0.76% | 0.52% | - |
| HSV(B) | 71.35º | 0.82% | 0.89% | - |
| XYZ | 49.08 | 65.63 | 12.18 | - |
| YUV | 194.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 41 | 0.15 | 0 | 0.82 | 0.11 | 71.35 | 0.76 | 0.52 |
| Hex | BF | E2 | 29 | F | 0 | 52 | B | 47 | 4C | 34 |
| Octal | 277 | 342 | 51 | 17 | 0 | 122 | 13 | 107 | 114 | 64 |
| Binary | 10111111 | 11100010 | 101001 | 1111 | 0 | 1010010 | 1011 | 1000111 | 1001100 | 110100 |
Color Harmonies of #BFE229
Complementary color
Monochromatic Colors of #BFE229
Black with #BFE229
Text Example
Text Example
White with #BFE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE229; }
p { color: rgb(191,226,41); }
H1.HeaderClassName
{
color: #BFE229;
}
.AnyTagClassName
{
color: #BFE229;
}
</style>
background-color css
<style>
a { background-color: #BFE229; }
a { background-color: rgb(191,226,41); }
div.DivClassName
{
background-color: #BFE229;
}
.BgClassName
{
background-color: #BFE229;
}
</style>
border-color css
<style>
span { border-color: #BFE229; }
span { border-color: rgb(191,226,41); }
td.TdClassName
{
border-color: #BFE229;
}
.TagClassName
{
border-color: #BFE229;
}
</style>