Shades of Fuego #BFDC2E
Tints of Fuego #BFDC2E
RGB
CMYK
RGB Variations
Color information
#BFDC2E (or 0xBFDC2E) is known color: Fuego. HEX triplet: BF, DC and 2E. RGB value is (191,220,46). Sum of RGB (Red+Green+Blue) = 191+220+46=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC2E is #4023D1. Grayscale: #C0C0C0. Windows color (decimal): -4203474 or 3071167. OLE color: 3071167.
HSL color Cylindrical-coordinate representation of color #BFDC2E: hue angle of 70º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFDC2E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 46 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.14 |
| HSL | 70º | 0.71% | 0.52% | - |
| HSV(B) | 70º | 0.79% | 0.86% | - |
| XYZ | 47.57 | 62.46 | 12.13 | - |
| YUV | 191.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 46 | 0.13 | 0 | 0.79 | 0.14 | 70 | 0.71 | 0.52 |
| Hex | BF | DC | 2E | D | 0 | 4F | E | 46 | 47 | 34 |
| Octal | 277 | 334 | 56 | 15 | 0 | 117 | 16 | 106 | 107 | 64 |
| Binary | 10111111 | 11011100 | 101110 | 1101 | 0 | 1001111 | 1110 | 1000110 | 1000111 | 110100 |
Color Harmonies of #BFDC2E
Complementary color
Monochromatic Colors of #BFDC2E
Black with #BFDC2E
Text Example
Text Example
White with #BFDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC2E; }
p { color: rgb(191,220,46); }
H1.HeaderClassName
{
color: #BFDC2E;
}
.AnyTagClassName
{
color: #BFDC2E;
}
</style>
background-color css
<style>
a { background-color: #BFDC2E; }
a { background-color: rgb(191,220,46); }
div.DivClassName
{
background-color: #BFDC2E;
}
.BgClassName
{
background-color: #BFDC2E;
}
</style>
border-color css
<style>
span { border-color: #BFDC2E; }
span { border-color: rgb(191,220,46); }
td.TdClassName
{
border-color: #BFDC2E;
}
.TagClassName
{
border-color: #BFDC2E;
}
</style>