Shades of Fuego #BDE229
Tints of Fuego #BDE229
RGB
CMYK
RGB Variations
Color information
#BDE229 (or 0xBDE229) is known color: Fuego. HEX triplet: BD, E2 and 29. RGB value is (189,226,41). Sum of RGB (Red+Green+Blue) = 189+226+41=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE229 is #421DD6. Grayscale: #C2C2C2. Windows color (decimal): -4333015 or 2745021. OLE color: 2745021.
HSL color Cylindrical-coordinate representation of color #BDE229: hue angle of 72º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE229 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.11 |
| HSL | 72º | 0.76% | 0.52% | - |
| HSV(B) | 72º | 0.82% | 0.89% | - |
| XYZ | 48.58 | 65.37 | 12.16 | - |
| YUV | 193.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 41 | 0.16 | 0 | 0.82 | 0.11 | 72 | 0.76 | 0.52 |
| Hex | BD | E2 | 29 | 10 | 0 | 52 | B | 48 | 4C | 34 |
| Octal | 275 | 342 | 51 | 20 | 0 | 122 | 13 | 110 | 114 | 64 |
| Binary | 10111101 | 11100010 | 101001 | 10000 | 0 | 1010010 | 1011 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BDE229
Complementary color
Monochromatic Colors of #BDE229
Black with #BDE229
Text Example
Text Example
White with #BDE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE229; }
p { color: rgb(189,226,41); }
H1.HeaderClassName
{
color: #BDE229;
}
.AnyTagClassName
{
color: #BDE229;
}
</style>
background-color css
<style>
a { background-color: #BDE229; }
a { background-color: rgb(189,226,41); }
div.DivClassName
{
background-color: #BDE229;
}
.BgClassName
{
background-color: #BDE229;
}
</style>
border-color css
<style>
span { border-color: #BDE229; }
span { border-color: rgb(189,226,41); }
td.TdClassName
{
border-color: #BDE229;
}
.TagClassName
{
border-color: #BDE229;
}
</style>