Shades of Fuego #BFE427
Tints of Fuego #BFE427
RGB
CMYK
RGB Variations
Color information
#BFE427 (or 0xBFE427) is known color: Fuego. HEX triplet: BF, E4 and 27. RGB value is (191,228,39). Sum of RGB (Red+Green+Blue) = 191+228+39=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE427 is #401BD8. Grayscale: #C4C4C4. Windows color (decimal): -4201433 or 2614463. OLE color: 2614463.
HSL color Cylindrical-coordinate representation of color #BFE427: hue angle of 71.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFE427 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.11 |
| HSL | 71.75º | 0.78% | 0.52% | - |
| HSV(B) | 71.75º | 0.83% | 0.89% | - |
| XYZ | 49.6 | 66.71 | 12.18 | - |
| YUV | 195.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 39 | 0.16 | 0 | 0.83 | 0.11 | 71.75 | 0.78 | 0.52 |
| Hex | BF | E4 | 27 | 10 | 0 | 53 | B | 48 | 4E | 34 |
| Octal | 277 | 344 | 47 | 20 | 0 | 123 | 13 | 110 | 116 | 64 |
| Binary | 10111111 | 11100100 | 100111 | 10000 | 0 | 1010011 | 1011 | 1001000 | 1001110 | 110100 |
Color Harmonies of #BFE427
Complementary color
Monochromatic Colors of #BFE427
Black with #BFE427
Text Example
Text Example
White with #BFE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE427; }
p { color: rgb(191,228,39); }
H1.HeaderClassName
{
color: #BFE427;
}
.AnyTagClassName
{
color: #BFE427;
}
</style>
background-color css
<style>
a { background-color: #BFE427; }
a { background-color: rgb(191,228,39); }
div.DivClassName
{
background-color: #BFE427;
}
.BgClassName
{
background-color: #BFE427;
}
</style>
border-color css
<style>
span { border-color: #BFE427; }
span { border-color: rgb(191,228,39); }
td.TdClassName
{
border-color: #BFE427;
}
.TagClassName
{
border-color: #BFE427;
}
</style>