Shades of Fuego #BEE42D
Tints of Fuego #BEE42D
RGB
CMYK
RGB Variations
Color information
#BEE42D (or 0xBEE42D) is known color: Fuego. HEX triplet: BE, E4 and 2D. RGB value is (190,228,45). Sum of RGB (Red+Green+Blue) = 190+228+45=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE42D is #411BD2. Grayscale: #C4C4C4. Windows color (decimal): -4266963 or 3007678. OLE color: 3007678.
HSL color Cylindrical-coordinate representation of color #BEE42D: hue angle of 72.46º degrees, saturation: 0.77, 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 #BEE42D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 45 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.11 |
| HSL | 72.46º | 0.77% | 0.54% | - |
| HSV(B) | 72.46º | 0.8% | 0.89% | - |
| XYZ | 49.45 | 66.62 | 12.74 | - |
| YUV | 195.78 | 42.91 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 45 | 0.17 | 0 | 0.80 | 0.11 | 72.46 | 0.77 | 0.54 |
| Hex | BE | E4 | 2D | 11 | 0 | 50 | B | 48 | 4D | 36 |
| Octal | 276 | 344 | 55 | 21 | 0 | 120 | 13 | 110 | 115 | 66 |
| Binary | 10111110 | 11100100 | 101101 | 10001 | 0 | 1010000 | 1011 | 1001000 | 1001101 | 110110 |
Color Harmonies of #BEE42D
Complementary color
Monochromatic Colors of #BEE42D
Black with #BEE42D
Text Example
Text Example
White with #BEE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE42D; }
p { color: rgb(190,228,45); }
H1.HeaderClassName
{
color: #BEE42D;
}
.AnyTagClassName
{
color: #BEE42D;
}
</style>
background-color css
<style>
a { background-color: #BEE42D; }
a { background-color: rgb(190,228,45); }
div.DivClassName
{
background-color: #BEE42D;
}
.BgClassName
{
background-color: #BEE42D;
}
</style>
border-color css
<style>
span { border-color: #BEE42D; }
span { border-color: rgb(190,228,45); }
td.TdClassName
{
border-color: #BEE42D;
}
.TagClassName
{
border-color: #BEE42D;
}
</style>