Shades of Fuego #BFD61D
Tints of Fuego #BFD61D
RGB
CMYK
RGB Variations
Color information
#BFD61D (or 0xBFD61D) is known color: Fuego. HEX triplet: BF, D6 and 1D. RGB value is (191,214,29). Sum of RGB (Red+Green+Blue) = 191+214+29=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD61D is #4029E2. Grayscale: #BABABA. Windows color (decimal): -4205027 or 1955519. OLE color: 1955519.
HSL color Cylindrical-coordinate representation of color #BFD61D: hue angle of 67.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFD61D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 29 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.16 |
| HSL | 67.46º | 0.76% | 0.48% | - |
| HSV(B) | 67.46º | 0.86% | 0.84% | - |
| XYZ | 45.75 | 59.26 | 10.19 | - |
| YUV | 186.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 29 | 0.11 | 0 | 0.86 | 0.16 | 67.46 | 0.76 | 0.48 |
| Hex | BF | D6 | 1D | B | 0 | 56 | 10 | 43 | 4C | 30 |
| Octal | 277 | 326 | 35 | 13 | 0 | 126 | 20 | 103 | 114 | 60 |
| Binary | 10111111 | 11010110 | 11101 | 1011 | 0 | 1010110 | 10000 | 1000011 | 1001100 | 110000 |
Color Harmonies of #BFD61D
Complementary color
Monochromatic Colors of #BFD61D
Black with #BFD61D
Text Example
Text Example
White with #BFD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD61D; }
p { color: rgb(191,214,29); }
H1.HeaderClassName
{
color: #BFD61D;
}
.AnyTagClassName
{
color: #BFD61D;
}
</style>
background-color css
<style>
a { background-color: #BFD61D; }
a { background-color: rgb(191,214,29); }
div.DivClassName
{
background-color: #BFD61D;
}
.BgClassName
{
background-color: #BFD61D;
}
</style>
border-color css
<style>
span { border-color: #BFD61D; }
span { border-color: rgb(191,214,29); }
td.TdClassName
{
border-color: #BFD61D;
}
.TagClassName
{
border-color: #BFD61D;
}
</style>