Shades of Fuego #BAE02D
Tints of Fuego #BAE02D
RGB
CMYK
RGB Variations
Color information
#BAE02D (or 0xBAE02D) is known color: Fuego. HEX triplet: BA, E0 and 2D. RGB value is (186,224,45). Sum of RGB (Red+Green+Blue) = 186+224+45=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE02D is #451FD2. Grayscale: #C0C0C0. Windows color (decimal): -4530131 or 3006650. OLE color: 3006650.
HSL color Cylindrical-coordinate representation of color #BAE02D: hue angle of 72.74º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE02D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 45 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.12 |
| HSL | 72.74º | 0.74% | 0.53% | - |
| HSV(B) | 72.74º | 0.8% | 0.88% | - |
| XYZ | 47.38 | 63.94 | 12.33 | - |
| YUV | 192.23 | 44.91 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 45 | 0.17 | 0 | 0.80 | 0.12 | 72.74 | 0.74 | 0.53 |
| Hex | BA | E0 | 2D | 11 | 0 | 50 | C | 49 | 4A | 35 |
| Octal | 272 | 340 | 55 | 21 | 0 | 120 | 14 | 111 | 112 | 65 |
| Binary | 10111010 | 11100000 | 101101 | 10001 | 0 | 1010000 | 1100 | 1001001 | 1001010 | 110101 |
Color Harmonies of #BAE02D
Complementary color
Monochromatic Colors of #BAE02D
Black with #BAE02D
Text Example
Text Example
White with #BAE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE02D; }
p { color: rgb(186,224,45); }
H1.HeaderClassName
{
color: #BAE02D;
}
.AnyTagClassName
{
color: #BAE02D;
}
</style>
background-color css
<style>
a { background-color: #BAE02D; }
a { background-color: rgb(186,224,45); }
div.DivClassName
{
background-color: #BAE02D;
}
.BgClassName
{
background-color: #BAE02D;
}
</style>
border-color css
<style>
span { border-color: #BAE02D; }
span { border-color: rgb(186,224,45); }
td.TdClassName
{
border-color: #BAE02D;
}
.TagClassName
{
border-color: #BAE02D;
}
</style>