Shades of Fuego #BAE425
Tints of Fuego #BAE425
RGB
CMYK
RGB Variations
Color information
#BAE425 (or 0xBAE425) is known color: Fuego. HEX triplet: BA, E4 and 25. RGB value is (186,228,37). Sum of RGB (Red+Green+Blue) = 186+228+37=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE425 is #451BDA. Grayscale: #C2C2C2. Windows color (decimal): -4529115 or 2483386. OLE color: 2483386.
HSL color Cylindrical-coordinate representation of color #BAE425: hue angle of 73.19º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE425 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.11 |
| HSL | 73.19º | 0.78% | 0.52% | - |
| HSV(B) | 73.19º | 0.84% | 0.89% | - |
| XYZ | 48.33 | 66.06 | 11.95 | - |
| YUV | 193.67 | 39.59 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 37 | 0.18 | 0 | 0.84 | 0.11 | 73.19 | 0.78 | 0.52 |
| Hex | BA | E4 | 25 | 12 | 0 | 54 | B | 49 | 4E | 34 |
| Octal | 272 | 344 | 45 | 22 | 0 | 124 | 13 | 111 | 116 | 64 |
| Binary | 10111010 | 11100100 | 100101 | 10010 | 0 | 1010100 | 1011 | 1001001 | 1001110 | 110100 |
Color Harmonies of #BAE425
Complementary color
Monochromatic Colors of #BAE425
Black with #BAE425
Text Example
Text Example
White with #BAE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE425; }
p { color: rgb(186,228,37); }
H1.HeaderClassName
{
color: #BAE425;
}
.AnyTagClassName
{
color: #BAE425;
}
</style>
background-color css
<style>
a { background-color: #BAE425; }
a { background-color: rgb(186,228,37); }
div.DivClassName
{
background-color: #BAE425;
}
.BgClassName
{
background-color: #BAE425;
}
</style>
border-color css
<style>
span { border-color: #BAE425; }
span { border-color: rgb(186,228,37); }
td.TdClassName
{
border-color: #BAE425;
}
.TagClassName
{
border-color: #BAE425;
}
</style>