Shades of Fuego #BEE021
Tints of Fuego #BEE021
RGB
CMYK
RGB Variations
Color information
#BEE021 (or 0xBEE021) is known color: Fuego. HEX triplet: BE, E0 and 21. RGB value is (190,224,33). Sum of RGB (Red+Green+Blue) = 190+224+33=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE021 is #411FDE. Grayscale: #C0C0C0. Windows color (decimal): -4267999 or 2220222. OLE color: 2220222.
HSL color Cylindrical-coordinate representation of color #BEE021: hue angle of 70.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEE021 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 33 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.12 |
| HSL | 70.68º | 0.75% | 0.5% | - |
| HSV(B) | 70.68º | 0.85% | 0.88% | - |
| XYZ | 48.17 | 64.37 | 11.32 | - |
| YUV | 192.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 33 | 0.15 | 0 | 0.85 | 0.12 | 70.68 | 0.75 | 0.5 |
| Hex | BE | E0 | 21 | F | 0 | 55 | C | 47 | 4B | 32 |
| Octal | 276 | 340 | 41 | 17 | 0 | 125 | 14 | 107 | 113 | 62 |
| Binary | 10111110 | 11100000 | 100001 | 1111 | 0 | 1010101 | 1100 | 1000111 | 1001011 | 110010 |
Color Harmonies of #BEE021
Complementary color
Monochromatic Colors of #BEE021
Black with #BEE021
Text Example
Text Example
White with #BEE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE021; }
p { color: rgb(190,224,33); }
H1.HeaderClassName
{
color: #BEE021;
}
.AnyTagClassName
{
color: #BEE021;
}
</style>
background-color css
<style>
a { background-color: #BEE021; }
a { background-color: rgb(190,224,33); }
div.DivClassName
{
background-color: #BEE021;
}
.BgClassName
{
background-color: #BEE021;
}
</style>
border-color css
<style>
span { border-color: #BEE021; }
span { border-color: rgb(190,224,33); }
td.TdClassName
{
border-color: #BEE021;
}
.TagClassName
{
border-color: #BEE021;
}
</style>