Shades of Fuego #BDD124
Tints of Fuego #BDD124
RGB
CMYK
RGB Variations
Color information
#BDD124 (or 0xBDD124) is known color: Fuego. HEX triplet: BD, D1 and 24. RGB value is (189,209,36). Sum of RGB (Red+Green+Blue) = 189+209+36=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD124 is #422EDB. Grayscale: #B7B7B7. Windows color (decimal): -4337372 or 2412989. OLE color: 2412989.
HSL color Cylindrical-coordinate representation of color #BDD124: hue angle of 66.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD124 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 36 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.18 |
| HSL | 66.94º | 0.71% | 0.48% | - |
| HSV(B) | 66.94º | 0.83% | 0.82% | - |
| XYZ | 44.11 | 56.55 | 10.26 | - |
| YUV | 183.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 36 | 0.10 | 0 | 0.83 | 0.18 | 66.94 | 0.71 | 0.48 |
| Hex | BD | D1 | 24 | A | 0 | 53 | 12 | 43 | 47 | 30 |
| Octal | 275 | 321 | 44 | 12 | 0 | 123 | 22 | 103 | 107 | 60 |
| Binary | 10111101 | 11010001 | 100100 | 1010 | 0 | 1010011 | 10010 | 1000011 | 1000111 | 110000 |
Color Harmonies of #BDD124
Complementary color
Monochromatic Colors of #BDD124
Black with #BDD124
Text Example
Text Example
White with #BDD124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD124; }
p { color: rgb(189,209,36); }
H1.HeaderClassName
{
color: #BDD124;
}
.AnyTagClassName
{
color: #BDD124;
}
</style>
background-color css
<style>
a { background-color: #BDD124; }
a { background-color: rgb(189,209,36); }
div.DivClassName
{
background-color: #BDD124;
}
.BgClassName
{
background-color: #BDD124;
}
</style>
border-color css
<style>
span { border-color: #BDD124; }
span { border-color: rgb(189,209,36); }
td.TdClassName
{
border-color: #BDD124;
}
.TagClassName
{
border-color: #BDD124;
}
</style>