Shades of Fuego #BADD34
Tints of Fuego #BADD34
RGB
CMYK
RGB Variations
Color information
#BADD34 (or 0xBADD34) is known color: Fuego. HEX triplet: BA, DD and 34. RGB value is (186,221,52). Sum of RGB (Red+Green+Blue) = 186+221+52=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD34 is #4522CB. Grayscale: #BFBFBF. Windows color (decimal): -4530892 or 3464634. OLE color: 3464634.
HSL color Cylindrical-coordinate representation of color #BADD34: hue angle of 72.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BADD34 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 52 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.13 |
| HSL | 72.43º | 0.71% | 0.54% | - |
| HSV(B) | 72.43º | 0.76% | 0.87% | - |
| XYZ | 46.73 | 62.4 | 12.83 | - |
| YUV | 191.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 52 | 0.16 | 0 | 0.76 | 0.13 | 72.43 | 0.71 | 0.54 |
| Hex | BA | DD | 34 | 10 | 0 | 4C | D | 48 | 47 | 36 |
| Octal | 272 | 335 | 64 | 20 | 0 | 114 | 15 | 110 | 107 | 66 |
| Binary | 10111010 | 11011101 | 110100 | 10000 | 0 | 1001100 | 1101 | 1001000 | 1000111 | 110110 |
Color Harmonies of #BADD34
Complementary color
Monochromatic Colors of #BADD34
Black with #BADD34
Text Example
Text Example
White with #BADD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD34; }
p { color: rgb(186,221,52); }
H1.HeaderClassName
{
color: #BADD34;
}
.AnyTagClassName
{
color: #BADD34;
}
</style>
background-color css
<style>
a { background-color: #BADD34; }
a { background-color: rgb(186,221,52); }
div.DivClassName
{
background-color: #BADD34;
}
.BgClassName
{
background-color: #BADD34;
}
</style>
border-color css
<style>
span { border-color: #BADD34; }
span { border-color: rgb(186,221,52); }
td.TdClassName
{
border-color: #BADD34;
}
.TagClassName
{
border-color: #BADD34;
}
</style>