Shades of Fuego #BFE02D
Tints of Fuego #BFE02D
RGB
CMYK
RGB Variations
Color information
#BFE02D (or 0xBFE02D) is known color: Fuego. HEX triplet: BF, E0 and 2D. RGB value is (191,224,45). Sum of RGB (Red+Green+Blue) = 191+224+45=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE02D is #401FD2. Grayscale: #C2C2C2. Windows color (decimal): -4202451 or 3006655. OLE color: 3006655.
HSL color Cylindrical-coordinate representation of color #BFE02D: hue angle of 71.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFE02D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 45 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.12 |
| HSL | 71.06º | 0.74% | 0.53% | - |
| HSV(B) | 71.06º | 0.8% | 0.88% | - |
| XYZ | 48.62 | 64.58 | 12.38 | - |
| YUV | 193.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 45 | 0.15 | 0 | 0.80 | 0.12 | 71.06 | 0.74 | 0.53 |
| Hex | BF | E0 | 2D | F | 0 | 50 | C | 47 | 4A | 35 |
| Octal | 277 | 340 | 55 | 17 | 0 | 120 | 14 | 107 | 112 | 65 |
| Binary | 10111111 | 11100000 | 101101 | 1111 | 0 | 1010000 | 1100 | 1000111 | 1001010 | 110101 |
Color Harmonies of #BFE02D
Complementary color
Monochromatic Colors of #BFE02D
Black with #BFE02D
Text Example
Text Example
White with #BFE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE02D; }
p { color: rgb(191,224,45); }
H1.HeaderClassName
{
color: #BFE02D;
}
.AnyTagClassName
{
color: #BFE02D;
}
</style>
background-color css
<style>
a { background-color: #BFE02D; }
a { background-color: rgb(191,224,45); }
div.DivClassName
{
background-color: #BFE02D;
}
.BgClassName
{
background-color: #BFE02D;
}
</style>
border-color css
<style>
span { border-color: #BFE02D; }
span { border-color: rgb(191,224,45); }
td.TdClassName
{
border-color: #BFE02D;
}
.TagClassName
{
border-color: #BFE02D;
}
</style>