Shades of Fuego #BDD620
Tints of Fuego #BDD620
RGB
CMYK
RGB Variations
Color information
#BDD620 (or 0xBDD620) is known color: Fuego. HEX triplet: BD, D6 and 20. RGB value is (189,214,32). Sum of RGB (Red+Green+Blue) = 189+214+32=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD620 is #4229DF. Grayscale: #BABABA. Windows color (decimal): -4336096 or 2152125. OLE color: 2152125.
HSL color Cylindrical-coordinate representation of color #BDD620: hue angle of 68.24º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD620 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.16 |
| HSL | 68.24º | 0.74% | 0.48% | - |
| HSV(B) | 68.24º | 0.85% | 0.84% | - |
| XYZ | 45.29 | 59.02 | 10.37 | - |
| YUV | 185.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 32 | 0.12 | 0 | 0.85 | 0.16 | 68.24 | 0.74 | 0.48 |
| Hex | BD | D6 | 20 | C | 0 | 55 | 10 | 44 | 4A | 30 |
| Octal | 275 | 326 | 40 | 14 | 0 | 125 | 20 | 104 | 112 | 60 |
| Binary | 10111101 | 11010110 | 100000 | 1100 | 0 | 1010101 | 10000 | 1000100 | 1001010 | 110000 |
Color Harmonies of #BDD620
Complementary color
Monochromatic Colors of #BDD620
Black with #BDD620
Text Example
Text Example
White with #BDD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD620; }
p { color: rgb(189,214,32); }
H1.HeaderClassName
{
color: #BDD620;
}
.AnyTagClassName
{
color: #BDD620;
}
</style>
background-color css
<style>
a { background-color: #BDD620; }
a { background-color: rgb(189,214,32); }
div.DivClassName
{
background-color: #BDD620;
}
.BgClassName
{
background-color: #BDD620;
}
</style>
border-color css
<style>
span { border-color: #BDD620; }
span { border-color: rgb(189,214,32); }
td.TdClassName
{
border-color: #BDD620;
}
.TagClassName
{
border-color: #BDD620;
}
</style>