Shades of Fuego #BADD2F
Tints of Fuego #BADD2F
RGB
CMYK
RGB Variations
Color information
#BADD2F (or 0xBADD2F) is known color: Fuego. HEX triplet: BA, DD and 2F. RGB value is (186,221,47). Sum of RGB (Red+Green+Blue) = 186+221+47=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD2F is #4522D0. Grayscale: #BFBFBF. Windows color (decimal): -4530897 or 3136954. OLE color: 3136954.
HSL color Cylindrical-coordinate representation of color #BADD2F: hue angle of 72.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BADD2F is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 47 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.13 |
| HSL | 72.07º | 0.72% | 0.53% | - |
| HSV(B) | 72.07º | 0.79% | 0.87% | - |
| XYZ | 46.62 | 62.36 | 12.27 | - |
| YUV | 190.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 47 | 0.16 | 0 | 0.79 | 0.13 | 72.07 | 0.72 | 0.53 |
| Hex | BA | DD | 2F | 10 | 0 | 4F | D | 48 | 48 | 35 |
| Octal | 272 | 335 | 57 | 20 | 0 | 117 | 15 | 110 | 110 | 65 |
| Binary | 10111010 | 11011101 | 101111 | 10000 | 0 | 1001111 | 1101 | 1001000 | 1001000 | 110101 |
Color Harmonies of #BADD2F
Complementary color
Monochromatic Colors of #BADD2F
Black with #BADD2F
Text Example
Text Example
White with #BADD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD2F; }
p { color: rgb(186,221,47); }
H1.HeaderClassName
{
color: #BADD2F;
}
.AnyTagClassName
{
color: #BADD2F;
}
</style>
background-color css
<style>
a { background-color: #BADD2F; }
a { background-color: rgb(186,221,47); }
div.DivClassName
{
background-color: #BADD2F;
}
.BgClassName
{
background-color: #BADD2F;
}
</style>
border-color css
<style>
span { border-color: #BADD2F; }
span { border-color: rgb(186,221,47); }
td.TdClassName
{
border-color: #BADD2F;
}
.TagClassName
{
border-color: #BADD2F;
}
</style>