Shades of Fuego #BFDE20
Tints of Fuego #BFDE20
RGB
CMYK
RGB Variations
Color information
#BFDE20 (or 0xBFDE20) is known color: Fuego. HEX triplet: BF, DE and 20. RGB value is (191,222,32). Sum of RGB (Red+Green+Blue) = 191+222+32=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE20 is #4021DF. Grayscale: #BFBFBF. Windows color (decimal): -4202976 or 2154175. OLE color: 2154175.
HSL color Cylindrical-coordinate representation of color #BFDE20: hue angle of 69.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFDE20 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.13 |
| HSL | 69.79º | 0.75% | 0.5% | - |
| HSV(B) | 69.79º | 0.86% | 0.87% | - |
| XYZ | 47.87 | 63.42 | 11.09 | - |
| YUV | 191.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 32 | 0.14 | 0 | 0.86 | 0.13 | 69.79 | 0.75 | 0.5 |
| Hex | BF | DE | 20 | E | 0 | 56 | D | 46 | 4B | 32 |
| Octal | 277 | 336 | 40 | 16 | 0 | 126 | 15 | 106 | 113 | 62 |
| Binary | 10111111 | 11011110 | 100000 | 1110 | 0 | 1010110 | 1101 | 1000110 | 1001011 | 110010 |
Color Harmonies of #BFDE20
Complementary color
Monochromatic Colors of #BFDE20
Black with #BFDE20
Text Example
Text Example
White with #BFDE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE20; }
p { color: rgb(191,222,32); }
H1.HeaderClassName
{
color: #BFDE20;
}
.AnyTagClassName
{
color: #BFDE20;
}
</style>
background-color css
<style>
a { background-color: #BFDE20; }
a { background-color: rgb(191,222,32); }
div.DivClassName
{
background-color: #BFDE20;
}
.BgClassName
{
background-color: #BFDE20;
}
</style>
border-color css
<style>
span { border-color: #BFDE20; }
span { border-color: rgb(191,222,32); }
td.TdClassName
{
border-color: #BFDE20;
}
.TagClassName
{
border-color: #BFDE20;
}
</style>