Shades of Fuego #BFD432
Tints of Fuego #BFD432
RGB
CMYK
RGB Variations
Color information
#BFD432 (or 0xBFD432) is known color: Fuego. HEX triplet: BF, D4 and 32. RGB value is (191,212,50). Sum of RGB (Red+Green+Blue) = 191+212+50=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD432 is #402BCD. Grayscale: #BBBBBB. Windows color (decimal): -4205518 or 3331263. OLE color: 3331263.
HSL color Cylindrical-coordinate representation of color #BFD432: hue angle of 67.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD432 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 50 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.17 |
| HSL | 67.78º | 0.65% | 0.51% | - |
| HSV(B) | 67.78º | 0.76% | 0.83% | - |
| XYZ | 45.61 | 58.39 | 11.89 | - |
| YUV | 187.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 50 | 0.10 | 0 | 0.76 | 0.17 | 67.78 | 0.65 | 0.51 |
| Hex | BF | D4 | 32 | A | 0 | 4C | 11 | 44 | 41 | 33 |
| Octal | 277 | 324 | 62 | 12 | 0 | 114 | 21 | 104 | 101 | 63 |
| Binary | 10111111 | 11010100 | 110010 | 1010 | 0 | 1001100 | 10001 | 1000100 | 1000001 | 110011 |
Color Harmonies of #BFD432
Complementary color
Monochromatic Colors of #BFD432
Black with #BFD432
Text Example
Text Example
White with #BFD432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD432; }
p { color: rgb(191,212,50); }
H1.HeaderClassName
{
color: #BFD432;
}
.AnyTagClassName
{
color: #BFD432;
}
</style>
background-color css
<style>
a { background-color: #BFD432; }
a { background-color: rgb(191,212,50); }
div.DivClassName
{
background-color: #BFD432;
}
.BgClassName
{
background-color: #BFD432;
}
</style>
border-color css
<style>
span { border-color: #BFD432; }
span { border-color: rgb(191,212,50); }
td.TdClassName
{
border-color: #BFD432;
}
.TagClassName
{
border-color: #BFD432;
}
</style>