Shades of Fuego #BDD133
Tints of Fuego #BDD133
RGB
CMYK
RGB Variations
Color information
#BDD133 (or 0xBDD133) is known color: Fuego. HEX triplet: BD, D1 and 33. RGB value is (189,209,51). Sum of RGB (Red+Green+Blue) = 189+209+51=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD133 is #422ECC. Grayscale: #B9B9B9. Windows color (decimal): -4337357 or 3396029. OLE color: 3396029.
HSL color Cylindrical-coordinate representation of color #BDD133: hue angle of 67.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDD133 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 51 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.18 |
| HSL | 67.59º | 0.63% | 0.51% | - |
| HSV(B) | 67.59º | 0.76% | 0.82% | - |
| XYZ | 44.38 | 56.66 | 11.73 | - |
| YUV | 185.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 51 | 0.10 | 0 | 0.76 | 0.18 | 67.59 | 0.63 | 0.51 |
| Hex | BD | D1 | 33 | A | 0 | 4C | 12 | 44 | 3F | 33 |
| Octal | 275 | 321 | 63 | 12 | 0 | 114 | 22 | 104 | 77 | 63 |
| Binary | 10111101 | 11010001 | 110011 | 1010 | 0 | 1001100 | 10010 | 1000100 | 111111 | 110011 |
Color Harmonies of #BDD133
Complementary color
Monochromatic Colors of #BDD133
Black with #BDD133
Text Example
Text Example
White with #BDD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD133; }
p { color: rgb(189,209,51); }
H1.HeaderClassName
{
color: #BDD133;
}
.AnyTagClassName
{
color: #BDD133;
}
</style>
background-color css
<style>
a { background-color: #BDD133; }
a { background-color: rgb(189,209,51); }
div.DivClassName
{
background-color: #BDD133;
}
.BgClassName
{
background-color: #BDD133;
}
</style>
border-color css
<style>
span { border-color: #BDD133; }
span { border-color: rgb(189,209,51); }
td.TdClassName
{
border-color: #BDD133;
}
.TagClassName
{
border-color: #BDD133;
}
</style>