Shades of Fuego #BEE020
Tints of Fuego #BEE020
RGB
CMYK
RGB Variations
Color information
#BEE020 (or 0xBEE020) is known color: Fuego. HEX triplet: BE, E0 and 20. RGB value is (190,224,32). Sum of RGB (Red+Green+Blue) = 190+224+32=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE020 is #411FDF. Grayscale: #C0C0C0. Windows color (decimal): -4268000 or 2154686. OLE color: 2154686.
HSL color Cylindrical-coordinate representation of color #BEE020: hue angle of 70.62º 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 #BEE020 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 32 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.12 |
| HSL | 70.62º | 0.76% | 0.5% | - |
| HSV(B) | 70.62º | 0.86% | 0.88% | - |
| XYZ | 48.15 | 64.36 | 11.25 | - |
| YUV | 191.95 | 37.74 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 32 | 0.15 | 0 | 0.86 | 0.12 | 70.62 | 0.76 | 0.5 |
| Hex | BE | E0 | 20 | F | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 276 | 340 | 40 | 17 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111110 | 11100000 | 100000 | 1111 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BEE020
Complementary color
Monochromatic Colors of #BEE020
Black with #BEE020
Text Example
Text Example
White with #BEE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE020; }
p { color: rgb(190,224,32); }
H1.HeaderClassName
{
color: #BEE020;
}
.AnyTagClassName
{
color: #BEE020;
}
</style>
background-color css
<style>
a { background-color: #BEE020; }
a { background-color: rgb(190,224,32); }
div.DivClassName
{
background-color: #BEE020;
}
.BgClassName
{
background-color: #BEE020;
}
</style>
border-color css
<style>
span { border-color: #BEE020; }
span { border-color: rgb(190,224,32); }
td.TdClassName
{
border-color: #BEE020;
}
.TagClassName
{
border-color: #BEE020;
}
</style>