Shades of Fuego #BFDB20
Tints of Fuego #BFDB20
RGB
CMYK
RGB Variations
Color information
#BFDB20 (or 0xBFDB20) is known color: Fuego. HEX triplet: BF, DB and 20. RGB value is (191,219,32). Sum of RGB (Red+Green+Blue) = 191+219+32=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB20 is #4024DF. Grayscale: #BEBEBE. Windows color (decimal): -4203744 or 2153407. OLE color: 2153407.
HSL color Cylindrical-coordinate representation of color #BFDB20: hue angle of 68.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFDB20 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.14 |
| HSL | 68.98º | 0.75% | 0.49% | - |
| HSV(B) | 68.98º | 0.85% | 0.86% | - |
| XYZ | 47.08 | 61.84 | 10.82 | - |
| YUV | 189.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 32 | 0.13 | 0 | 0.85 | 0.14 | 68.98 | 0.75 | 0.49 |
| Hex | BF | DB | 20 | D | 0 | 55 | E | 45 | 4B | 31 |
| Octal | 277 | 333 | 40 | 15 | 0 | 125 | 16 | 105 | 113 | 61 |
| Binary | 10111111 | 11011011 | 100000 | 1101 | 0 | 1010101 | 1110 | 1000101 | 1001011 | 110001 |
Color Harmonies of #BFDB20
Complementary color
Monochromatic Colors of #BFDB20
Black with #BFDB20
Text Example
Text Example
White with #BFDB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB20; }
p { color: rgb(191,219,32); }
H1.HeaderClassName
{
color: #BFDB20;
}
.AnyTagClassName
{
color: #BFDB20;
}
</style>
background-color css
<style>
a { background-color: #BFDB20; }
a { background-color: rgb(191,219,32); }
div.DivClassName
{
background-color: #BFDB20;
}
.BgClassName
{
background-color: #BFDB20;
}
</style>
border-color css
<style>
span { border-color: #BFDB20; }
span { border-color: rgb(191,219,32); }
td.TdClassName
{
border-color: #BFDB20;
}
.TagClassName
{
border-color: #BFDB20;
}
</style>