Shades of Fuego #BFDF2D
Tints of Fuego #BFDF2D
RGB
CMYK
RGB Variations
Color information
#BFDF2D (or 0xBFDF2D) is known color: Fuego. HEX triplet: BF, DF and 2D. RGB value is (191,223,45). Sum of RGB (Red+Green+Blue) = 191+223+45=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF2D is #4020D2. Grayscale: #C1C1C1. Windows color (decimal): -4202707 or 3006399. OLE color: 3006399.
HSL color Cylindrical-coordinate representation of color #BFDF2D: hue angle of 70.79º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFDF2D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 45 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.13 |
| HSL | 70.79º | 0.74% | 0.53% | - |
| HSV(B) | 70.79º | 0.8% | 0.87% | - |
| XYZ | 48.35 | 64.04 | 12.3 | - |
| YUV | 193.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 45 | 0.14 | 0 | 0.80 | 0.13 | 70.79 | 0.74 | 0.53 |
| Hex | BF | DF | 2D | E | 0 | 50 | D | 47 | 4A | 35 |
| Octal | 277 | 337 | 55 | 16 | 0 | 120 | 15 | 107 | 112 | 65 |
| Binary | 10111111 | 11011111 | 101101 | 1110 | 0 | 1010000 | 1101 | 1000111 | 1001010 | 110101 |
Color Harmonies of #BFDF2D
Complementary color
Monochromatic Colors of #BFDF2D
Black with #BFDF2D
Text Example
Text Example
White with #BFDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF2D; }
p { color: rgb(191,223,45); }
H1.HeaderClassName
{
color: #BFDF2D;
}
.AnyTagClassName
{
color: #BFDF2D;
}
</style>
background-color css
<style>
a { background-color: #BFDF2D; }
a { background-color: rgb(191,223,45); }
div.DivClassName
{
background-color: #BFDF2D;
}
.BgClassName
{
background-color: #BFDF2D;
}
</style>
border-color css
<style>
span { border-color: #BFDF2D; }
span { border-color: rgb(191,223,45); }
td.TdClassName
{
border-color: #BFDF2D;
}
.TagClassName
{
border-color: #BFDF2D;
}
</style>