Shades of Fuego #BFE322
Tints of Fuego #BFE322
RGB
CMYK
RGB Variations
Color information
#BFE322 (or 0xBFE322) is known color: Fuego. HEX triplet: BF, E3 and 22. RGB value is (191,227,34). Sum of RGB (Red+Green+Blue) = 191+227+34=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE322 is #401CDD. Grayscale: #C2C2C2. Windows color (decimal): -4201694 or 2286527. OLE color: 2286527.
HSL color Cylindrical-coordinate representation of color #BFE322: hue angle of 71.19º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFE322 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 34 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.11 |
| HSL | 71.19º | 0.78% | 0.51% | - |
| HSV(B) | 71.19º | 0.85% | 0.89% | - |
| XYZ | 49.24 | 66.13 | 11.68 | - |
| YUV | 194.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 34 | 0.16 | 0 | 0.85 | 0.11 | 71.19 | 0.78 | 0.51 |
| Hex | BF | E3 | 22 | 10 | 0 | 55 | B | 47 | 4E | 33 |
| Octal | 277 | 343 | 42 | 20 | 0 | 125 | 13 | 107 | 116 | 63 |
| Binary | 10111111 | 11100011 | 100010 | 10000 | 0 | 1010101 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BFE322
Complementary color
Monochromatic Colors of #BFE322
Black with #BFE322
Text Example
Text Example
White with #BFE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE322; }
p { color: rgb(191,227,34); }
H1.HeaderClassName
{
color: #BFE322;
}
.AnyTagClassName
{
color: #BFE322;
}
</style>
background-color css
<style>
a { background-color: #BFE322; }
a { background-color: rgb(191,227,34); }
div.DivClassName
{
background-color: #BFE322;
}
.BgClassName
{
background-color: #BFE322;
}
</style>
border-color css
<style>
span { border-color: #BFE322; }
span { border-color: rgb(191,227,34); }
td.TdClassName
{
border-color: #BFE322;
}
.TagClassName
{
border-color: #BFE322;
}
</style>