Shades of Fuego #BFDD21
Tints of Fuego #BFDD21
RGB
CMYK
RGB Variations
Color information
#BFDD21 (or 0xBFDD21) is known color: Fuego. HEX triplet: BF, DD and 21. RGB value is (191,221,33). Sum of RGB (Red+Green+Blue) = 191+221+33=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD21 is #4022DE. Grayscale: #BFBFBF. Windows color (decimal): -4203231 or 2219455. OLE color: 2219455.
HSL color Cylindrical-coordinate representation of color #BFDD21: hue angle of 69.57º 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 #BFDD21 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 69.57º | 0.74% | 0.5% | - |
| HSV(B) | 69.57º | 0.85% | 0.87% | - |
| XYZ | 47.62 | 62.9 | 11.07 | - |
| YUV | 190.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 33 | 0.14 | 0 | 0.85 | 0.13 | 69.57 | 0.74 | 0.5 |
| Hex | BF | DD | 21 | E | 0 | 55 | D | 46 | 4A | 32 |
| Octal | 277 | 335 | 41 | 16 | 0 | 125 | 15 | 106 | 112 | 62 |
| Binary | 10111111 | 11011101 | 100001 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001010 | 110010 |
Color Harmonies of #BFDD21
Complementary color
Monochromatic Colors of #BFDD21
Black with #BFDD21
Text Example
Text Example
White with #BFDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD21; }
p { color: rgb(191,221,33); }
H1.HeaderClassName
{
color: #BFDD21;
}
.AnyTagClassName
{
color: #BFDD21;
}
</style>
background-color css
<style>
a { background-color: #BFDD21; }
a { background-color: rgb(191,221,33); }
div.DivClassName
{
background-color: #BFDD21;
}
.BgClassName
{
background-color: #BFDD21;
}
</style>
border-color css
<style>
span { border-color: #BFDD21; }
span { border-color: rgb(191,221,33); }
td.TdClassName
{
border-color: #BFDD21;
}
.TagClassName
{
border-color: #BFDD21;
}
</style>