Shades of Fuego #BFE225
Tints of Fuego #BFE225
RGB
CMYK
RGB Variations
Color information
#BFE225 (or 0xBFE225) is known color: Fuego. HEX triplet: BF, E2 and 25. RGB value is (191,226,37). Sum of RGB (Red+Green+Blue) = 191+226+37=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE225 is #401DDA. Grayscale: #C2C2C2. Windows color (decimal): -4201947 or 2482879. OLE color: 2482879.
HSL color Cylindrical-coordinate representation of color #BFE225: hue angle of 71.11º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE225 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 37 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.11 |
| HSL | 71.11º | 0.77% | 0.52% | - |
| HSV(B) | 71.11º | 0.84% | 0.89% | - |
| XYZ | 49.02 | 65.6 | 11.83 | - |
| YUV | 193.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 37 | 0.15 | 0 | 0.84 | 0.11 | 71.11 | 0.77 | 0.52 |
| Hex | BF | E2 | 25 | F | 0 | 54 | B | 47 | 4D | 34 |
| Octal | 277 | 342 | 45 | 17 | 0 | 124 | 13 | 107 | 115 | 64 |
| Binary | 10111111 | 11100010 | 100101 | 1111 | 0 | 1010100 | 1011 | 1000111 | 1001101 | 110100 |
Color Harmonies of #BFE225
Complementary color
Monochromatic Colors of #BFE225
Black with #BFE225
Text Example
Text Example
White with #BFE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE225; }
p { color: rgb(191,226,37); }
H1.HeaderClassName
{
color: #BFE225;
}
.AnyTagClassName
{
color: #BFE225;
}
</style>
background-color css
<style>
a { background-color: #BFE225; }
a { background-color: rgb(191,226,37); }
div.DivClassName
{
background-color: #BFE225;
}
.BgClassName
{
background-color: #BFE225;
}
</style>
border-color css
<style>
span { border-color: #BFE225; }
span { border-color: rgb(191,226,37); }
td.TdClassName
{
border-color: #BFE225;
}
.TagClassName
{
border-color: #BFE225;
}
</style>