Shades of Fuego #BADF23
Tints of Fuego #BADF23
RGB
CMYK
RGB Variations
Color information
#BADF23 (or 0xBADF23) is known color: Fuego. HEX triplet: BA, DF and 23. RGB value is (186,223,35). Sum of RGB (Red+Green+Blue) = 186+223+35=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF23 is #4520DC. Grayscale: #BFBFBF. Windows color (decimal): -4530397 or 2351034. OLE color: 2351034.
HSL color Cylindrical-coordinate representation of color #BADF23: hue angle of 71.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BADF23 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 35 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.13 |
| HSL | 71.81º | 0.75% | 0.51% | - |
| HSV(B) | 71.81º | 0.84% | 0.87% | - |
| XYZ | 46.94 | 63.34 | 11.34 | - |
| YUV | 190.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 35 | 0.17 | 0 | 0.84 | 0.13 | 71.81 | 0.75 | 0.51 |
| Hex | BA | DF | 23 | 11 | 0 | 54 | D | 48 | 4B | 33 |
| Octal | 272 | 337 | 43 | 21 | 0 | 124 | 15 | 110 | 113 | 63 |
| Binary | 10111010 | 11011111 | 100011 | 10001 | 0 | 1010100 | 1101 | 1001000 | 1001011 | 110011 |
Color Harmonies of #BADF23
Complementary color
Monochromatic Colors of #BADF23
Black with #BADF23
Text Example
Text Example
White with #BADF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF23; }
p { color: rgb(186,223,35); }
H1.HeaderClassName
{
color: #BADF23;
}
.AnyTagClassName
{
color: #BADF23;
}
</style>
background-color css
<style>
a { background-color: #BADF23; }
a { background-color: rgb(186,223,35); }
div.DivClassName
{
background-color: #BADF23;
}
.BgClassName
{
background-color: #BADF23;
}
</style>
border-color css
<style>
span { border-color: #BADF23; }
span { border-color: rgb(186,223,35); }
td.TdClassName
{
border-color: #BADF23;
}
.TagClassName
{
border-color: #BADF23;
}
</style>