Shades of Fuego #BFD124
Tints of Fuego #BFD124
RGB
CMYK
RGB Variations
Color information
#BFD124 (or 0xBFD124) is known color: Fuego. HEX triplet: BF, D1 and 24. RGB value is (191,209,36). Sum of RGB (Red+Green+Blue) = 191+209+36=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD124 is #402EDB. Grayscale: #B8B8B8. Windows color (decimal): -4206300 or 2412991. OLE color: 2412991.
HSL color Cylindrical-coordinate representation of color #BFD124: hue angle of 66.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFD124 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 36 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.18 |
| HSL | 66.24º | 0.71% | 0.48% | - |
| HSV(B) | 66.24º | 0.83% | 0.82% | - |
| XYZ | 44.6 | 56.8 | 10.28 | - |
| YUV | 183.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 36 | 0.09 | 0 | 0.83 | 0.18 | 66.24 | 0.71 | 0.48 |
| Hex | BF | D1 | 24 | 9 | 0 | 53 | 12 | 42 | 47 | 30 |
| Octal | 277 | 321 | 44 | 11 | 0 | 123 | 22 | 102 | 107 | 60 |
| Binary | 10111111 | 11010001 | 100100 | 1001 | 0 | 1010011 | 10010 | 1000010 | 1000111 | 110000 |
Color Harmonies of #BFD124
Complementary color
Monochromatic Colors of #BFD124
Black with #BFD124
Text Example
Text Example
White with #BFD124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD124; }
p { color: rgb(191,209,36); }
H1.HeaderClassName
{
color: #BFD124;
}
.AnyTagClassName
{
color: #BFD124;
}
</style>
background-color css
<style>
a { background-color: #BFD124; }
a { background-color: rgb(191,209,36); }
div.DivClassName
{
background-color: #BFD124;
}
.BgClassName
{
background-color: #BFD124;
}
</style>
border-color css
<style>
span { border-color: #BFD124; }
span { border-color: rgb(191,209,36); }
td.TdClassName
{
border-color: #BFD124;
}
.TagClassName
{
border-color: #BFD124;
}
</style>