Shades of Fuego #BFE320
Tints of Fuego #BFE320
RGB
CMYK
RGB Variations
Color information
#BFE320 (or 0xBFE320) is known color: Fuego. HEX triplet: BF, E3 and 20. RGB value is (191,227,32). Sum of RGB (Red+Green+Blue) = 191+227+32=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE320 is #401CDF. Grayscale: #C2C2C2. Windows color (decimal): -4201696 or 2155455. OLE color: 2155455.
HSL color Cylindrical-coordinate representation of color #BFE320: hue angle of 71.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFE320 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.11 |
| HSL | 71.08º | 0.78% | 0.51% | - |
| HSV(B) | 71.08º | 0.86% | 0.89% | - |
| XYZ | 49.22 | 66.12 | 11.53 | - |
| YUV | 194.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 32 | 0.16 | 0 | 0.86 | 0.11 | 71.08 | 0.78 | 0.51 |
| Hex | BF | E3 | 20 | 10 | 0 | 56 | B | 47 | 4E | 33 |
| Octal | 277 | 343 | 40 | 20 | 0 | 126 | 13 | 107 | 116 | 63 |
| Binary | 10111111 | 11100011 | 100000 | 10000 | 0 | 1010110 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BFE320
Complementary color
Monochromatic Colors of #BFE320
Black with #BFE320
Text Example
Text Example
White with #BFE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE320; }
p { color: rgb(191,227,32); }
H1.HeaderClassName
{
color: #BFE320;
}
.AnyTagClassName
{
color: #BFE320;
}
</style>
background-color css
<style>
a { background-color: #BFE320; }
a { background-color: rgb(191,227,32); }
div.DivClassName
{
background-color: #BFE320;
}
.BgClassName
{
background-color: #BFE320;
}
</style>
border-color css
<style>
span { border-color: #BFE320; }
span { border-color: rgb(191,227,32); }
td.TdClassName
{
border-color: #BFE320;
}
.TagClassName
{
border-color: #BFE320;
}
</style>