Shades of Fuego #BEE424
Tints of Fuego #BEE424
RGB
CMYK
RGB Variations
Color information
#BEE424 (or 0xBEE424) is known color: Fuego. HEX triplet: BE, E4 and 24. RGB value is (190,228,36). Sum of RGB (Red+Green+Blue) = 190+228+36=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE424 is #411BDB. Grayscale: #C3C3C3. Windows color (decimal): -4266972 or 2417854. OLE color: 2417854.
HSL color Cylindrical-coordinate representation of color #BEE424: hue angle of 71.88º degrees, saturation: 0.78, 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 #BEE424 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 36 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.11 |
| HSL | 71.88º | 0.78% | 0.52% | - |
| HSV(B) | 71.88º | 0.84% | 0.89% | - |
| XYZ | 49.3 | 66.56 | 11.92 | - |
| YUV | 194.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 36 | 0.17 | 0 | 0.84 | 0.11 | 71.88 | 0.78 | 0.52 |
| Hex | BE | E4 | 24 | 11 | 0 | 54 | B | 48 | 4E | 34 |
| Octal | 276 | 344 | 44 | 21 | 0 | 124 | 13 | 110 | 116 | 64 |
| Binary | 10111110 | 11100100 | 100100 | 10001 | 0 | 1010100 | 1011 | 1001000 | 1001110 | 110100 |
Color Harmonies of #BEE424
Complementary color
Monochromatic Colors of #BEE424
Black with #BEE424
Text Example
Text Example
White with #BEE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE424; }
p { color: rgb(190,228,36); }
H1.HeaderClassName
{
color: #BEE424;
}
.AnyTagClassName
{
color: #BEE424;
}
</style>
background-color css
<style>
a { background-color: #BEE424; }
a { background-color: rgb(190,228,36); }
div.DivClassName
{
background-color: #BEE424;
}
.BgClassName
{
background-color: #BEE424;
}
</style>
border-color css
<style>
span { border-color: #BEE424; }
span { border-color: rgb(190,228,36); }
td.TdClassName
{
border-color: #BEE424;
}
.TagClassName
{
border-color: #BEE424;
}
</style>