Shades of Fuego #BFDE2F
Tints of Fuego #BFDE2F
RGB
CMYK
RGB Variations
Color information
#BFDE2F (or 0xBFDE2F) is known color: Fuego. HEX triplet: BF, DE and 2F. RGB value is (191,222,47). Sum of RGB (Red+Green+Blue) = 191+222+47=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE2F is #4021D0. Grayscale: #C1C1C1. Windows color (decimal): -4202961 or 3137215. OLE color: 3137215.
HSL color Cylindrical-coordinate representation of color #BFDE2F: hue angle of 70.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFDE2F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 47 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.13 |
| HSL | 70.63º | 0.73% | 0.53% | - |
| HSV(B) | 70.63º | 0.79% | 0.87% | - |
| XYZ | 48.12 | 63.52 | 12.41 | - |
| YUV | 192.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 47 | 0.14 | 0 | 0.79 | 0.13 | 70.63 | 0.73 | 0.53 |
| Hex | BF | DE | 2F | E | 0 | 4F | D | 47 | 49 | 35 |
| Octal | 277 | 336 | 57 | 16 | 0 | 117 | 15 | 107 | 111 | 65 |
| Binary | 10111111 | 11011110 | 101111 | 1110 | 0 | 1001111 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #BFDE2F
Complementary color
Monochromatic Colors of #BFDE2F
Black with #BFDE2F
Text Example
Text Example
White with #BFDE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE2F; }
p { color: rgb(191,222,47); }
H1.HeaderClassName
{
color: #BFDE2F;
}
.AnyTagClassName
{
color: #BFDE2F;
}
</style>
background-color css
<style>
a { background-color: #BFDE2F; }
a { background-color: rgb(191,222,47); }
div.DivClassName
{
background-color: #BFDE2F;
}
.BgClassName
{
background-color: #BFDE2F;
}
</style>
border-color css
<style>
span { border-color: #BFDE2F; }
span { border-color: rgb(191,222,47); }
td.TdClassName
{
border-color: #BFDE2F;
}
.TagClassName
{
border-color: #BFDE2F;
}
</style>