Shades of Fuego #BDD91D
Tints of Fuego #BDD91D
RGB
CMYK
RGB Variations
Color information
#BDD91D (or 0xBDD91D) is known color: Fuego. HEX triplet: BD, D9 and 1D. RGB value is (189,217,29). Sum of RGB (Red+Green+Blue) = 189+217+29=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD91D is #4226E2. Grayscale: #BBBBBB. Windows color (decimal): -4335331 or 1956285. OLE color: 1956285.
HSL color Cylindrical-coordinate representation of color #BDD91D: hue angle of 68.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD91D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.15 |
| HSL | 68.94º | 0.76% | 0.48% | - |
| HSV(B) | 68.94º | 0.87% | 0.85% | - |
| XYZ | 46.02 | 60.53 | 10.42 | - |
| YUV | 187.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 29 | 0.13 | 0 | 0.87 | 0.15 | 68.94 | 0.76 | 0.48 |
| Hex | BD | D9 | 1D | D | 0 | 57 | F | 45 | 4C | 30 |
| Octal | 275 | 331 | 35 | 15 | 0 | 127 | 17 | 105 | 114 | 60 |
| Binary | 10111101 | 11011001 | 11101 | 1101 | 0 | 1010111 | 1111 | 1000101 | 1001100 | 110000 |
Color Harmonies of #BDD91D
Complementary color
Monochromatic Colors of #BDD91D
Black with #BDD91D
Text Example
Text Example
White with #BDD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD91D; }
p { color: rgb(189,217,29); }
H1.HeaderClassName
{
color: #BDD91D;
}
.AnyTagClassName
{
color: #BDD91D;
}
</style>
background-color css
<style>
a { background-color: #BDD91D; }
a { background-color: rgb(189,217,29); }
div.DivClassName
{
background-color: #BDD91D;
}
.BgClassName
{
background-color: #BDD91D;
}
</style>
border-color css
<style>
span { border-color: #BDD91D; }
span { border-color: rgb(189,217,29); }
td.TdClassName
{
border-color: #BDD91D;
}
.TagClassName
{
border-color: #BDD91D;
}
</style>