Shades of Fuego #BDD131
Tints of Fuego #BDD131
RGB
CMYK
RGB Variations
Color information
#BDD131 (or 0xBDD131) is known color: Fuego. HEX triplet: BD, D1 and 31. RGB value is (189,209,49). Sum of RGB (Red+Green+Blue) = 189+209+49=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD131 is #422ECE. Grayscale: #B9B9B9. Windows color (decimal): -4337359 or 3264957. OLE color: 3264957.
HSL color Cylindrical-coordinate representation of color #BDD131: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD131 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 49 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.18 |
| HSL | 67.5º | 0.63% | 0.51% | - |
| HSV(B) | 67.5º | 0.77% | 0.82% | - |
| XYZ | 44.34 | 56.64 | 11.5 | - |
| YUV | 184.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 49 | 0.10 | 0 | 0.77 | 0.18 | 67.5 | 0.63 | 0.51 |
| Hex | BD | D1 | 31 | A | 0 | 4D | 12 | 44 | 3F | 33 |
| Octal | 275 | 321 | 61 | 12 | 0 | 115 | 22 | 104 | 77 | 63 |
| Binary | 10111101 | 11010001 | 110001 | 1010 | 0 | 1001101 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BDD131
Complementary color
Monochromatic Colors of #BDD131
Black with #BDD131
Text Example
Text Example
White with #BDD131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD131; }
p { color: rgb(189,209,49); }
H1.HeaderClassName
{
color: #BDD131;
}
.AnyTagClassName
{
color: #BDD131;
}
</style>
background-color css
<style>
a { background-color: #BDD131; }
a { background-color: rgb(189,209,49); }
div.DivClassName
{
background-color: #BDD131;
}
.BgClassName
{
background-color: #BDD131;
}
</style>
border-color css
<style>
span { border-color: #BDD131; }
span { border-color: rgb(189,209,49); }
td.TdClassName
{
border-color: #BDD131;
}
.TagClassName
{
border-color: #BDD131;
}
</style>