Shades of Fuego #BADE2C
Tints of Fuego #BADE2C
RGB
CMYK
RGB Variations
Color information
#BADE2C (or 0xBADE2C) is known color: Fuego. HEX triplet: BA, DE and 2C. RGB value is (186,222,44). Sum of RGB (Red+Green+Blue) = 186+222+44=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE2C is #4521D3. Grayscale: #BFBFBF. Windows color (decimal): -4530644 or 2940602. OLE color: 2940602.
HSL color Cylindrical-coordinate representation of color #BADE2C: hue angle of 72.13º degrees, saturation: 0.73, 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 #BADE2C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 44 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.13 |
| HSL | 72.13º | 0.73% | 0.52% | - |
| HSV(B) | 72.13º | 0.8% | 0.87% | - |
| XYZ | 46.83 | 62.86 | 12.05 | - |
| YUV | 190.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 44 | 0.16 | 0 | 0.80 | 0.13 | 72.13 | 0.73 | 0.52 |
| Hex | BA | DE | 2C | 10 | 0 | 50 | D | 48 | 49 | 34 |
| Octal | 272 | 336 | 54 | 20 | 0 | 120 | 15 | 110 | 111 | 64 |
| Binary | 10111010 | 11011110 | 101100 | 10000 | 0 | 1010000 | 1101 | 1001000 | 1001001 | 110100 |
Color Harmonies of #BADE2C
Complementary color
Monochromatic Colors of #BADE2C
Black with #BADE2C
Text Example
Text Example
White with #BADE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE2C; }
p { color: rgb(186,222,44); }
H1.HeaderClassName
{
color: #BADE2C;
}
.AnyTagClassName
{
color: #BADE2C;
}
</style>
background-color css
<style>
a { background-color: #BADE2C; }
a { background-color: rgb(186,222,44); }
div.DivClassName
{
background-color: #BADE2C;
}
.BgClassName
{
background-color: #BADE2C;
}
</style>
border-color css
<style>
span { border-color: #BADE2C; }
span { border-color: rgb(186,222,44); }
td.TdClassName
{
border-color: #BADE2C;
}
.TagClassName
{
border-color: #BADE2C;
}
</style>