Shades of Fuego #BFE123
Tints of Fuego #BFE123
RGB
CMYK
RGB Variations
Color information
#BFE123 (or 0xBFE123) is known color: Fuego. HEX triplet: BF, E1 and 23. RGB value is (191,225,35). Sum of RGB (Red+Green+Blue) = 191+225+35=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE123 is #401EDC. Grayscale: #C1C1C1. Windows color (decimal): -4202205 or 2351551. OLE color: 2351551.
HSL color Cylindrical-coordinate representation of color #BFE123: hue angle of 70.74º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE123 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 35 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.12 |
| HSL | 70.74º | 0.76% | 0.51% | - |
| HSV(B) | 70.74º | 0.84% | 0.88% | - |
| XYZ | 48.71 | 65.05 | 11.58 | - |
| YUV | 193.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 35 | 0.15 | 0 | 0.84 | 0.12 | 70.74 | 0.76 | 0.51 |
| Hex | BF | E1 | 23 | F | 0 | 54 | C | 47 | 4C | 33 |
| Octal | 277 | 341 | 43 | 17 | 0 | 124 | 14 | 107 | 114 | 63 |
| Binary | 10111111 | 11100001 | 100011 | 1111 | 0 | 1010100 | 1100 | 1000111 | 1001100 | 110011 |
Color Harmonies of #BFE123
Complementary color
Monochromatic Colors of #BFE123
Black with #BFE123
Text Example
Text Example
White with #BFE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE123; }
p { color: rgb(191,225,35); }
H1.HeaderClassName
{
color: #BFE123;
}
.AnyTagClassName
{
color: #BFE123;
}
</style>
background-color css
<style>
a { background-color: #BFE123; }
a { background-color: rgb(191,225,35); }
div.DivClassName
{
background-color: #BFE123;
}
.BgClassName
{
background-color: #BFE123;
}
</style>
border-color css
<style>
span { border-color: #BFE123; }
span { border-color: rgb(191,225,35); }
td.TdClassName
{
border-color: #BFE123;
}
.TagClassName
{
border-color: #BFE123;
}
</style>