Shades of Fuego #BDDB33
Tints of Fuego #BDDB33
RGB
CMYK
RGB Variations
Color information
#BDDB33 (or 0xBDDB33) is known color: Fuego. HEX triplet: BD, DB and 33. RGB value is (189,219,51). Sum of RGB (Red+Green+Blue) = 189+219+51=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB33 is #4224CC. Grayscale: #BFBFBF. Windows color (decimal): -4334797 or 3398589. OLE color: 3398589.
HSL color Cylindrical-coordinate representation of color #BDDB33: hue angle of 70.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDDB33 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 51 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.14 |
| HSL | 70.71º | 0.7% | 0.53% | - |
| HSV(B) | 70.71º | 0.77% | 0.86% | - |
| XYZ | 46.92 | 61.72 | 12.57 | - |
| YUV | 190.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 51 | 0.14 | 0 | 0.77 | 0.14 | 70.71 | 0.7 | 0.53 |
| Hex | BD | DB | 33 | E | 0 | 4D | E | 47 | 46 | 35 |
| Octal | 275 | 333 | 63 | 16 | 0 | 115 | 16 | 107 | 106 | 65 |
| Binary | 10111101 | 11011011 | 110011 | 1110 | 0 | 1001101 | 1110 | 1000111 | 1000110 | 110101 |
Color Harmonies of #BDDB33
Complementary color
Monochromatic Colors of #BDDB33
Black with #BDDB33
Text Example
Text Example
White with #BDDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB33; }
p { color: rgb(189,219,51); }
H1.HeaderClassName
{
color: #BDDB33;
}
.AnyTagClassName
{
color: #BDDB33;
}
</style>
background-color css
<style>
a { background-color: #BDDB33; }
a { background-color: rgb(189,219,51); }
div.DivClassName
{
background-color: #BDDB33;
}
.BgClassName
{
background-color: #BDDB33;
}
</style>
border-color css
<style>
span { border-color: #BDDB33; }
span { border-color: rgb(189,219,51); }
td.TdClassName
{
border-color: #BDDB33;
}
.TagClassName
{
border-color: #BDDB33;
}
</style>