Shades of Fuego #BFDA25
Tints of Fuego #BFDA25
RGB
CMYK
RGB Variations
Color information
#BFDA25 (or 0xBFDA25) is known color: Fuego. HEX triplet: BF, DA and 25. RGB value is (191,218,37). Sum of RGB (Red+Green+Blue) = 191+218+37=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA25 is #4025DA. Grayscale: #BDBDBD. Windows color (decimal): -4203995 or 2480831. OLE color: 2480831.
HSL color Cylindrical-coordinate representation of color #BFDA25: hue angle of 68.95º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFDA25 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.15 |
| HSL | 68.95º | 0.71% | 0.5% | - |
| HSV(B) | 68.95º | 0.83% | 0.85% | - |
| XYZ | 46.89 | 61.35 | 11.12 | - |
| YUV | 189.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 37 | 0.12 | 0 | 0.83 | 0.15 | 68.95 | 0.71 | 0.5 |
| Hex | BF | DA | 25 | C | 0 | 53 | F | 45 | 47 | 32 |
| Octal | 277 | 332 | 45 | 14 | 0 | 123 | 17 | 105 | 107 | 62 |
| Binary | 10111111 | 11011010 | 100101 | 1100 | 0 | 1010011 | 1111 | 1000101 | 1000111 | 110010 |
Color Harmonies of #BFDA25
Complementary color
Monochromatic Colors of #BFDA25
Black with #BFDA25
Text Example
Text Example
White with #BFDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA25; }
p { color: rgb(191,218,37); }
H1.HeaderClassName
{
color: #BFDA25;
}
.AnyTagClassName
{
color: #BFDA25;
}
</style>
background-color css
<style>
a { background-color: #BFDA25; }
a { background-color: rgb(191,218,37); }
div.DivClassName
{
background-color: #BFDA25;
}
.BgClassName
{
background-color: #BFDA25;
}
</style>
border-color css
<style>
span { border-color: #BFDA25; }
span { border-color: rgb(191,218,37); }
td.TdClassName
{
border-color: #BFDA25;
}
.TagClassName
{
border-color: #BFDA25;
}
</style>