Shades of Fuego #BADF24
Tints of Fuego #BADF24
RGB
CMYK
RGB Variations
Color information
#BADF24 (or 0xBADF24) is known color: Fuego. HEX triplet: BA, DF and 24. RGB value is (186,223,36). Sum of RGB (Red+Green+Blue) = 186+223+36=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF24 is #4520DB. Grayscale: #BFBFBF. Windows color (decimal): -4530396 or 2416570. OLE color: 2416570.
HSL color Cylindrical-coordinate representation of color #BADF24: hue angle of 71.87º degrees, saturation: 0.75, 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 #BADF24 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 36 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.13 |
| HSL | 71.87º | 0.75% | 0.51% | - |
| HSV(B) | 71.87º | 0.84% | 0.87% | - |
| XYZ | 46.96 | 63.34 | 11.42 | - |
| YUV | 190.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 36 | 0.17 | 0 | 0.84 | 0.13 | 71.87 | 0.75 | 0.51 |
| Hex | BA | DF | 24 | 11 | 0 | 54 | D | 48 | 4B | 33 |
| Octal | 272 | 337 | 44 | 21 | 0 | 124 | 15 | 110 | 113 | 63 |
| Binary | 10111010 | 11011111 | 100100 | 10001 | 0 | 1010100 | 1101 | 1001000 | 1001011 | 110011 |
Color Harmonies of #BADF24
Complementary color
Monochromatic Colors of #BADF24
Black with #BADF24
Text Example
Text Example
White with #BADF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF24; }
p { color: rgb(186,223,36); }
H1.HeaderClassName
{
color: #BADF24;
}
.AnyTagClassName
{
color: #BADF24;
}
</style>
background-color css
<style>
a { background-color: #BADF24; }
a { background-color: rgb(186,223,36); }
div.DivClassName
{
background-color: #BADF24;
}
.BgClassName
{
background-color: #BADF24;
}
</style>
border-color css
<style>
span { border-color: #BADF24; }
span { border-color: rgb(186,223,36); }
td.TdClassName
{
border-color: #BADF24;
}
.TagClassName
{
border-color: #BADF24;
}
</style>