Shades of Fuego #BEE120
Tints of Fuego #BEE120
RGB
CMYK
RGB Variations
Color information
#BEE120 (or 0xBEE120) is known color: Fuego. HEX triplet: BE, E1 and 20. RGB value is (190,225,32). Sum of RGB (Red+Green+Blue) = 190+225+32=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE120 is #411EDF. Grayscale: #C1C1C1. Windows color (decimal): -4267744 or 2154942. OLE color: 2154942.
HSL color Cylindrical-coordinate representation of color #BEE120: hue angle of 70.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEE120 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.12 |
| HSL | 70.88º | 0.76% | 0.5% | - |
| HSV(B) | 70.88º | 0.86% | 0.88% | - |
| XYZ | 48.42 | 64.9 | 11.34 | - |
| YUV | 192.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 32 | 0.16 | 0 | 0.86 | 0.12 | 70.88 | 0.76 | 0.5 |
| Hex | BE | E1 | 20 | 10 | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 276 | 341 | 40 | 20 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111110 | 11100001 | 100000 | 10000 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BEE120
Complementary color
Monochromatic Colors of #BEE120
Black with #BEE120
Text Example
Text Example
White with #BEE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE120; }
p { color: rgb(190,225,32); }
H1.HeaderClassName
{
color: #BEE120;
}
.AnyTagClassName
{
color: #BEE120;
}
</style>
background-color css
<style>
a { background-color: #BEE120; }
a { background-color: rgb(190,225,32); }
div.DivClassName
{
background-color: #BEE120;
}
.BgClassName
{
background-color: #BEE120;
}
</style>
border-color css
<style>
span { border-color: #BEE120; }
span { border-color: rgb(190,225,32); }
td.TdClassName
{
border-color: #BEE120;
}
.TagClassName
{
border-color: #BEE120;
}
</style>