Shades of Fuego #BFE42D
Tints of Fuego #BFE42D
RGB
CMYK
RGB Variations
Color information
#BFE42D (or 0xBFE42D) is known color: Fuego. HEX triplet: BF, E4 and 2D. RGB value is (191,228,45). Sum of RGB (Red+Green+Blue) = 191+228+45=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE42D is #401BD2. Grayscale: #C4C4C4. Windows color (decimal): -4201427 or 3007679. OLE color: 3007679.
HSL color Cylindrical-coordinate representation of color #BFE42D: hue angle of 72.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFE42D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 45 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.11 |
| HSL | 72.13º | 0.77% | 0.54% | - |
| HSV(B) | 72.13º | 0.8% | 0.89% | - |
| XYZ | 49.7 | 66.75 | 12.75 | - |
| YUV | 196.08 | 42.74 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 45 | 0.16 | 0 | 0.80 | 0.11 | 72.13 | 0.77 | 0.54 |
| Hex | BF | E4 | 2D | 10 | 0 | 50 | B | 48 | 4D | 36 |
| Octal | 277 | 344 | 55 | 20 | 0 | 120 | 13 | 110 | 115 | 66 |
| Binary | 10111111 | 11100100 | 101101 | 10000 | 0 | 1010000 | 1011 | 1001000 | 1001101 | 110110 |
Color Harmonies of #BFE42D
Complementary color
Monochromatic Colors of #BFE42D
Black with #BFE42D
Text Example
Text Example
White with #BFE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE42D; }
p { color: rgb(191,228,45); }
H1.HeaderClassName
{
color: #BFE42D;
}
.AnyTagClassName
{
color: #BFE42D;
}
</style>
background-color css
<style>
a { background-color: #BFE42D; }
a { background-color: rgb(191,228,45); }
div.DivClassName
{
background-color: #BFE42D;
}
.BgClassName
{
background-color: #BFE42D;
}
</style>
border-color css
<style>
span { border-color: #BFE42D; }
span { border-color: rgb(191,228,45); }
td.TdClassName
{
border-color: #BFE42D;
}
.TagClassName
{
border-color: #BFE42D;
}
</style>