Shades of Fuego #BEE321
Tints of Fuego #BEE321
RGB
CMYK
RGB Variations
Color information
#BEE321 (or 0xBEE321) is known color: Fuego. HEX triplet: BE, E3 and 21. RGB value is (190,227,33). Sum of RGB (Red+Green+Blue) = 190+227+33=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE321 is #411CDE. Grayscale: #C2C2C2. Windows color (decimal): -4267231 or 2220990. OLE color: 2220990.
HSL color Cylindrical-coordinate representation of color #BEE321: hue angle of 71.44º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEE321 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.11 |
| HSL | 71.44º | 0.78% | 0.51% | - |
| HSV(B) | 71.44º | 0.85% | 0.89% | - |
| XYZ | 48.98 | 66 | 11.6 | - |
| YUV | 193.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 33 | 0.16 | 0 | 0.85 | 0.11 | 71.44 | 0.78 | 0.51 |
| Hex | BE | E3 | 21 | 10 | 0 | 55 | B | 47 | 4E | 33 |
| Octal | 276 | 343 | 41 | 20 | 0 | 125 | 13 | 107 | 116 | 63 |
| Binary | 10111110 | 11100011 | 100001 | 10000 | 0 | 1010101 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BEE321
Complementary color
Monochromatic Colors of #BEE321
Black with #BEE321
Text Example
Text Example
White with #BEE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE321; }
p { color: rgb(190,227,33); }
H1.HeaderClassName
{
color: #BEE321;
}
.AnyTagClassName
{
color: #BEE321;
}
</style>
background-color css
<style>
a { background-color: #BEE321; }
a { background-color: rgb(190,227,33); }
div.DivClassName
{
background-color: #BEE321;
}
.BgClassName
{
background-color: #BEE321;
}
</style>
border-color css
<style>
span { border-color: #BEE321; }
span { border-color: rgb(190,227,33); }
td.TdClassName
{
border-color: #BEE321;
}
.TagClassName
{
border-color: #BEE321;
}
</style>