Shades of Fuego #BEE32E
Tints of Fuego #BEE32E
RGB
CMYK
RGB Variations
Color information
#BEE32E (or 0xBEE32E) is known color: Fuego. HEX triplet: BE, E3 and 2E. RGB value is (190,227,46). Sum of RGB (Red+Green+Blue) = 190+227+46=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE32E is #411CD1. Grayscale: #C3C3C3. Windows color (decimal): -4267218 or 3072958. OLE color: 3072958.
HSL color Cylindrical-coordinate representation of color #BEE32E: hue angle of 72.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEE32E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 46 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.11 |
| HSL | 72.27º | 0.76% | 0.54% | - |
| HSV(B) | 72.27º | 0.8% | 0.89% | - |
| XYZ | 49.2 | 66.08 | 12.75 | - |
| YUV | 195.3 | 43.74 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 46 | 0.16 | 0 | 0.80 | 0.11 | 72.27 | 0.76 | 0.54 |
| Hex | BE | E3 | 2E | 10 | 0 | 50 | B | 48 | 4C | 36 |
| Octal | 276 | 343 | 56 | 20 | 0 | 120 | 13 | 110 | 114 | 66 |
| Binary | 10111110 | 11100011 | 101110 | 10000 | 0 | 1010000 | 1011 | 1001000 | 1001100 | 110110 |
Color Harmonies of #BEE32E
Complementary color
Monochromatic Colors of #BEE32E
Black with #BEE32E
Text Example
Text Example
White with #BEE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE32E; }
p { color: rgb(190,227,46); }
H1.HeaderClassName
{
color: #BEE32E;
}
.AnyTagClassName
{
color: #BEE32E;
}
</style>
background-color css
<style>
a { background-color: #BEE32E; }
a { background-color: rgb(190,227,46); }
div.DivClassName
{
background-color: #BEE32E;
}
.BgClassName
{
background-color: #BEE32E;
}
</style>
border-color css
<style>
span { border-color: #BEE32E; }
span { border-color: rgb(190,227,46); }
td.TdClassName
{
border-color: #BEE32E;
}
.TagClassName
{
border-color: #BEE32E;
}
</style>