Shades of Fuego #BFDB2D
Tints of Fuego #BFDB2D
RGB
CMYK
RGB Variations
Color information
#BFDB2D (or 0xBFDB2D) is known color: Fuego. HEX triplet: BF, DB and 2D. RGB value is (191,219,45). Sum of RGB (Red+Green+Blue) = 191+219+45=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB2D is #4024D2. Grayscale: #BFBFBF. Windows color (decimal): -4203731 or 3005375. OLE color: 3005375.
HSL color Cylindrical-coordinate representation of color #BFDB2D: hue angle of 69.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFDB2D is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 45 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.14 |
| HSL | 69.66º | 0.71% | 0.52% | - |
| HSV(B) | 69.66º | 0.79% | 0.86% | - |
| XYZ | 47.29 | 61.93 | 11.94 | - |
| YUV | 190.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 45 | 0.13 | 0 | 0.79 | 0.14 | 69.66 | 0.71 | 0.52 |
| Hex | BF | DB | 2D | D | 0 | 4F | E | 46 | 47 | 34 |
| Octal | 277 | 333 | 55 | 15 | 0 | 117 | 16 | 106 | 107 | 64 |
| Binary | 10111111 | 11011011 | 101101 | 1101 | 0 | 1001111 | 1110 | 1000110 | 1000111 | 110100 |
Color Harmonies of #BFDB2D
Complementary color
Monochromatic Colors of #BFDB2D
Black with #BFDB2D
Text Example
Text Example
White with #BFDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB2D; }
p { color: rgb(191,219,45); }
H1.HeaderClassName
{
color: #BFDB2D;
}
.AnyTagClassName
{
color: #BFDB2D;
}
</style>
background-color css
<style>
a { background-color: #BFDB2D; }
a { background-color: rgb(191,219,45); }
div.DivClassName
{
background-color: #BFDB2D;
}
.BgClassName
{
background-color: #BFDB2D;
}
</style>
border-color css
<style>
span { border-color: #BFDB2D; }
span { border-color: rgb(191,219,45); }
td.TdClassName
{
border-color: #BFDB2D;
}
.TagClassName
{
border-color: #BFDB2D;
}
</style>