Shades of Fuego #BFD533
Tints of Fuego #BFD533
RGB
CMYK
RGB Variations
Color information
#BFD533 (or 0xBFD533) is known color: Fuego. HEX triplet: BF, D5 and 33. RGB value is (191,213,51). Sum of RGB (Red+Green+Blue) = 191+213+51=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD533 is #402ACC. Grayscale: #BCBCBC. Windows color (decimal): -4205261 or 3397055. OLE color: 3397055.
HSL color Cylindrical-coordinate representation of color #BFD533: hue angle of 68.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD533 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 51 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.16 |
| HSL | 68.15º | 0.66% | 0.52% | - |
| HSV(B) | 68.15º | 0.76% | 0.84% | - |
| XYZ | 45.88 | 58.9 | 12.08 | - |
| YUV | 187.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 51 | 0.10 | 0 | 0.76 | 0.16 | 68.15 | 0.66 | 0.52 |
| Hex | BF | D5 | 33 | A | 0 | 4C | 10 | 44 | 42 | 34 |
| Octal | 277 | 325 | 63 | 12 | 0 | 114 | 20 | 104 | 102 | 64 |
| Binary | 10111111 | 11010101 | 110011 | 1010 | 0 | 1001100 | 10000 | 1000100 | 1000010 | 110100 |
Color Harmonies of #BFD533
Complementary color
Monochromatic Colors of #BFD533
Black with #BFD533
Text Example
Text Example
White with #BFD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD533; }
p { color: rgb(191,213,51); }
H1.HeaderClassName
{
color: #BFD533;
}
.AnyTagClassName
{
color: #BFD533;
}
</style>
background-color css
<style>
a { background-color: #BFD533; }
a { background-color: rgb(191,213,51); }
div.DivClassName
{
background-color: #BFD533;
}
.BgClassName
{
background-color: #BFD533;
}
</style>
border-color css
<style>
span { border-color: #BFD533; }
span { border-color: rgb(191,213,51); }
td.TdClassName
{
border-color: #BFD533;
}
.TagClassName
{
border-color: #BFD533;
}
</style>