Shades of Fuego #BEE022
Tints of Fuego #BEE022
RGB
CMYK
RGB Variations
Color information
#BEE022 (or 0xBEE022) is known color: Fuego. HEX triplet: BE, E0 and 22. RGB value is (190,224,34). Sum of RGB (Red+Green+Blue) = 190+224+34=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE022 is #411FDD. Grayscale: #C0C0C0. Windows color (decimal): -4267998 or 2285758. OLE color: 2285758.
HSL color Cylindrical-coordinate representation of color #BEE022: hue angle of 70.74º degrees, saturation: 0.75, 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 #BEE022 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 34 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.12 |
| HSL | 70.74º | 0.75% | 0.51% | - |
| HSV(B) | 70.74º | 0.85% | 0.88% | - |
| XYZ | 48.18 | 64.37 | 11.4 | - |
| YUV | 192.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 34 | 0.15 | 0 | 0.85 | 0.12 | 70.74 | 0.75 | 0.51 |
| Hex | BE | E0 | 22 | F | 0 | 55 | C | 47 | 4B | 33 |
| Octal | 276 | 340 | 42 | 17 | 0 | 125 | 14 | 107 | 113 | 63 |
| Binary | 10111110 | 11100000 | 100010 | 1111 | 0 | 1010101 | 1100 | 1000111 | 1001011 | 110011 |
Color Harmonies of #BEE022
Complementary color
Monochromatic Colors of #BEE022
Black with #BEE022
Text Example
Text Example
White with #BEE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE022; }
p { color: rgb(190,224,34); }
H1.HeaderClassName
{
color: #BEE022;
}
.AnyTagClassName
{
color: #BEE022;
}
</style>
background-color css
<style>
a { background-color: #BEE022; }
a { background-color: rgb(190,224,34); }
div.DivClassName
{
background-color: #BEE022;
}
.BgClassName
{
background-color: #BEE022;
}
</style>
border-color css
<style>
span { border-color: #BEE022; }
span { border-color: rgb(190,224,34); }
td.TdClassName
{
border-color: #BEE022;
}
.TagClassName
{
border-color: #BEE022;
}
</style>