Shades of Fuego #BADD31
Tints of Fuego #BADD31
RGB
CMYK
RGB Variations
Color information
#BADD31 (or 0xBADD31) is known color: Fuego. HEX triplet: BA, DD and 31. RGB value is (186,221,49). Sum of RGB (Red+Green+Blue) = 186+221+49=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD31 is #4522CE. Grayscale: #BFBFBF. Windows color (decimal): -4530895 or 3268026. OLE color: 3268026.
HSL color Cylindrical-coordinate representation of color #BADD31: hue angle of 72.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BADD31 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 49 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.13 |
| HSL | 72.21º | 0.72% | 0.53% | - |
| HSV(B) | 72.21º | 0.78% | 0.87% | - |
| XYZ | 46.66 | 62.37 | 12.49 | - |
| YUV | 190.93 | 47.9 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 49 | 0.16 | 0 | 0.78 | 0.13 | 72.21 | 0.72 | 0.53 |
| Hex | BA | DD | 31 | 10 | 0 | 4E | D | 48 | 48 | 35 |
| Octal | 272 | 335 | 61 | 20 | 0 | 116 | 15 | 110 | 110 | 65 |
| Binary | 10111010 | 11011101 | 110001 | 10000 | 0 | 1001110 | 1101 | 1001000 | 1001000 | 110101 |
Color Harmonies of #BADD31
Complementary color
Monochromatic Colors of #BADD31
Black with #BADD31
Text Example
Text Example
White with #BADD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD31; }
p { color: rgb(186,221,49); }
H1.HeaderClassName
{
color: #BADD31;
}
.AnyTagClassName
{
color: #BADD31;
}
</style>
background-color css
<style>
a { background-color: #BADD31; }
a { background-color: rgb(186,221,49); }
div.DivClassName
{
background-color: #BADD31;
}
.BgClassName
{
background-color: #BADD31;
}
</style>
border-color css
<style>
span { border-color: #BADD31; }
span { border-color: rgb(186,221,49); }
td.TdClassName
{
border-color: #BADD31;
}
.TagClassName
{
border-color: #BADD31;
}
</style>