Shades of Fuego #BFDB25
Tints of Fuego #BFDB25
RGB
CMYK
RGB Variations
Color information
#BFDB25 (or 0xBFDB25) is known color: Fuego. HEX triplet: BF, DB and 25. RGB value is (191,219,37). Sum of RGB (Red+Green+Blue) = 191+219+37=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB25 is #4024DA. Grayscale: #BEBEBE. Windows color (decimal): -4203739 or 2481087. OLE color: 2481087.
HSL color Cylindrical-coordinate representation of color #BFDB25: hue angle of 69.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFDB25 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 37 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.14 |
| HSL | 69.23º | 0.72% | 0.5% | - |
| HSV(B) | 69.23º | 0.83% | 0.86% | - |
| XYZ | 47.15 | 61.87 | 11.21 | - |
| YUV | 189.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 37 | 0.13 | 0 | 0.83 | 0.14 | 69.23 | 0.72 | 0.5 |
| Hex | BF | DB | 25 | D | 0 | 53 | E | 45 | 48 | 32 |
| Octal | 277 | 333 | 45 | 15 | 0 | 123 | 16 | 105 | 110 | 62 |
| Binary | 10111111 | 11011011 | 100101 | 1101 | 0 | 1010011 | 1110 | 1000101 | 1001000 | 110010 |
Color Harmonies of #BFDB25
Complementary color
Monochromatic Colors of #BFDB25
Black with #BFDB25
Text Example
Text Example
White with #BFDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB25; }
p { color: rgb(191,219,37); }
H1.HeaderClassName
{
color: #BFDB25;
}
.AnyTagClassName
{
color: #BFDB25;
}
</style>
background-color css
<style>
a { background-color: #BFDB25; }
a { background-color: rgb(191,219,37); }
div.DivClassName
{
background-color: #BFDB25;
}
.BgClassName
{
background-color: #BFDB25;
}
</style>
border-color css
<style>
span { border-color: #BFDB25; }
span { border-color: rgb(191,219,37); }
td.TdClassName
{
border-color: #BFDB25;
}
.TagClassName
{
border-color: #BFDB25;
}
</style>