Shades of Fuego #BDD728
Tints of Fuego #BDD728
RGB
CMYK
RGB Variations
Color information
#BDD728 (or 0xBDD728) is known color: Fuego. HEX triplet: BD, D7 and 28. RGB value is (189,215,40). Sum of RGB (Red+Green+Blue) = 189+215+40=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD728 is #4228D7. Grayscale: #BBBBBB. Windows color (decimal): -4335832 or 2676669. OLE color: 2676669.
HSL color Cylindrical-coordinate representation of color #BDD728: hue angle of 68.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDD728 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 40 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.16 |
| HSL | 68.91º | 0.69% | 0.5% | - |
| HSV(B) | 68.91º | 0.81% | 0.84% | - |
| XYZ | 45.67 | 59.57 | 11.1 | - |
| YUV | 187.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 40 | 0.12 | 0 | 0.81 | 0.16 | 68.91 | 0.69 | 0.5 |
| Hex | BD | D7 | 28 | C | 0 | 51 | 10 | 45 | 45 | 32 |
| Octal | 275 | 327 | 50 | 14 | 0 | 121 | 20 | 105 | 105 | 62 |
| Binary | 10111101 | 11010111 | 101000 | 1100 | 0 | 1010001 | 10000 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BDD728
Complementary color
Monochromatic Colors of #BDD728
Black with #BDD728
Text Example
Text Example
White with #BDD728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD728; }
p { color: rgb(189,215,40); }
H1.HeaderClassName
{
color: #BDD728;
}
.AnyTagClassName
{
color: #BDD728;
}
</style>
background-color css
<style>
a { background-color: #BDD728; }
a { background-color: rgb(189,215,40); }
div.DivClassName
{
background-color: #BDD728;
}
.BgClassName
{
background-color: #BDD728;
}
</style>
border-color css
<style>
span { border-color: #BDD728; }
span { border-color: rgb(189,215,40); }
td.TdClassName
{
border-color: #BDD728;
}
.TagClassName
{
border-color: #BDD728;
}
</style>