Shades of Fuego #BDD532
Tints of Fuego #BDD532
RGB
CMYK
RGB Variations
Color information
#BDD532 (or 0xBDD532) is known color: Fuego. HEX triplet: BD, D5 and 32. RGB value is (189,213,50). Sum of RGB (Red+Green+Blue) = 189+213+50=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD532 is #422ACD. Grayscale: #BBBBBB. Windows color (decimal): -4336334 or 3331517. OLE color: 3331517.
HSL color Cylindrical-coordinate representation of color #BDD532: hue angle of 68.83º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD532 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 50 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.16 |
| HSL | 68.83º | 0.66% | 0.52% | - |
| HSV(B) | 68.83º | 0.77% | 0.84% | - |
| XYZ | 45.36 | 58.64 | 11.95 | - |
| YUV | 187.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 50 | 0.11 | 0 | 0.77 | 0.16 | 68.83 | 0.66 | 0.52 |
| Hex | BD | D5 | 32 | B | 0 | 4D | 10 | 45 | 42 | 34 |
| Octal | 275 | 325 | 62 | 13 | 0 | 115 | 20 | 105 | 102 | 64 |
| Binary | 10111101 | 11010101 | 110010 | 1011 | 0 | 1001101 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BDD532
Complementary color
Monochromatic Colors of #BDD532
Black with #BDD532
Text Example
Text Example
White with #BDD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD532; }
p { color: rgb(189,213,50); }
H1.HeaderClassName
{
color: #BDD532;
}
.AnyTagClassName
{
color: #BDD532;
}
</style>
background-color css
<style>
a { background-color: #BDD532; }
a { background-color: rgb(189,213,50); }
div.DivClassName
{
background-color: #BDD532;
}
.BgClassName
{
background-color: #BDD532;
}
</style>
border-color css
<style>
span { border-color: #BDD532; }
span { border-color: rgb(189,213,50); }
td.TdClassName
{
border-color: #BDD532;
}
.TagClassName
{
border-color: #BDD532;
}
</style>