Shades of Fuego #BFD41F
Tints of Fuego #BFD41F
RGB
CMYK
RGB Variations
Color information
#BFD41F (or 0xBFD41F) is known color: Fuego. HEX triplet: BF, D4 and 1F. RGB value is (191,212,31). Sum of RGB (Red+Green+Blue) = 191+212+31=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD41F is #402BE0. Grayscale: #B9B9B9. Windows color (decimal): -4205537 or 2086079. OLE color: 2086079.
HSL color Cylindrical-coordinate representation of color #BFD41F: hue angle of 66.96º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD41F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 31 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.17 |
| HSL | 66.96º | 0.74% | 0.48% | - |
| HSV(B) | 66.96º | 0.85% | 0.83% | - |
| XYZ | 45.28 | 58.26 | 10.16 | - |
| YUV | 185.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 31 | 0.10 | 0 | 0.85 | 0.17 | 66.96 | 0.74 | 0.48 |
| Hex | BF | D4 | 1F | A | 0 | 55 | 11 | 43 | 4A | 30 |
| Octal | 277 | 324 | 37 | 12 | 0 | 125 | 21 | 103 | 112 | 60 |
| Binary | 10111111 | 11010100 | 11111 | 1010 | 0 | 1010101 | 10001 | 1000011 | 1001010 | 110000 |
Color Harmonies of #BFD41F
Complementary color
Monochromatic Colors of #BFD41F
Black with #BFD41F
Text Example
Text Example
White with #BFD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD41F; }
p { color: rgb(191,212,31); }
H1.HeaderClassName
{
color: #BFD41F;
}
.AnyTagClassName
{
color: #BFD41F;
}
</style>
background-color css
<style>
a { background-color: #BFD41F; }
a { background-color: rgb(191,212,31); }
div.DivClassName
{
background-color: #BFD41F;
}
.BgClassName
{
background-color: #BFD41F;
}
</style>
border-color css
<style>
span { border-color: #BFD41F; }
span { border-color: rgb(191,212,31); }
td.TdClassName
{
border-color: #BFD41F;
}
.TagClassName
{
border-color: #BFD41F;
}
</style>