Shades of Fuego #BAE52D
Tints of Fuego #BAE52D
RGB
CMYK
RGB Variations
Color information
#BAE52D (or 0xBAE52D) is known color: Fuego. HEX triplet: BA, E5 and 2D. RGB value is (186,229,45). Sum of RGB (Red+Green+Blue) = 186+229+45=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE52D is #451AD2. Grayscale: #C3C3C3. Windows color (decimal): -4528851 or 3007930. OLE color: 3007930.
HSL color Cylindrical-coordinate representation of color #BAE52D: hue angle of 74.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE52D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 45 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.10 |
| HSL | 74.02º | 0.78% | 0.54% | - |
| HSV(B) | 74.02º | 0.8% | 0.9% | - |
| XYZ | 48.74 | 66.67 | 12.78 | - |
| YUV | 195.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 45 | 0.19 | 0 | 0.80 | 0.10 | 74.02 | 0.78 | 0.54 |
| Hex | BA | E5 | 2D | 13 | 0 | 50 | A | 4A | 4E | 36 |
| Octal | 272 | 345 | 55 | 23 | 0 | 120 | 12 | 112 | 116 | 66 |
| Binary | 10111010 | 11100101 | 101101 | 10011 | 0 | 1010000 | 1010 | 1001010 | 1001110 | 110110 |
Color Harmonies of #BAE52D
Complementary color
Monochromatic Colors of #BAE52D
Black with #BAE52D
Text Example
Text Example
White with #BAE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE52D; }
p { color: rgb(186,229,45); }
H1.HeaderClassName
{
color: #BAE52D;
}
.AnyTagClassName
{
color: #BAE52D;
}
</style>
background-color css
<style>
a { background-color: #BAE52D; }
a { background-color: rgb(186,229,45); }
div.DivClassName
{
background-color: #BAE52D;
}
.BgClassName
{
background-color: #BAE52D;
}
</style>
border-color css
<style>
span { border-color: #BAE52D; }
span { border-color: rgb(186,229,45); }
td.TdClassName
{
border-color: #BAE52D;
}
.TagClassName
{
border-color: #BAE52D;
}
</style>