Shades of Fuego #BADE21
Tints of Fuego #BADE21
RGB
CMYK
RGB Variations
Color information
#BADE21 (or 0xBADE21) is known color: Fuego. HEX triplet: BA, DE and 21. RGB value is (186,222,33). Sum of RGB (Red+Green+Blue) = 186+222+33=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE21 is #4521DE. Grayscale: #BEBEBE. Windows color (decimal): -4530655 or 2219706. OLE color: 2219706.
HSL color Cylindrical-coordinate representation of color #BADE21: hue angle of 71.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BADE21 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.13 |
| HSL | 71.43º | 0.74% | 0.5% | - |
| HSV(B) | 71.43º | 0.85% | 0.87% | - |
| XYZ | 46.65 | 62.79 | 11.1 | - |
| YUV | 189.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 33 | 0.16 | 0 | 0.85 | 0.13 | 71.43 | 0.74 | 0.5 |
| Hex | BA | DE | 21 | 10 | 0 | 55 | D | 47 | 4A | 32 |
| Octal | 272 | 336 | 41 | 20 | 0 | 125 | 15 | 107 | 112 | 62 |
| Binary | 10111010 | 11011110 | 100001 | 10000 | 0 | 1010101 | 1101 | 1000111 | 1001010 | 110010 |
Color Harmonies of #BADE21
Complementary color
Monochromatic Colors of #BADE21
Black with #BADE21
Text Example
Text Example
White with #BADE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE21; }
p { color: rgb(186,222,33); }
H1.HeaderClassName
{
color: #BADE21;
}
.AnyTagClassName
{
color: #BADE21;
}
</style>
background-color css
<style>
a { background-color: #BADE21; }
a { background-color: rgb(186,222,33); }
div.DivClassName
{
background-color: #BADE21;
}
.BgClassName
{
background-color: #BADE21;
}
</style>
border-color css
<style>
span { border-color: #BADE21; }
span { border-color: rgb(186,222,33); }
td.TdClassName
{
border-color: #BADE21;
}
.TagClassName
{
border-color: #BADE21;
}
</style>