Shades of Fuego #BFDB30
Tints of Fuego #BFDB30
RGB
CMYK
RGB Variations
Color information
#BFDB30 (or 0xBFDB30) is known color: Fuego. HEX triplet: BF, DB and 30. RGB value is (191,219,48). Sum of RGB (Red+Green+Blue) = 191+219+48=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB30 is #4024CF. Grayscale: #BFBFBF. Windows color (decimal): -4203728 or 3201983. OLE color: 3201983.
HSL color Cylindrical-coordinate representation of color #BFDB30: hue angle of 69.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFDB30 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 48 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.14 |
| HSL | 69.82º | 0.7% | 0.52% | - |
| HSV(B) | 69.82º | 0.78% | 0.86% | - |
| XYZ | 47.35 | 61.95 | 12.26 | - |
| YUV | 191.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 48 | 0.13 | 0 | 0.78 | 0.14 | 69.82 | 0.7 | 0.52 |
| Hex | BF | DB | 30 | D | 0 | 4E | E | 46 | 46 | 34 |
| Octal | 277 | 333 | 60 | 15 | 0 | 116 | 16 | 106 | 106 | 64 |
| Binary | 10111111 | 11011011 | 110000 | 1101 | 0 | 1001110 | 1110 | 1000110 | 1000110 | 110100 |
Color Harmonies of #BFDB30
Complementary color
Monochromatic Colors of #BFDB30
Black with #BFDB30
Text Example
Text Example
White with #BFDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB30; }
p { color: rgb(191,219,48); }
H1.HeaderClassName
{
color: #BFDB30;
}
.AnyTagClassName
{
color: #BFDB30;
}
</style>
background-color css
<style>
a { background-color: #BFDB30; }
a { background-color: rgb(191,219,48); }
div.DivClassName
{
background-color: #BFDB30;
}
.BgClassName
{
background-color: #BFDB30;
}
</style>
border-color css
<style>
span { border-color: #BFDB30; }
span { border-color: rgb(191,219,48); }
td.TdClassName
{
border-color: #BFDB30;
}
.TagClassName
{
border-color: #BFDB30;
}
</style>