Shades of Fuego #BDD91F
Tints of Fuego #BDD91F
RGB
CMYK
RGB Variations
Color information
#BDD91F (or 0xBDD91F) is known color: Fuego. HEX triplet: BD, D9 and 1F. RGB value is (189,217,31). Sum of RGB (Red+Green+Blue) = 189+217+31=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD91F is #4226E0. Grayscale: #BCBCBC. Windows color (decimal): -4335329 or 2087357. OLE color: 2087357.
HSL color Cylindrical-coordinate representation of color #BDD91F: hue angle of 69.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDD91F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.15 |
| HSL | 69.03º | 0.75% | 0.49% | - |
| HSV(B) | 69.03º | 0.86% | 0.85% | - |
| XYZ | 46.05 | 60.54 | 10.56 | - |
| YUV | 187.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 31 | 0.13 | 0 | 0.86 | 0.15 | 69.03 | 0.75 | 0.49 |
| Hex | BD | D9 | 1F | D | 0 | 56 | F | 45 | 4B | 31 |
| Octal | 275 | 331 | 37 | 15 | 0 | 126 | 17 | 105 | 113 | 61 |
| Binary | 10111101 | 11011001 | 11111 | 1101 | 0 | 1010110 | 1111 | 1000101 | 1001011 | 110001 |
Color Harmonies of #BDD91F
Complementary color
Monochromatic Colors of #BDD91F
Black with #BDD91F
Text Example
Text Example
White with #BDD91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD91F; }
p { color: rgb(189,217,31); }
H1.HeaderClassName
{
color: #BDD91F;
}
.AnyTagClassName
{
color: #BDD91F;
}
</style>
background-color css
<style>
a { background-color: #BDD91F; }
a { background-color: rgb(189,217,31); }
div.DivClassName
{
background-color: #BDD91F;
}
.BgClassName
{
background-color: #BDD91F;
}
</style>
border-color css
<style>
span { border-color: #BDD91F; }
span { border-color: rgb(189,217,31); }
td.TdClassName
{
border-color: #BDD91F;
}
.TagClassName
{
border-color: #BDD91F;
}
</style>