Shades of Fuego #BFDC1F
Tints of Fuego #BFDC1F
RGB
CMYK
RGB Variations
Color information
#BFDC1F (or 0xBFDC1F) is known color: Fuego. HEX triplet: BF, DC and 1F. RGB value is (191,220,31). Sum of RGB (Red+Green+Blue) = 191+220+31=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC1F is #4023E0. Grayscale: #BEBEBE. Windows color (decimal): -4203489 or 2088127. OLE color: 2088127.
HSL color Cylindrical-coordinate representation of color #BFDC1F: hue angle of 69.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFDC1F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.14 |
| HSL | 69.21º | 0.75% | 0.49% | - |
| HSV(B) | 69.21º | 0.86% | 0.86% | - |
| XYZ | 47.33 | 62.36 | 10.84 | - |
| YUV | 189.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 31 | 0.13 | 0 | 0.86 | 0.14 | 69.21 | 0.75 | 0.49 |
| Hex | BF | DC | 1F | D | 0 | 56 | E | 45 | 4B | 31 |
| Octal | 277 | 334 | 37 | 15 | 0 | 126 | 16 | 105 | 113 | 61 |
| Binary | 10111111 | 11011100 | 11111 | 1101 | 0 | 1010110 | 1110 | 1000101 | 1001011 | 110001 |
Color Harmonies of #BFDC1F
Complementary color
Monochromatic Colors of #BFDC1F
Black with #BFDC1F
Text Example
Text Example
White with #BFDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC1F; }
p { color: rgb(191,220,31); }
H1.HeaderClassName
{
color: #BFDC1F;
}
.AnyTagClassName
{
color: #BFDC1F;
}
</style>
background-color css
<style>
a { background-color: #BFDC1F; }
a { background-color: rgb(191,220,31); }
div.DivClassName
{
background-color: #BFDC1F;
}
.BgClassName
{
background-color: #BFDC1F;
}
</style>
border-color css
<style>
span { border-color: #BFDC1F; }
span { border-color: rgb(191,220,31); }
td.TdClassName
{
border-color: #BFDC1F;
}
.TagClassName
{
border-color: #BFDC1F;
}
</style>