Shades of Fuego #BDE031
Tints of Fuego #BDE031
RGB
CMYK
RGB Variations
Color information
#BDE031 (or 0xBDE031) is known color: Fuego. HEX triplet: BD, E0 and 31. RGB value is (189,224,49). Sum of RGB (Red+Green+Blue) = 189+224+49=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE031 is #421FCE. Grayscale: #C2C2C2. Windows color (decimal): -4333519 or 3268797. OLE color: 3268797.
HSL color Cylindrical-coordinate representation of color #BDE031: hue angle of 72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDE031 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 49 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.12 |
| HSL | 72º | 0.74% | 0.54% | - |
| HSV(B) | 72º | 0.78% | 0.88% | - |
| XYZ | 48.2 | 64.35 | 12.79 | - |
| YUV | 193.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 49 | 0.16 | 0 | 0.78 | 0.12 | 72 | 0.74 | 0.54 |
| Hex | BD | E0 | 31 | 10 | 0 | 4E | C | 48 | 4A | 36 |
| Octal | 275 | 340 | 61 | 20 | 0 | 116 | 14 | 110 | 112 | 66 |
| Binary | 10111101 | 11100000 | 110001 | 10000 | 0 | 1001110 | 1100 | 1001000 | 1001010 | 110110 |
Color Harmonies of #BDE031
Complementary color
Monochromatic Colors of #BDE031
Black with #BDE031
Text Example
Text Example
White with #BDE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE031; }
p { color: rgb(189,224,49); }
H1.HeaderClassName
{
color: #BDE031;
}
.AnyTagClassName
{
color: #BDE031;
}
</style>
background-color css
<style>
a { background-color: #BDE031; }
a { background-color: rgb(189,224,49); }
div.DivClassName
{
background-color: #BDE031;
}
.BgClassName
{
background-color: #BDE031;
}
</style>
border-color css
<style>
span { border-color: #BDE031; }
span { border-color: rgb(189,224,49); }
td.TdClassName
{
border-color: #BDE031;
}
.TagClassName
{
border-color: #BDE031;
}
</style>