Shades of Fuego #BADD2D
Tints of Fuego #BADD2D
RGB
CMYK
RGB Variations
Color information
#BADD2D (or 0xBADD2D) is known color: Fuego. HEX triplet: BA, DD and 2D. RGB value is (186,221,45). Sum of RGB (Red+Green+Blue) = 186+221+45=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD2D is #4522D2. Grayscale: #BFBFBF. Windows color (decimal): -4530899 or 3005882. OLE color: 3005882.
HSL color Cylindrical-coordinate representation of color #BADD2D: hue angle of 71.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BADD2D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.13 |
| HSL | 71.93º | 0.72% | 0.52% | - |
| HSV(B) | 71.93º | 0.8% | 0.87% | - |
| XYZ | 46.58 | 62.34 | 12.06 | - |
| YUV | 190.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 45 | 0.16 | 0 | 0.80 | 0.13 | 71.93 | 0.72 | 0.52 |
| Hex | BA | DD | 2D | 10 | 0 | 50 | D | 48 | 48 | 34 |
| Octal | 272 | 335 | 55 | 20 | 0 | 120 | 15 | 110 | 110 | 64 |
| Binary | 10111010 | 11011101 | 101101 | 10000 | 0 | 1010000 | 1101 | 1001000 | 1001000 | 110100 |
Color Harmonies of #BADD2D
Complementary color
Monochromatic Colors of #BADD2D
Black with #BADD2D
Text Example
Text Example
White with #BADD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD2D; }
p { color: rgb(186,221,45); }
H1.HeaderClassName
{
color: #BADD2D;
}
.AnyTagClassName
{
color: #BADD2D;
}
</style>
background-color css
<style>
a { background-color: #BADD2D; }
a { background-color: rgb(186,221,45); }
div.DivClassName
{
background-color: #BADD2D;
}
.BgClassName
{
background-color: #BADD2D;
}
</style>
border-color css
<style>
span { border-color: #BADD2D; }
span { border-color: rgb(186,221,45); }
td.TdClassName
{
border-color: #BADD2D;
}
.TagClassName
{
border-color: #BADD2D;
}
</style>