Shades of Fuego #BFE927
Tints of Fuego #BFE927
RGB
CMYK
RGB Variations
Color information
#BFE927 (or 0xBFE927) is known color: Fuego. HEX triplet: BF, E9 and 27. RGB value is (191,233,39). Sum of RGB (Red+Green+Blue) = 191+233+39=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE927 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE927 is #4016D8. Grayscale: #C7C7C7. Windows color (decimal): -4200153 or 2615743. OLE color: 2615743.
HSL color Cylindrical-coordinate representation of color #BFE927: hue angle of 72.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFE927 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.09 |
| HSL | 72.99º | 0.82% | 0.53% | - |
| HSV(B) | 72.99º | 0.83% | 0.91% | - |
| XYZ | 50.99 | 69.5 | 12.65 | - |
| YUV | 198.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 39 | 0.18 | 0 | 0.83 | 0.09 | 72.99 | 0.82 | 0.53 |
| Hex | BF | E9 | 27 | 12 | 0 | 53 | 9 | 49 | 52 | 35 |
| Octal | 277 | 351 | 47 | 22 | 0 | 123 | 11 | 111 | 122 | 65 |
| Binary | 10111111 | 11101001 | 100111 | 10010 | 0 | 1010011 | 1001 | 1001001 | 1010010 | 110101 |
Color Harmonies of #BFE927
Complementary color
Monochromatic Colors of #BFE927
Black with #BFE927
Text Example
Text Example
White with #BFE927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE927; }
p { color: rgb(191,233,39); }
H1.HeaderClassName
{
color: #BFE927;
}
.AnyTagClassName
{
color: #BFE927;
}
</style>
background-color css
<style>
a { background-color: #BFE927; }
a { background-color: rgb(191,233,39); }
div.DivClassName
{
background-color: #BFE927;
}
.BgClassName
{
background-color: #BFE927;
}
</style>
border-color css
<style>
span { border-color: #BFE927; }
span { border-color: rgb(191,233,39); }
td.TdClassName
{
border-color: #BFE927;
}
.TagClassName
{
border-color: #BFE927;
}
</style>