Shades of Fuego #BFDC2A
Tints of Fuego #BFDC2A
RGB
CMYK
RGB Variations
Color information
#BFDC2A (or 0xBFDC2A) is known color: Fuego. HEX triplet: BF, DC and 2A. RGB value is (191,220,42). Sum of RGB (Red+Green+Blue) = 191+220+42=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC2A is #4023D5. Grayscale: #BFBFBF. Windows color (decimal): -4203478 or 2809023. OLE color: 2809023.
HSL color Cylindrical-coordinate representation of color #BFDC2A: hue angle of 69.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFDC2A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 42 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.14 |
| HSL | 69.78º | 0.72% | 0.51% | - |
| HSV(B) | 69.78º | 0.81% | 0.86% | - |
| XYZ | 47.5 | 62.43 | 11.74 | - |
| YUV | 191.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 42 | 0.13 | 0 | 0.81 | 0.14 | 69.78 | 0.72 | 0.51 |
| Hex | BF | DC | 2A | D | 0 | 51 | E | 46 | 48 | 33 |
| Octal | 277 | 334 | 52 | 15 | 0 | 121 | 16 | 106 | 110 | 63 |
| Binary | 10111111 | 11011100 | 101010 | 1101 | 0 | 1010001 | 1110 | 1000110 | 1001000 | 110011 |
Color Harmonies of #BFDC2A
Complementary color
Monochromatic Colors of #BFDC2A
Black with #BFDC2A
Text Example
Text Example
White with #BFDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC2A; }
p { color: rgb(191,220,42); }
H1.HeaderClassName
{
color: #BFDC2A;
}
.AnyTagClassName
{
color: #BFDC2A;
}
</style>
background-color css
<style>
a { background-color: #BFDC2A; }
a { background-color: rgb(191,220,42); }
div.DivClassName
{
background-color: #BFDC2A;
}
.BgClassName
{
background-color: #BFDC2A;
}
</style>
border-color css
<style>
span { border-color: #BFDC2A; }
span { border-color: rgb(191,220,42); }
td.TdClassName
{
border-color: #BFDC2A;
}
.TagClassName
{
border-color: #BFDC2A;
}
</style>