Shades of Fuego #BFDE2D
Tints of Fuego #BFDE2D
RGB
CMYK
RGB Variations
Color information
#BFDE2D (or 0xBFDE2D) is known color: Fuego. HEX triplet: BF, DE and 2D. RGB value is (191,222,45). Sum of RGB (Red+Green+Blue) = 191+222+45=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE2D is #4021D2. Grayscale: #C1C1C1. Windows color (decimal): -4202963 or 3006143. OLE color: 3006143.
HSL color Cylindrical-coordinate representation of color #BFDE2D: hue angle of 70.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFDE2D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 45 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.13 |
| HSL | 70.51º | 0.73% | 0.52% | - |
| HSV(B) | 70.51º | 0.8% | 0.87% | - |
| XYZ | 48.08 | 63.51 | 12.21 | - |
| YUV | 192.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 45 | 0.14 | 0 | 0.80 | 0.13 | 70.51 | 0.73 | 0.52 |
| Hex | BF | DE | 2D | E | 0 | 50 | D | 47 | 49 | 34 |
| Octal | 277 | 336 | 55 | 16 | 0 | 120 | 15 | 107 | 111 | 64 |
| Binary | 10111111 | 11011110 | 101101 | 1110 | 0 | 1010000 | 1101 | 1000111 | 1001001 | 110100 |
Color Harmonies of #BFDE2D
Complementary color
Monochromatic Colors of #BFDE2D
Black with #BFDE2D
Text Example
Text Example
White with #BFDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE2D; }
p { color: rgb(191,222,45); }
H1.HeaderClassName
{
color: #BFDE2D;
}
.AnyTagClassName
{
color: #BFDE2D;
}
</style>
background-color css
<style>
a { background-color: #BFDE2D; }
a { background-color: rgb(191,222,45); }
div.DivClassName
{
background-color: #BFDE2D;
}
.BgClassName
{
background-color: #BFDE2D;
}
</style>
border-color css
<style>
span { border-color: #BFDE2D; }
span { border-color: rgb(191,222,45); }
td.TdClassName
{
border-color: #BFDE2D;
}
.TagClassName
{
border-color: #BFDE2D;
}
</style>