Shades of Fuego #BFD128
Tints of Fuego #BFD128
RGB
CMYK
RGB Variations
Color information
#BFD128 (or 0xBFD128) is known color: Fuego. HEX triplet: BF, D1 and 28. RGB value is (191,209,40). Sum of RGB (Red+Green+Blue) = 191+209+40=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD128 is #402ED7. Grayscale: #B9B9B9. Windows color (decimal): -4206296 or 2675135. OLE color: 2675135.
HSL color Cylindrical-coordinate representation of color #BFD128: hue angle of 66.39º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD128 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 40 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.18 |
| HSL | 66.39º | 0.68% | 0.49% | - |
| HSV(B) | 66.39º | 0.81% | 0.82% | - |
| XYZ | 44.67 | 56.83 | 10.62 | - |
| YUV | 184.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 40 | 0.09 | 0 | 0.81 | 0.18 | 66.39 | 0.68 | 0.49 |
| Hex | BF | D1 | 28 | 9 | 0 | 51 | 12 | 42 | 44 | 31 |
| Octal | 277 | 321 | 50 | 11 | 0 | 121 | 22 | 102 | 104 | 61 |
| Binary | 10111111 | 11010001 | 101000 | 1001 | 0 | 1010001 | 10010 | 1000010 | 1000100 | 110001 |
Color Harmonies of #BFD128
Complementary color
Monochromatic Colors of #BFD128
Black with #BFD128
Text Example
Text Example
White with #BFD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD128; }
p { color: rgb(191,209,40); }
H1.HeaderClassName
{
color: #BFD128;
}
.AnyTagClassName
{
color: #BFD128;
}
</style>
background-color css
<style>
a { background-color: #BFD128; }
a { background-color: rgb(191,209,40); }
div.DivClassName
{
background-color: #BFD128;
}
.BgClassName
{
background-color: #BFD128;
}
</style>
border-color css
<style>
span { border-color: #BFD128; }
span { border-color: rgb(191,209,40); }
td.TdClassName
{
border-color: #BFD128;
}
.TagClassName
{
border-color: #BFD128;
}
</style>