Shades of Fuego #BFD628
Tints of Fuego #BFD628
RGB
CMYK
RGB Variations
Color information
#BFD628 (or 0xBFD628) is known color: Fuego. HEX triplet: BF, D6 and 28. RGB value is (191,214,40). Sum of RGB (Red+Green+Blue) = 191+214+40=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD628 is #4029D7. Grayscale: #BBBBBB. Windows color (decimal): -4205016 or 2676415. OLE color: 2676415.
HSL color Cylindrical-coordinate representation of color #BFD628: hue angle of 67.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD628 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 40 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.16 |
| HSL | 67.93º | 0.69% | 0.5% | - |
| HSV(B) | 67.93º | 0.81% | 0.84% | - |
| XYZ | 45.92 | 59.32 | 11.04 | - |
| YUV | 187.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 40 | 0.11 | 0 | 0.81 | 0.16 | 67.93 | 0.69 | 0.5 |
| Hex | BF | D6 | 28 | B | 0 | 51 | 10 | 44 | 45 | 32 |
| Octal | 277 | 326 | 50 | 13 | 0 | 121 | 20 | 104 | 105 | 62 |
| Binary | 10111111 | 11010110 | 101000 | 1011 | 0 | 1010001 | 10000 | 1000100 | 1000101 | 110010 |
Color Harmonies of #BFD628
Complementary color
Monochromatic Colors of #BFD628
Black with #BFD628
Text Example
Text Example
White with #BFD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD628; }
p { color: rgb(191,214,40); }
H1.HeaderClassName
{
color: #BFD628;
}
.AnyTagClassName
{
color: #BFD628;
}
</style>
background-color css
<style>
a { background-color: #BFD628; }
a { background-color: rgb(191,214,40); }
div.DivClassName
{
background-color: #BFD628;
}
.BgClassName
{
background-color: #BFD628;
}
</style>
border-color css
<style>
span { border-color: #BFD628; }
span { border-color: rgb(191,214,40); }
td.TdClassName
{
border-color: #BFD628;
}
.TagClassName
{
border-color: #BFD628;
}
</style>