Shades of Fuego #BFE628
Tints of Fuego #BFE628
RGB
CMYK
RGB Variations
Color information
#BFE628 (or 0xBFE628) is known color: Fuego. HEX triplet: BF, E6 and 28. RGB value is (191,230,40). Sum of RGB (Red+Green+Blue) = 191+230+40=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE628 is #4019D7. Grayscale: #C5C5C5. Windows color (decimal): -4200920 or 2680511. OLE color: 2680511.
HSL color Cylindrical-coordinate representation of color #BFE628: hue angle of 72.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFE628 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.10 |
| HSL | 72.32º | 0.79% | 0.53% | - |
| HSV(B) | 72.32º | 0.83% | 0.9% | - |
| XYZ | 50.17 | 67.82 | 12.45 | - |
| YUV | 196.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 40 | 0.17 | 0 | 0.83 | 0.10 | 72.32 | 0.79 | 0.53 |
| Hex | BF | E6 | 28 | 11 | 0 | 53 | A | 48 | 4F | 35 |
| Octal | 277 | 346 | 50 | 21 | 0 | 123 | 12 | 110 | 117 | 65 |
| Binary | 10111111 | 11100110 | 101000 | 10001 | 0 | 1010011 | 1010 | 1001000 | 1001111 | 110101 |
Color Harmonies of #BFE628
Complementary color
Monochromatic Colors of #BFE628
Black with #BFE628
Text Example
Text Example
White with #BFE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE628; }
p { color: rgb(191,230,40); }
H1.HeaderClassName
{
color: #BFE628;
}
.AnyTagClassName
{
color: #BFE628;
}
</style>
background-color css
<style>
a { background-color: #BFE628; }
a { background-color: rgb(191,230,40); }
div.DivClassName
{
background-color: #BFE628;
}
.BgClassName
{
background-color: #BFE628;
}
</style>
border-color css
<style>
span { border-color: #BFE628; }
span { border-color: rgb(191,230,40); }
td.TdClassName
{
border-color: #BFE628;
}
.TagClassName
{
border-color: #BFE628;
}
</style>