Shades of Fuego #BFDE21
Tints of Fuego #BFDE21
RGB
CMYK
RGB Variations
Color information
#BFDE21 (or 0xBFDE21) is known color: Fuego. HEX triplet: BF, DE and 21. RGB value is (191,222,33). Sum of RGB (Red+Green+Blue) = 191+222+33=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE21 is #4021DE. Grayscale: #BFBFBF. Windows color (decimal): -4202975 or 2219711. OLE color: 2219711.
HSL color Cylindrical-coordinate representation of color #BFDE21: hue angle of 69.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFDE21 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 69.84º | 0.74% | 0.5% | - |
| HSV(B) | 69.84º | 0.85% | 0.87% | - |
| XYZ | 47.88 | 63.43 | 11.16 | - |
| YUV | 191.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 33 | 0.14 | 0 | 0.85 | 0.13 | 69.84 | 0.74 | 0.5 |
| Hex | BF | DE | 21 | E | 0 | 55 | D | 46 | 4A | 32 |
| Octal | 277 | 336 | 41 | 16 | 0 | 125 | 15 | 106 | 112 | 62 |
| Binary | 10111111 | 11011110 | 100001 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001010 | 110010 |
Color Harmonies of #BFDE21
Complementary color
Monochromatic Colors of #BFDE21
Black with #BFDE21
Text Example
Text Example
White with #BFDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE21; }
p { color: rgb(191,222,33); }
H1.HeaderClassName
{
color: #BFDE21;
}
.AnyTagClassName
{
color: #BFDE21;
}
</style>
background-color css
<style>
a { background-color: #BFDE21; }
a { background-color: rgb(191,222,33); }
div.DivClassName
{
background-color: #BFDE21;
}
.BgClassName
{
background-color: #BFDE21;
}
</style>
border-color css
<style>
span { border-color: #BFDE21; }
span { border-color: rgb(191,222,33); }
td.TdClassName
{
border-color: #BFDE21;
}
.TagClassName
{
border-color: #BFDE21;
}
</style>