Shades of Fuego #BDE221
Tints of Fuego #BDE221
RGB
CMYK
RGB Variations
Color information
#BDE221 (or 0xBDE221) is known color: Fuego. HEX triplet: BD, E2 and 21. RGB value is (189,226,33). Sum of RGB (Red+Green+Blue) = 189+226+33=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE221 is #421DDE. Grayscale: #C1C1C1. Windows color (decimal): -4333023 or 2220733. OLE color: 2220733.
HSL color Cylindrical-coordinate representation of color #BDE221: hue angle of 71.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDE221 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.11 |
| HSL | 71.5º | 0.77% | 0.51% | - |
| HSV(B) | 71.5º | 0.85% | 0.89% | - |
| XYZ | 48.46 | 65.32 | 11.49 | - |
| YUV | 192.94 | 37.74 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 33 | 0.16 | 0 | 0.85 | 0.11 | 71.5 | 0.77 | 0.51 |
| Hex | BD | E2 | 21 | 10 | 0 | 55 | B | 48 | 4D | 33 |
| Octal | 275 | 342 | 41 | 20 | 0 | 125 | 13 | 110 | 115 | 63 |
| Binary | 10111101 | 11100010 | 100001 | 10000 | 0 | 1010101 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BDE221
Complementary color
Monochromatic Colors of #BDE221
Black with #BDE221
Text Example
Text Example
White with #BDE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE221; }
p { color: rgb(189,226,33); }
H1.HeaderClassName
{
color: #BDE221;
}
.AnyTagClassName
{
color: #BDE221;
}
</style>
background-color css
<style>
a { background-color: #BDE221; }
a { background-color: rgb(189,226,33); }
div.DivClassName
{
background-color: #BDE221;
}
.BgClassName
{
background-color: #BDE221;
}
</style>
border-color css
<style>
span { border-color: #BDE221; }
span { border-color: rgb(189,226,33); }
td.TdClassName
{
border-color: #BDE221;
}
.TagClassName
{
border-color: #BDE221;
}
</style>