Shades of Fuego #BFE12C
Tints of Fuego #BFE12C
RGB
CMYK
RGB Variations
Color information
#BFE12C (or 0xBFE12C) is known color: Fuego. HEX triplet: BF, E1 and 2C. RGB value is (191,225,44). Sum of RGB (Red+Green+Blue) = 191+225+44=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE12C is #401ED3. Grayscale: #C2C2C2. Windows color (decimal): -4202196 or 2941375. OLE color: 2941375.
HSL color Cylindrical-coordinate representation of color #BFE12C: hue angle of 71.27º degrees, saturation: 0.75, 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 #BFE12C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 44 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.12 |
| HSL | 71.27º | 0.75% | 0.53% | - |
| HSV(B) | 71.27º | 0.8% | 0.88% | - |
| XYZ | 48.87 | 65.11 | 12.37 | - |
| YUV | 194.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 44 | 0.15 | 0 | 0.80 | 0.12 | 71.27 | 0.75 | 0.53 |
| Hex | BF | E1 | 2C | F | 0 | 50 | C | 47 | 4B | 35 |
| Octal | 277 | 341 | 54 | 17 | 0 | 120 | 14 | 107 | 113 | 65 |
| Binary | 10111111 | 11100001 | 101100 | 1111 | 0 | 1010000 | 1100 | 1000111 | 1001011 | 110101 |
Color Harmonies of #BFE12C
Complementary color
Monochromatic Colors of #BFE12C
Black with #BFE12C
Text Example
Text Example
White with #BFE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE12C; }
p { color: rgb(191,225,44); }
H1.HeaderClassName
{
color: #BFE12C;
}
.AnyTagClassName
{
color: #BFE12C;
}
</style>
background-color css
<style>
a { background-color: #BFE12C; }
a { background-color: rgb(191,225,44); }
div.DivClassName
{
background-color: #BFE12C;
}
.BgClassName
{
background-color: #BFE12C;
}
</style>
border-color css
<style>
span { border-color: #BFE12C; }
span { border-color: rgb(191,225,44); }
td.TdClassName
{
border-color: #BFE12C;
}
.TagClassName
{
border-color: #BFE12C;
}
</style>