Shades of Fuego #BFDF2F
Tints of Fuego #BFDF2F
RGB
CMYK
RGB Variations
Color information
#BFDF2F (or 0xBFDF2F) is known color: Fuego. HEX triplet: BF, DF and 2F. RGB value is (191,223,47). Sum of RGB (Red+Green+Blue) = 191+223+47=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF2F is #4020D0. Grayscale: #C2C2C2. Windows color (decimal): -4202705 or 3137471. OLE color: 3137471.
HSL color Cylindrical-coordinate representation of color #BFDF2F: hue angle of 70.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFDF2F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 47 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.13 |
| HSL | 70.91º | 0.73% | 0.53% | - |
| HSV(B) | 70.91º | 0.79% | 0.87% | - |
| XYZ | 48.39 | 64.06 | 12.5 | - |
| YUV | 193.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 47 | 0.14 | 0 | 0.79 | 0.13 | 70.91 | 0.73 | 0.53 |
| Hex | BF | DF | 2F | E | 0 | 4F | D | 47 | 49 | 35 |
| Octal | 277 | 337 | 57 | 16 | 0 | 117 | 15 | 107 | 111 | 65 |
| Binary | 10111111 | 11011111 | 101111 | 1110 | 0 | 1001111 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #BFDF2F
Complementary color
Monochromatic Colors of #BFDF2F
Black with #BFDF2F
Text Example
Text Example
White with #BFDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF2F; }
p { color: rgb(191,223,47); }
H1.HeaderClassName
{
color: #BFDF2F;
}
.AnyTagClassName
{
color: #BFDF2F;
}
</style>
background-color css
<style>
a { background-color: #BFDF2F; }
a { background-color: rgb(191,223,47); }
div.DivClassName
{
background-color: #BFDF2F;
}
.BgClassName
{
background-color: #BFDF2F;
}
</style>
border-color css
<style>
span { border-color: #BFDF2F; }
span { border-color: rgb(191,223,47); }
td.TdClassName
{
border-color: #BFDF2F;
}
.TagClassName
{
border-color: #BFDF2F;
}
</style>