Shades of Fuego #BADD22
Tints of Fuego #BADD22
RGB
CMYK
RGB Variations
Color information
#BADD22 (or 0xBADD22) is known color: Fuego. HEX triplet: BA, DD and 22. RGB value is (186,221,34). Sum of RGB (Red+Green+Blue) = 186+221+34=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD22 is #4522DD. Grayscale: #BDBDBD. Windows color (decimal): -4530910 or 2284986. OLE color: 2284986.
HSL color Cylindrical-coordinate representation of color #BADD22: hue angle of 71.23º degrees, saturation: 0.73, 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 #BADD22 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 34 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.13 |
| HSL | 71.23º | 0.73% | 0.5% | - |
| HSV(B) | 71.23º | 0.85% | 0.87% | - |
| XYZ | 46.39 | 62.27 | 11.09 | - |
| YUV | 189.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 34 | 0.16 | 0 | 0.85 | 0.13 | 71.23 | 0.73 | 0.5 |
| Hex | BA | DD | 22 | 10 | 0 | 55 | D | 47 | 49 | 32 |
| Octal | 272 | 335 | 42 | 20 | 0 | 125 | 15 | 107 | 111 | 62 |
| Binary | 10111010 | 11011101 | 100010 | 10000 | 0 | 1010101 | 1101 | 1000111 | 1001001 | 110010 |
Color Harmonies of #BADD22
Complementary color
Monochromatic Colors of #BADD22
Black with #BADD22
Text Example
Text Example
White with #BADD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD22; }
p { color: rgb(186,221,34); }
H1.HeaderClassName
{
color: #BADD22;
}
.AnyTagClassName
{
color: #BADD22;
}
</style>
background-color css
<style>
a { background-color: #BADD22; }
a { background-color: rgb(186,221,34); }
div.DivClassName
{
background-color: #BADD22;
}
.BgClassName
{
background-color: #BADD22;
}
</style>
border-color css
<style>
span { border-color: #BADD22; }
span { border-color: rgb(186,221,34); }
td.TdClassName
{
border-color: #BADD22;
}
.TagClassName
{
border-color: #BADD22;
}
</style>