Shades of Fuego #BFE027
Tints of Fuego #BFE027
RGB
CMYK
RGB Variations
Color information
#BFE027 (or 0xBFE027) is known color: Fuego. HEX triplet: BF, E0 and 27. RGB value is (191,224,39). Sum of RGB (Red+Green+Blue) = 191+224+39=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE027 is #401FD8. Grayscale: #C1C1C1. Windows color (decimal): -4202457 or 2613439. OLE color: 2613439.
HSL color Cylindrical-coordinate representation of color #BFE027: hue angle of 70.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFE027 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 39 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.12 |
| HSL | 70.7º | 0.75% | 0.52% | - |
| HSV(B) | 70.7º | 0.83% | 0.88% | - |
| XYZ | 48.51 | 64.53 | 11.82 | - |
| YUV | 193.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 39 | 0.15 | 0 | 0.83 | 0.12 | 70.7 | 0.75 | 0.52 |
| Hex | BF | E0 | 27 | F | 0 | 53 | C | 47 | 4B | 34 |
| Octal | 277 | 340 | 47 | 17 | 0 | 123 | 14 | 107 | 113 | 64 |
| Binary | 10111111 | 11100000 | 100111 | 1111 | 0 | 1010011 | 1100 | 1000111 | 1001011 | 110100 |
Color Harmonies of #BFE027
Complementary color
Monochromatic Colors of #BFE027
Black with #BFE027
Text Example
Text Example
White with #BFE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE027; }
p { color: rgb(191,224,39); }
H1.HeaderClassName
{
color: #BFE027;
}
.AnyTagClassName
{
color: #BFE027;
}
</style>
background-color css
<style>
a { background-color: #BFE027; }
a { background-color: rgb(191,224,39); }
div.DivClassName
{
background-color: #BFE027;
}
.BgClassName
{
background-color: #BFE027;
}
</style>
border-color css
<style>
span { border-color: #BFE027; }
span { border-color: rgb(191,224,39); }
td.TdClassName
{
border-color: #BFE027;
}
.TagClassName
{
border-color: #BFE027;
}
</style>