Shades of Fuego #BDDD31
Tints of Fuego #BDDD31
RGB
CMYK
RGB Variations
Color information
#BDDD31 (or 0xBDDD31) is known color: Fuego. HEX triplet: BD, DD and 31. RGB value is (189,221,49). Sum of RGB (Red+Green+Blue) = 189+221+49=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD31 is #4222CE. Grayscale: #C0C0C0. Windows color (decimal): -4334287 or 3268029. OLE color: 3268029.
HSL color Cylindrical-coordinate representation of color #BDDD31: hue angle of 71.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDDD31 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 71.16º | 0.72% | 0.53% | - |
| HSV(B) | 71.16º | 0.78% | 0.87% | - |
| XYZ | 47.4 | 62.75 | 12.52 | - |
| YUV | 191.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 49 | 0.14 | 0 | 0.78 | 0.13 | 71.16 | 0.72 | 0.53 |
| Hex | BD | DD | 31 | E | 0 | 4E | D | 47 | 48 | 35 |
| Octal | 275 | 335 | 61 | 16 | 0 | 116 | 15 | 107 | 110 | 65 |
| Binary | 10111101 | 11011101 | 110001 | 1110 | 0 | 1001110 | 1101 | 1000111 | 1001000 | 110101 |
Color Harmonies of #BDDD31
Complementary color
Monochromatic Colors of #BDDD31
Black with #BDDD31
Text Example
Text Example
White with #BDDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD31; }
p { color: rgb(189,221,49); }
H1.HeaderClassName
{
color: #BDDD31;
}
.AnyTagClassName
{
color: #BDDD31;
}
</style>
background-color css
<style>
a { background-color: #BDDD31; }
a { background-color: rgb(189,221,49); }
div.DivClassName
{
background-color: #BDDD31;
}
.BgClassName
{
background-color: #BDDD31;
}
</style>
border-color css
<style>
span { border-color: #BDDD31; }
span { border-color: rgb(189,221,49); }
td.TdClassName
{
border-color: #BDDD31;
}
.TagClassName
{
border-color: #BDDD31;
}
</style>