Shades of Fuego #BADD28
Tints of Fuego #BADD28
RGB
CMYK
RGB Variations
Color information
#BADD28 (or 0xBADD28) is known color: Fuego. HEX triplet: BA, DD and 28. RGB value is (186,221,40). Sum of RGB (Red+Green+Blue) = 186+221+40=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD28 is #4522D7. Grayscale: #BEBEBE. Windows color (decimal): -4530904 or 2678202. OLE color: 2678202.
HSL color Cylindrical-coordinate representation of color #BADD28: hue angle of 71.6º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BADD28 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 40 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.13 |
| HSL | 71.6º | 0.73% | 0.51% | - |
| HSV(B) | 71.6º | 0.82% | 0.87% | - |
| XYZ | 46.49 | 62.31 | 11.58 | - |
| YUV | 189.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 40 | 0.16 | 0 | 0.82 | 0.13 | 71.6 | 0.73 | 0.51 |
| Hex | BA | DD | 28 | 10 | 0 | 52 | D | 48 | 49 | 33 |
| Octal | 272 | 335 | 50 | 20 | 0 | 122 | 15 | 110 | 111 | 63 |
| Binary | 10111010 | 11011101 | 101000 | 10000 | 0 | 1010010 | 1101 | 1001000 | 1001001 | 110011 |
Color Harmonies of #BADD28
Complementary color
Monochromatic Colors of #BADD28
Black with #BADD28
Text Example
Text Example
White with #BADD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD28; }
p { color: rgb(186,221,40); }
H1.HeaderClassName
{
color: #BADD28;
}
.AnyTagClassName
{
color: #BADD28;
}
</style>
background-color css
<style>
a { background-color: #BADD28; }
a { background-color: rgb(186,221,40); }
div.DivClassName
{
background-color: #BADD28;
}
.BgClassName
{
background-color: #BADD28;
}
</style>
border-color css
<style>
span { border-color: #BADD28; }
span { border-color: rgb(186,221,40); }
td.TdClassName
{
border-color: #BADD28;
}
.TagClassName
{
border-color: #BADD28;
}
</style>