Shades of Fuego #BFE626
Tints of Fuego #BFE626
RGB
CMYK
RGB Variations
Color information
#BFE626 (or 0xBFE626) is known color: Fuego. HEX triplet: BF, E6 and 26. RGB value is (191,230,38). Sum of RGB (Red+Green+Blue) = 191+230+38=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE626 is #4019D9. Grayscale: #C5C5C5. Windows color (decimal): -4200922 or 2549439. OLE color: 2549439.
HSL color Cylindrical-coordinate representation of color #BFE626: hue angle of 72.19º 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 #BFE626 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 38 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.10 |
| HSL | 72.19º | 0.79% | 0.53% | - |
| HSV(B) | 72.19º | 0.83% | 0.9% | - |
| XYZ | 50.13 | 67.81 | 12.28 | - |
| YUV | 196.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 38 | 0.17 | 0 | 0.83 | 0.10 | 72.19 | 0.79 | 0.53 |
| Hex | BF | E6 | 26 | 11 | 0 | 53 | A | 48 | 4F | 35 |
| Octal | 277 | 346 | 46 | 21 | 0 | 123 | 12 | 110 | 117 | 65 |
| Binary | 10111111 | 11100110 | 100110 | 10001 | 0 | 1010011 | 1010 | 1001000 | 1001111 | 110101 |
Color Harmonies of #BFE626
Complementary color
Monochromatic Colors of #BFE626
Black with #BFE626
Text Example
Text Example
White with #BFE626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE626; }
p { color: rgb(191,230,38); }
H1.HeaderClassName
{
color: #BFE626;
}
.AnyTagClassName
{
color: #BFE626;
}
</style>
background-color css
<style>
a { background-color: #BFE626; }
a { background-color: rgb(191,230,38); }
div.DivClassName
{
background-color: #BFE626;
}
.BgClassName
{
background-color: #BFE626;
}
</style>
border-color css
<style>
span { border-color: #BFE626; }
span { border-color: rgb(191,230,38); }
td.TdClassName
{
border-color: #BFE626;
}
.TagClassName
{
border-color: #BFE626;
}
</style>