Shades of Fuego #BEE124
Tints of Fuego #BEE124
RGB
CMYK
RGB Variations
Color information
#BEE124 (or 0xBEE124) is known color: Fuego. HEX triplet: BE, E1 and 24. RGB value is (190,225,36). Sum of RGB (Red+Green+Blue) = 190+225+36=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE124 is #411EDB. Grayscale: #C1C1C1. Windows color (decimal): -4267740 or 2417086. OLE color: 2417086.
HSL color Cylindrical-coordinate representation of color #BEE124: hue angle of 71.11º 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 #BEE124 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 36 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.12 |
| HSL | 71.11º | 0.76% | 0.51% | - |
| HSV(B) | 71.11º | 0.84% | 0.88% | - |
| XYZ | 48.48 | 64.92 | 11.65 | - |
| YUV | 192.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 36 | 0.16 | 0 | 0.84 | 0.12 | 71.11 | 0.76 | 0.51 |
| Hex | BE | E1 | 24 | 10 | 0 | 54 | C | 47 | 4C | 33 |
| Octal | 276 | 341 | 44 | 20 | 0 | 124 | 14 | 107 | 114 | 63 |
| Binary | 10111110 | 11100001 | 100100 | 10000 | 0 | 1010100 | 1100 | 1000111 | 1001100 | 110011 |
Color Harmonies of #BEE124
Complementary color
Monochromatic Colors of #BEE124
Black with #BEE124
Text Example
Text Example
White with #BEE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE124; }
p { color: rgb(190,225,36); }
H1.HeaderClassName
{
color: #BEE124;
}
.AnyTagClassName
{
color: #BEE124;
}
</style>
background-color css
<style>
a { background-color: #BEE124; }
a { background-color: rgb(190,225,36); }
div.DivClassName
{
background-color: #BEE124;
}
.BgClassName
{
background-color: #BEE124;
}
</style>
border-color css
<style>
span { border-color: #BEE124; }
span { border-color: rgb(190,225,36); }
td.TdClassName
{
border-color: #BEE124;
}
.TagClassName
{
border-color: #BEE124;
}
</style>