Shades of Fuego #BEE22D
Tints of Fuego #BEE22D
RGB
CMYK
RGB Variations
Color information
#BEE22D (or 0xBEE22D) is known color: Fuego. HEX triplet: BE, E2 and 2D. RGB value is (190,226,45). Sum of RGB (Red+Green+Blue) = 190+226+45=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE22D is #411DD2. Grayscale: #C3C3C3. Windows color (decimal): -4267475 or 3007166. OLE color: 3007166.
HSL color Cylindrical-coordinate representation of color #BEE22D: hue angle of 71.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEE22D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.11 |
| HSL | 71.93º | 0.76% | 0.53% | - |
| HSV(B) | 71.93º | 0.8% | 0.89% | - |
| XYZ | 48.91 | 65.53 | 12.55 | - |
| YUV | 194.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 45 | 0.16 | 0 | 0.80 | 0.11 | 71.93 | 0.76 | 0.53 |
| Hex | BE | E2 | 2D | 10 | 0 | 50 | B | 48 | 4C | 35 |
| Octal | 276 | 342 | 55 | 20 | 0 | 120 | 13 | 110 | 114 | 65 |
| Binary | 10111110 | 11100010 | 101101 | 10000 | 0 | 1010000 | 1011 | 1001000 | 1001100 | 110101 |
Color Harmonies of #BEE22D
Complementary color
Monochromatic Colors of #BEE22D
Black with #BEE22D
Text Example
Text Example
White with #BEE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE22D; }
p { color: rgb(190,226,45); }
H1.HeaderClassName
{
color: #BEE22D;
}
.AnyTagClassName
{
color: #BEE22D;
}
</style>
background-color css
<style>
a { background-color: #BEE22D; }
a { background-color: rgb(190,226,45); }
div.DivClassName
{
background-color: #BEE22D;
}
.BgClassName
{
background-color: #BEE22D;
}
</style>
border-color css
<style>
span { border-color: #BEE22D; }
span { border-color: rgb(190,226,45); }
td.TdClassName
{
border-color: #BEE22D;
}
.TagClassName
{
border-color: #BEE22D;
}
</style>