Shades of Fuego #BFD828
Tints of Fuego #BFD828
RGB
CMYK
RGB Variations
Color information
#BFD828 (or 0xBFD828) is known color: Fuego. HEX triplet: BF, D8 and 28. RGB value is (191,216,40). Sum of RGB (Red+Green+Blue) = 191+216+40=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD828 is #4027D7. Grayscale: #BDBDBD. Windows color (decimal): -4204504 or 2676927. OLE color: 2676927.
HSL color Cylindrical-coordinate representation of color #BFD828: hue angle of 68.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD828 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 40 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.15 |
| HSL | 68.52º | 0.69% | 0.5% | - |
| HSV(B) | 68.52º | 0.81% | 0.85% | - |
| XYZ | 46.42 | 60.34 | 11.21 | - |
| YUV | 188.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 40 | 0.12 | 0 | 0.81 | 0.15 | 68.52 | 0.69 | 0.5 |
| Hex | BF | D8 | 28 | C | 0 | 51 | F | 45 | 45 | 32 |
| Octal | 277 | 330 | 50 | 14 | 0 | 121 | 17 | 105 | 105 | 62 |
| Binary | 10111111 | 11011000 | 101000 | 1100 | 0 | 1010001 | 1111 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BFD828
Complementary color
Monochromatic Colors of #BFD828
Black with #BFD828
Text Example
Text Example
White with #BFD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD828; }
p { color: rgb(191,216,40); }
H1.HeaderClassName
{
color: #BFD828;
}
.AnyTagClassName
{
color: #BFD828;
}
</style>
background-color css
<style>
a { background-color: #BFD828; }
a { background-color: rgb(191,216,40); }
div.DivClassName
{
background-color: #BFD828;
}
.BgClassName
{
background-color: #BFD828;
}
</style>
border-color css
<style>
span { border-color: #BFD828; }
span { border-color: rgb(191,216,40); }
td.TdClassName
{
border-color: #BFD828;
}
.TagClassName
{
border-color: #BFD828;
}
</style>