Shades of Fuego #BFDE30
Tints of Fuego #BFDE30
RGB
CMYK
RGB Variations
Color information
#BFDE30 (or 0xBFDE30) is known color: Fuego. HEX triplet: BF, DE and 30. RGB value is (191,222,48). Sum of RGB (Red+Green+Blue) = 191+222+48=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE30 is #4021CF. Grayscale: #C1C1C1. Windows color (decimal): -4202960 or 3202751. OLE color: 3202751.
HSL color Cylindrical-coordinate representation of color #BFDE30: hue angle of 70.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFDE30 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 48 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 70.69º | 0.73% | 0.53% | - |
| HSV(B) | 70.69º | 0.78% | 0.87% | - |
| XYZ | 48.14 | 63.53 | 12.52 | - |
| YUV | 192.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 48 | 0.14 | 0 | 0.78 | 0.13 | 70.69 | 0.73 | 0.53 |
| Hex | BF | DE | 30 | E | 0 | 4E | D | 47 | 48 | 35 |
| Octal | 277 | 336 | 60 | 16 | 0 | 116 | 15 | 107 | 110 | 65 |
| Binary | 10111111 | 11011110 | 110000 | 1110 | 0 | 1001110 | 1101 | 1000111 | 1001000 | 110101 |
Color Harmonies of #BFDE30
Complementary color
Monochromatic Colors of #BFDE30
Black with #BFDE30
Text Example
Text Example
White with #BFDE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE30; }
p { color: rgb(191,222,48); }
H1.HeaderClassName
{
color: #BFDE30;
}
.AnyTagClassName
{
color: #BFDE30;
}
</style>
background-color css
<style>
a { background-color: #BFDE30; }
a { background-color: rgb(191,222,48); }
div.DivClassName
{
background-color: #BFDE30;
}
.BgClassName
{
background-color: #BFDE30;
}
</style>
border-color css
<style>
span { border-color: #BFDE30; }
span { border-color: rgb(191,222,48); }
td.TdClassName
{
border-color: #BFDE30;
}
.TagClassName
{
border-color: #BFDE30;
}
</style>