Shades of Fuego #BEE824
Tints of Fuego #BEE824
RGB
CMYK
RGB Variations
Color information
#BEE824 (or 0xBEE824) is known color: Fuego. HEX triplet: BE, E8 and 24. RGB value is (190,232,36). Sum of RGB (Red+Green+Blue) = 190+232+36=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE824 is #4117DB. Grayscale: #C5C5C5. Windows color (decimal): -4265948 or 2418878. OLE color: 2418878.
HSL color Cylindrical-coordinate representation of color #BEE824: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEE824 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 36 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.09 |
| HSL | 72.86º | 0.81% | 0.53% | - |
| HSV(B) | 72.86º | 0.84% | 0.91% | - |
| XYZ | 50.41 | 68.79 | 12.29 | - |
| YUV | 197.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 36 | 0.18 | 0 | 0.84 | 0.09 | 72.86 | 0.81 | 0.53 |
| Hex | BE | E8 | 24 | 12 | 0 | 54 | 9 | 49 | 51 | 35 |
| Octal | 276 | 350 | 44 | 22 | 0 | 124 | 11 | 111 | 121 | 65 |
| Binary | 10111110 | 11101000 | 100100 | 10010 | 0 | 1010100 | 1001 | 1001001 | 1010001 | 110101 |
Color Harmonies of #BEE824
Complementary color
Monochromatic Colors of #BEE824
Black with #BEE824
Text Example
Text Example
White with #BEE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE824; }
p { color: rgb(190,232,36); }
H1.HeaderClassName
{
color: #BEE824;
}
.AnyTagClassName
{
color: #BEE824;
}
</style>
background-color css
<style>
a { background-color: #BEE824; }
a { background-color: rgb(190,232,36); }
div.DivClassName
{
background-color: #BEE824;
}
.BgClassName
{
background-color: #BEE824;
}
</style>
border-color css
<style>
span { border-color: #BEE824; }
span { border-color: rgb(190,232,36); }
td.TdClassName
{
border-color: #BEE824;
}
.TagClassName
{
border-color: #BEE824;
}
</style>