Shades of Fuego #BADA25
Tints of Fuego #BADA25
RGB
CMYK
RGB Variations
Color information
#BADA25 (or 0xBADA25) is known color: Fuego. HEX triplet: BA, DA and 25. RGB value is (186,218,37). Sum of RGB (Red+Green+Blue) = 186+218+37=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA25 is #4525DA. Grayscale: #BCBCBC. Windows color (decimal): -4531675 or 2480826. OLE color: 2480826.
HSL color Cylindrical-coordinate representation of color #BADA25: hue angle of 70.61º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BADA25 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 37 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.15 |
| HSL | 70.61º | 0.71% | 0.5% | - |
| HSV(B) | 70.61º | 0.83% | 0.85% | - |
| XYZ | 45.66 | 60.72 | 11.06 | - |
| YUV | 187.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 37 | 0.15 | 0 | 0.83 | 0.15 | 70.61 | 0.71 | 0.5 |
| Hex | BA | DA | 25 | F | 0 | 53 | F | 47 | 47 | 32 |
| Octal | 272 | 332 | 45 | 17 | 0 | 123 | 17 | 107 | 107 | 62 |
| Binary | 10111010 | 11011010 | 100101 | 1111 | 0 | 1010011 | 1111 | 1000111 | 1000111 | 110010 |
Color Harmonies of #BADA25
Complementary color
Monochromatic Colors of #BADA25
Black with #BADA25
Text Example
Text Example
White with #BADA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA25; }
p { color: rgb(186,218,37); }
H1.HeaderClassName
{
color: #BADA25;
}
.AnyTagClassName
{
color: #BADA25;
}
</style>
background-color css
<style>
a { background-color: #BADA25; }
a { background-color: rgb(186,218,37); }
div.DivClassName
{
background-color: #BADA25;
}
.BgClassName
{
background-color: #BADA25;
}
</style>
border-color css
<style>
span { border-color: #BADA25; }
span { border-color: rgb(186,218,37); }
td.TdClassName
{
border-color: #BADA25;
}
.TagClassName
{
border-color: #BADA25;
}
</style>