Shades of Fuego #BDD930
Tints of Fuego #BDD930
RGB
CMYK
RGB Variations
Color information
#BDD930 (or 0xBDD930) is known color: Fuego. HEX triplet: BD, D9 and 30. RGB value is (189,217,48). Sum of RGB (Red+Green+Blue) = 189+217+48=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD930 is #4226CF. Grayscale: #BEBEBE. Windows color (decimal): -4335312 or 3201469. OLE color: 3201469.
HSL color Cylindrical-coordinate representation of color #BDD930: hue angle of 69.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD930 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 48 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.15 |
| HSL | 69.94º | 0.69% | 0.52% | - |
| HSV(B) | 69.94º | 0.78% | 0.85% | - |
| XYZ | 46.33 | 60.66 | 12.06 | - |
| YUV | 189.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 48 | 0.13 | 0 | 0.78 | 0.15 | 69.94 | 0.69 | 0.52 |
| Hex | BD | D9 | 30 | D | 0 | 4E | F | 46 | 45 | 34 |
| Octal | 275 | 331 | 60 | 15 | 0 | 116 | 17 | 106 | 105 | 64 |
| Binary | 10111101 | 11011001 | 110000 | 1101 | 0 | 1001110 | 1111 | 1000110 | 1000101 | 110100 |
Color Harmonies of #BDD930
Complementary color
Monochromatic Colors of #BDD930
Black with #BDD930
Text Example
Text Example
White with #BDD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD930; }
p { color: rgb(189,217,48); }
H1.HeaderClassName
{
color: #BDD930;
}
.AnyTagClassName
{
color: #BDD930;
}
</style>
background-color css
<style>
a { background-color: #BDD930; }
a { background-color: rgb(189,217,48); }
div.DivClassName
{
background-color: #BDD930;
}
.BgClassName
{
background-color: #BDD930;
}
</style>
border-color css
<style>
span { border-color: #BDD930; }
span { border-color: rgb(189,217,48); }
td.TdClassName
{
border-color: #BDD930;
}
.TagClassName
{
border-color: #BDD930;
}
</style>