Shades of Fuego #BADF29
Tints of Fuego #BADF29
RGB
CMYK
RGB Variations
Color information
#BADF29 (or 0xBADF29) is known color: Fuego. HEX triplet: BA, DF and 29. RGB value is (186,223,41). Sum of RGB (Red+Green+Blue) = 186+223+41=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF29 is #4520D6. Grayscale: #BFBFBF. Windows color (decimal): -4530391 or 2744250. OLE color: 2744250.
HSL color Cylindrical-coordinate representation of color #BADF29: hue angle of 72.2º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BADF29 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 41 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.13 |
| HSL | 72.2º | 0.74% | 0.52% | - |
| HSV(B) | 72.2º | 0.82% | 0.87% | - |
| XYZ | 47.04 | 63.37 | 11.85 | - |
| YUV | 191.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 41 | 0.17 | 0 | 0.82 | 0.13 | 72.2 | 0.74 | 0.52 |
| Hex | BA | DF | 29 | 11 | 0 | 52 | D | 48 | 4A | 34 |
| Octal | 272 | 337 | 51 | 21 | 0 | 122 | 15 | 110 | 112 | 64 |
| Binary | 10111010 | 11011111 | 101001 | 10001 | 0 | 1010010 | 1101 | 1001000 | 1001010 | 110100 |
Color Harmonies of #BADF29
Complementary color
Monochromatic Colors of #BADF29
Black with #BADF29
Text Example
Text Example
White with #BADF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF29; }
p { color: rgb(186,223,41); }
H1.HeaderClassName
{
color: #BADF29;
}
.AnyTagClassName
{
color: #BADF29;
}
</style>
background-color css
<style>
a { background-color: #BADF29; }
a { background-color: rgb(186,223,41); }
div.DivClassName
{
background-color: #BADF29;
}
.BgClassName
{
background-color: #BADF29;
}
</style>
border-color css
<style>
span { border-color: #BADF29; }
span { border-color: rgb(186,223,41); }
td.TdClassName
{
border-color: #BADF29;
}
.TagClassName
{
border-color: #BADF29;
}
</style>