Shades of Fuego #BDD925
Tints of Fuego #BDD925
RGB
CMYK
RGB Variations
Color information
#BDD925 (or 0xBDD925) is known color: Fuego. HEX triplet: BD, D9 and 25. RGB value is (189,217,37). Sum of RGB (Red+Green+Blue) = 189+217+37=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD925 is #4226DA. Grayscale: #BCBCBC. Windows color (decimal): -4335323 or 2480573. OLE color: 2480573.
HSL color Cylindrical-coordinate representation of color #BDD925: hue angle of 69.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD925 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 37 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.15 |
| HSL | 69.33º | 0.71% | 0.5% | - |
| HSV(B) | 69.33º | 0.83% | 0.85% | - |
| XYZ | 46.13 | 60.58 | 11.01 | - |
| YUV | 188.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 37 | 0.13 | 0 | 0.83 | 0.15 | 69.33 | 0.71 | 0.5 |
| Hex | BD | D9 | 25 | D | 0 | 53 | F | 45 | 47 | 32 |
| Octal | 275 | 331 | 45 | 15 | 0 | 123 | 17 | 105 | 107 | 62 |
| Binary | 10111101 | 11011001 | 100101 | 1101 | 0 | 1010011 | 1111 | 1000101 | 1000111 | 110010 |
Color Harmonies of #BDD925
Complementary color
Monochromatic Colors of #BDD925
Black with #BDD925
Text Example
Text Example
White with #BDD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD925; }
p { color: rgb(189,217,37); }
H1.HeaderClassName
{
color: #BDD925;
}
.AnyTagClassName
{
color: #BDD925;
}
</style>
background-color css
<style>
a { background-color: #BDD925; }
a { background-color: rgb(189,217,37); }
div.DivClassName
{
background-color: #BDD925;
}
.BgClassName
{
background-color: #BDD925;
}
</style>
border-color css
<style>
span { border-color: #BDD925; }
span { border-color: rgb(189,217,37); }
td.TdClassName
{
border-color: #BDD925;
}
.TagClassName
{
border-color: #BDD925;
}
</style>