Shades of Fuego #BADE24
Tints of Fuego #BADE24
RGB
CMYK
RGB Variations
Color information
#BADE24 (or 0xBADE24) is known color: Fuego. HEX triplet: BA, DE and 24. RGB value is (186,222,36). Sum of RGB (Red+Green+Blue) = 186+222+36=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE24 is #4521DB. Grayscale: #BEBEBE. Windows color (decimal): -4530652 or 2416314. OLE color: 2416314.
HSL color Cylindrical-coordinate representation of color #BADE24: hue angle of 71.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BADE24 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 36 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.13 |
| HSL | 71.61º | 0.74% | 0.51% | - |
| HSV(B) | 71.61º | 0.84% | 0.87% | - |
| XYZ | 46.69 | 62.81 | 11.33 | - |
| YUV | 190.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 36 | 0.16 | 0 | 0.84 | 0.13 | 71.61 | 0.74 | 0.51 |
| Hex | BA | DE | 24 | 10 | 0 | 54 | D | 48 | 4A | 33 |
| Octal | 272 | 336 | 44 | 20 | 0 | 124 | 15 | 110 | 112 | 63 |
| Binary | 10111010 | 11011110 | 100100 | 10000 | 0 | 1010100 | 1101 | 1001000 | 1001010 | 110011 |
Color Harmonies of #BADE24
Complementary color
Monochromatic Colors of #BADE24
Black with #BADE24
Text Example
Text Example
White with #BADE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE24; }
p { color: rgb(186,222,36); }
H1.HeaderClassName
{
color: #BADE24;
}
.AnyTagClassName
{
color: #BADE24;
}
</style>
background-color css
<style>
a { background-color: #BADE24; }
a { background-color: rgb(186,222,36); }
div.DivClassName
{
background-color: #BADE24;
}
.BgClassName
{
background-color: #BADE24;
}
</style>
border-color css
<style>
span { border-color: #BADE24; }
span { border-color: rgb(186,222,36); }
td.TdClassName
{
border-color: #BADE24;
}
.TagClassName
{
border-color: #BADE24;
}
</style>