Shades of Fuego #BADE28
Tints of Fuego #BADE28
RGB
CMYK
RGB Variations
Color information
#BADE28 (or 0xBADE28) is known color: Fuego. HEX triplet: BA, DE and 28. RGB value is (186,222,40). Sum of RGB (Red+Green+Blue) = 186+222+40=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE28 is #4521D7. Grayscale: #BFBFBF. Windows color (decimal): -4530648 or 2678458. OLE color: 2678458.
HSL color Cylindrical-coordinate representation of color #BADE28: hue angle of 71.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BADE28 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 40 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.13 |
| HSL | 71.87º | 0.73% | 0.51% | - |
| HSV(B) | 71.87º | 0.82% | 0.87% | - |
| XYZ | 46.75 | 62.83 | 11.67 | - |
| YUV | 190.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 40 | 0.16 | 0 | 0.82 | 0.13 | 71.87 | 0.73 | 0.51 |
| Hex | BA | DE | 28 | 10 | 0 | 52 | D | 48 | 49 | 33 |
| Octal | 272 | 336 | 50 | 20 | 0 | 122 | 15 | 110 | 111 | 63 |
| Binary | 10111010 | 11011110 | 101000 | 10000 | 0 | 1010010 | 1101 | 1001000 | 1001001 | 110011 |
Color Harmonies of #BADE28
Complementary color
Monochromatic Colors of #BADE28
Black with #BADE28
Text Example
Text Example
White with #BADE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE28; }
p { color: rgb(186,222,40); }
H1.HeaderClassName
{
color: #BADE28;
}
.AnyTagClassName
{
color: #BADE28;
}
</style>
background-color css
<style>
a { background-color: #BADE28; }
a { background-color: rgb(186,222,40); }
div.DivClassName
{
background-color: #BADE28;
}
.BgClassName
{
background-color: #BADE28;
}
</style>
border-color css
<style>
span { border-color: #BADE28; }
span { border-color: rgb(186,222,40); }
td.TdClassName
{
border-color: #BADE28;
}
.TagClassName
{
border-color: #BADE28;
}
</style>