Shades of Fuego #BEE121
Tints of Fuego #BEE121
RGB
CMYK
RGB Variations
Color information
#BEE121 (or 0xBEE121) is known color: Fuego. HEX triplet: BE, E1 and 21. RGB value is (190,225,33). Sum of RGB (Red+Green+Blue) = 190+225+33=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE121 is #411EDE. Grayscale: #C1C1C1. Windows color (decimal): -4267743 or 2220478. OLE color: 2220478.
HSL color Cylindrical-coordinate representation of color #BEE121: hue angle of 70.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEE121 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.12 |
| HSL | 70.94º | 0.76% | 0.51% | - |
| HSV(B) | 70.94º | 0.85% | 0.88% | - |
| XYZ | 48.43 | 64.91 | 11.41 | - |
| YUV | 192.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 33 | 0.16 | 0 | 0.85 | 0.12 | 70.94 | 0.76 | 0.51 |
| Hex | BE | E1 | 21 | 10 | 0 | 55 | C | 47 | 4C | 33 |
| Octal | 276 | 341 | 41 | 20 | 0 | 125 | 14 | 107 | 114 | 63 |
| Binary | 10111110 | 11100001 | 100001 | 10000 | 0 | 1010101 | 1100 | 1000111 | 1001100 | 110011 |
Color Harmonies of #BEE121
Complementary color
Monochromatic Colors of #BEE121
Black with #BEE121
Text Example
Text Example
White with #BEE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE121; }
p { color: rgb(190,225,33); }
H1.HeaderClassName
{
color: #BEE121;
}
.AnyTagClassName
{
color: #BEE121;
}
</style>
background-color css
<style>
a { background-color: #BEE121; }
a { background-color: rgb(190,225,33); }
div.DivClassName
{
background-color: #BEE121;
}
.BgClassName
{
background-color: #BEE121;
}
</style>
border-color css
<style>
span { border-color: #BEE121; }
span { border-color: rgb(190,225,33); }
td.TdClassName
{
border-color: #BEE121;
}
.TagClassName
{
border-color: #BEE121;
}
</style>