Shades of Fuego #BDD425
Tints of Fuego #BDD425
RGB
CMYK
RGB Variations
Color information
#BDD425 (or 0xBDD425) is known color: Fuego. HEX triplet: BD, D4 and 25. RGB value is (189,212,37). Sum of RGB (Red+Green+Blue) = 189+212+37=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD425 is #422BDA. Grayscale: #B9B9B9. Windows color (decimal): -4336603 or 2479293. OLE color: 2479293.
HSL color Cylindrical-coordinate representation of color #BDD425: hue angle of 67.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD425 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 37 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.17 |
| HSL | 67.89º | 0.7% | 0.49% | - |
| HSV(B) | 67.89º | 0.83% | 0.83% | - |
| XYZ | 44.86 | 58.04 | 10.59 | - |
| YUV | 185.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 37 | 0.11 | 0 | 0.83 | 0.17 | 67.89 | 0.7 | 0.49 |
| Hex | BD | D4 | 25 | B | 0 | 53 | 11 | 44 | 46 | 31 |
| Octal | 275 | 324 | 45 | 13 | 0 | 123 | 21 | 104 | 106 | 61 |
| Binary | 10111101 | 11010100 | 100101 | 1011 | 0 | 1010011 | 10001 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BDD425
Complementary color
Monochromatic Colors of #BDD425
Black with #BDD425
Text Example
Text Example
White with #BDD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD425; }
p { color: rgb(189,212,37); }
H1.HeaderClassName
{
color: #BDD425;
}
.AnyTagClassName
{
color: #BDD425;
}
</style>
background-color css
<style>
a { background-color: #BDD425; }
a { background-color: rgb(189,212,37); }
div.DivClassName
{
background-color: #BDD425;
}
.BgClassName
{
background-color: #BDD425;
}
</style>
border-color css
<style>
span { border-color: #BDD425; }
span { border-color: rgb(189,212,37); }
td.TdClassName
{
border-color: #BDD425;
}
.TagClassName
{
border-color: #BDD425;
}
</style>