Shades of Fuego #BDDC31
Tints of Fuego #BDDC31
RGB
CMYK
RGB Variations
Color information
#BDDC31 (or 0xBDDC31) is known color: Fuego. HEX triplet: BD, DC and 31. RGB value is (189,220,49). Sum of RGB (Red+Green+Blue) = 189+220+49=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC31 is #4223CE. Grayscale: #BFBFBF. Windows color (decimal): -4334543 or 3267773. OLE color: 3267773.
HSL color Cylindrical-coordinate representation of color #BDDC31: hue angle of 70.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDDC31 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.14 |
| HSL | 70.88º | 0.71% | 0.53% | - |
| HSV(B) | 70.88º | 0.78% | 0.86% | - |
| XYZ | 47.13 | 62.23 | 12.43 | - |
| YUV | 191.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 49 | 0.14 | 0 | 0.78 | 0.14 | 70.88 | 0.71 | 0.53 |
| Hex | BD | DC | 31 | E | 0 | 4E | E | 47 | 47 | 35 |
| Octal | 275 | 334 | 61 | 16 | 0 | 116 | 16 | 107 | 107 | 65 |
| Binary | 10111101 | 11011100 | 110001 | 1110 | 0 | 1001110 | 1110 | 1000111 | 1000111 | 110101 |
Color Harmonies of #BDDC31
Complementary color
Monochromatic Colors of #BDDC31
Black with #BDDC31
Text Example
Text Example
White with #BDDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC31; }
p { color: rgb(189,220,49); }
H1.HeaderClassName
{
color: #BDDC31;
}
.AnyTagClassName
{
color: #BDDC31;
}
</style>
background-color css
<style>
a { background-color: #BDDC31; }
a { background-color: rgb(189,220,49); }
div.DivClassName
{
background-color: #BDDC31;
}
.BgClassName
{
background-color: #BDDC31;
}
</style>
border-color css
<style>
span { border-color: #BDDC31; }
span { border-color: rgb(189,220,49); }
td.TdClassName
{
border-color: #BDDC31;
}
.TagClassName
{
border-color: #BDDC31;
}
</style>