Shades of Fuego #BDE529
Tints of Fuego #BDE529
RGB
CMYK
RGB Variations
Color information
#BDE529 (or 0xBDE529) is known color: Fuego. HEX triplet: BD, E5 and 29. RGB value is (189,229,41). Sum of RGB (Red+Green+Blue) = 189+229+41=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE529 is #421AD6. Grayscale: #C4C4C4. Windows color (decimal): -4332247 or 2745789. OLE color: 2745789.
HSL color Cylindrical-coordinate representation of color #BDE529: hue angle of 72.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE529 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 41 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.10 |
| HSL | 72.77º | 0.78% | 0.53% | - |
| HSV(B) | 72.77º | 0.82% | 0.9% | - |
| XYZ | 49.41 | 67.02 | 12.43 | - |
| YUV | 195.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 41 | 0.17 | 0 | 0.82 | 0.10 | 72.77 | 0.78 | 0.53 |
| Hex | BD | E5 | 29 | 11 | 0 | 52 | A | 49 | 4E | 35 |
| Octal | 275 | 345 | 51 | 21 | 0 | 122 | 12 | 111 | 116 | 65 |
| Binary | 10111101 | 11100101 | 101001 | 10001 | 0 | 1010010 | 1010 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BDE529
Complementary color
Monochromatic Colors of #BDE529
Black with #BDE529
Text Example
Text Example
White with #BDE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE529; }
p { color: rgb(189,229,41); }
H1.HeaderClassName
{
color: #BDE529;
}
.AnyTagClassName
{
color: #BDE529;
}
</style>
background-color css
<style>
a { background-color: #BDE529; }
a { background-color: rgb(189,229,41); }
div.DivClassName
{
background-color: #BDE529;
}
.BgClassName
{
background-color: #BDE529;
}
</style>
border-color css
<style>
span { border-color: #BDE529; }
span { border-color: rgb(189,229,41); }
td.TdClassName
{
border-color: #BDE529;
}
.TagClassName
{
border-color: #BDE529;
}
</style>