Shades of Fuego #BFD133
Tints of Fuego #BFD133
RGB
CMYK
RGB Variations
Color information
#BFD133 (or 0xBFD133) is known color: Fuego. HEX triplet: BF, D1 and 33. RGB value is (191,209,51). Sum of RGB (Red+Green+Blue) = 191+209+51=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD133 is #402ECC. Grayscale: #BABABA. Windows color (decimal): -4206285 or 3396031. OLE color: 3396031.
HSL color Cylindrical-coordinate representation of color #BFD133: hue angle of 66.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD133 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 51 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.18 |
| HSL | 66.84º | 0.63% | 0.51% | - |
| HSV(B) | 66.84º | 0.76% | 0.82% | - |
| XYZ | 44.88 | 56.92 | 11.75 | - |
| YUV | 185.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 51 | 0.09 | 0 | 0.76 | 0.18 | 66.84 | 0.63 | 0.51 |
| Hex | BF | D1 | 33 | 9 | 0 | 4C | 12 | 43 | 3F | 33 |
| Octal | 277 | 321 | 63 | 11 | 0 | 114 | 22 | 103 | 77 | 63 |
| Binary | 10111111 | 11010001 | 110011 | 1001 | 0 | 1001100 | 10010 | 1000011 | 111111 | 110011 |
Color Harmonies of #BFD133
Complementary color
Monochromatic Colors of #BFD133
Black with #BFD133
Text Example
Text Example
White with #BFD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD133; }
p { color: rgb(191,209,51); }
H1.HeaderClassName
{
color: #BFD133;
}
.AnyTagClassName
{
color: #BFD133;
}
</style>
background-color css
<style>
a { background-color: #BFD133; }
a { background-color: rgb(191,209,51); }
div.DivClassName
{
background-color: #BFD133;
}
.BgClassName
{
background-color: #BFD133;
}
</style>
border-color css
<style>
span { border-color: #BFD133; }
span { border-color: rgb(191,209,51); }
td.TdClassName
{
border-color: #BFD133;
}
.TagClassName
{
border-color: #BFD133;
}
</style>