Shades of Fuego #BEE123
Tints of Fuego #BEE123
RGB
CMYK
RGB Variations
Color information
#BEE123 (or 0xBEE123) is known color: Fuego. HEX triplet: BE, E1 and 23. RGB value is (190,225,35). Sum of RGB (Red+Green+Blue) = 190+225+35=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE123 is #411EDC. Grayscale: #C1C1C1. Windows color (decimal): -4267741 or 2351550. OLE color: 2351550.
HSL color Cylindrical-coordinate representation of color #BEE123: hue angle of 71.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEE123 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 35 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.12 |
| HSL | 71.05º | 0.76% | 0.51% | - |
| HSV(B) | 71.05º | 0.84% | 0.88% | - |
| XYZ | 48.46 | 64.92 | 11.57 | - |
| YUV | 192.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 35 | 0.16 | 0 | 0.84 | 0.12 | 71.05 | 0.76 | 0.51 |
| Hex | BE | E1 | 23 | 10 | 0 | 54 | C | 47 | 4C | 33 |
| Octal | 276 | 341 | 43 | 20 | 0 | 124 | 14 | 107 | 114 | 63 |
| Binary | 10111110 | 11100001 | 100011 | 10000 | 0 | 1010100 | 1100 | 1000111 | 1001100 | 110011 |
Color Harmonies of #BEE123
Complementary color
Monochromatic Colors of #BEE123
Black with #BEE123
Text Example
Text Example
White with #BEE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE123; }
p { color: rgb(190,225,35); }
H1.HeaderClassName
{
color: #BEE123;
}
.AnyTagClassName
{
color: #BEE123;
}
</style>
background-color css
<style>
a { background-color: #BEE123; }
a { background-color: rgb(190,225,35); }
div.DivClassName
{
background-color: #BEE123;
}
.BgClassName
{
background-color: #BEE123;
}
</style>
border-color css
<style>
span { border-color: #BEE123; }
span { border-color: rgb(190,225,35); }
td.TdClassName
{
border-color: #BEE123;
}
.TagClassName
{
border-color: #BEE123;
}
</style>