Shades of Fuego #BFDA1B
Tints of Fuego #BFDA1B
RGB
CMYK
RGB Variations
Color information
#BFDA1B (or 0xBFDA1B) is known color: Fuego. HEX triplet: BF, DA and 1B. RGB value is (191,218,27). Sum of RGB (Red+Green+Blue) = 191+218+27=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA1B is #4025E4. Grayscale: #BCBCBC. Windows color (decimal): -4204005 or 1825471. OLE color: 1825471.
HSL color Cylindrical-coordinate representation of color #BFDA1B: hue angle of 68.48º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFDA1B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 27 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.15 |
| HSL | 68.48º | 0.78% | 0.48% | - |
| HSV(B) | 68.48º | 0.88% | 0.85% | - |
| XYZ | 46.76 | 61.3 | 10.4 | - |
| YUV | 188.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 27 | 0.12 | 0 | 0.88 | 0.15 | 68.48 | 0.78 | 0.48 |
| Hex | BF | DA | 1B | C | 0 | 58 | F | 44 | 4E | 30 |
| Octal | 277 | 332 | 33 | 14 | 0 | 130 | 17 | 104 | 116 | 60 |
| Binary | 10111111 | 11011010 | 11011 | 1100 | 0 | 1011000 | 1111 | 1000100 | 1001110 | 110000 |
Color Harmonies of #BFDA1B
Complementary color
Monochromatic Colors of #BFDA1B
Black with #BFDA1B
Text Example
Text Example
White with #BFDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA1B; }
p { color: rgb(191,218,27); }
H1.HeaderClassName
{
color: #BFDA1B;
}
.AnyTagClassName
{
color: #BFDA1B;
}
</style>
background-color css
<style>
a { background-color: #BFDA1B; }
a { background-color: rgb(191,218,27); }
div.DivClassName
{
background-color: #BFDA1B;
}
.BgClassName
{
background-color: #BFDA1B;
}
</style>
border-color css
<style>
span { border-color: #BFDA1B; }
span { border-color: rgb(191,218,27); }
td.TdClassName
{
border-color: #BFDA1B;
}
.TagClassName
{
border-color: #BFDA1B;
}
</style>