Shades of Fuego #BDD625
Tints of Fuego #BDD625
RGB
CMYK
RGB Variations
Color information
#BDD625 (or 0xBDD625) is known color: Fuego. HEX triplet: BD, D6 and 25. RGB value is (189,214,37). Sum of RGB (Red+Green+Blue) = 189+214+37=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD625 is #4229DA. Grayscale: #BBBBBB. Windows color (decimal): -4336091 or 2479805. OLE color: 2479805.
HSL color Cylindrical-coordinate representation of color #BDD625: hue angle of 68.47º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD625 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.16 |
| HSL | 68.47º | 0.71% | 0.49% | - |
| HSV(B) | 68.47º | 0.83% | 0.84% | - |
| XYZ | 45.37 | 59.05 | 10.76 | - |
| YUV | 186.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 37 | 0.12 | 0 | 0.83 | 0.16 | 68.47 | 0.71 | 0.49 |
| Hex | BD | D6 | 25 | C | 0 | 53 | 10 | 44 | 47 | 31 |
| Octal | 275 | 326 | 45 | 14 | 0 | 123 | 20 | 104 | 107 | 61 |
| Binary | 10111101 | 11010110 | 100101 | 1100 | 0 | 1010011 | 10000 | 1000100 | 1000111 | 110001 |
Color Harmonies of #BDD625
Complementary color
Monochromatic Colors of #BDD625
Black with #BDD625
Text Example
Text Example
White with #BDD625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD625; }
p { color: rgb(189,214,37); }
H1.HeaderClassName
{
color: #BDD625;
}
.AnyTagClassName
{
color: #BDD625;
}
</style>
background-color css
<style>
a { background-color: #BDD625; }
a { background-color: rgb(189,214,37); }
div.DivClassName
{
background-color: #BDD625;
}
.BgClassName
{
background-color: #BDD625;
}
</style>
border-color css
<style>
span { border-color: #BDD625; }
span { border-color: rgb(189,214,37); }
td.TdClassName
{
border-color: #BDD625;
}
.TagClassName
{
border-color: #BDD625;
}
</style>