Shades of Fuego #BFE625
Tints of Fuego #BFE625
RGB
CMYK
RGB Variations
Color information
#BFE625 (or 0xBFE625) is known color: Fuego. HEX triplet: BF, E6 and 25. RGB value is (191,230,37). Sum of RGB (Red+Green+Blue) = 191+230+37=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE625 is #4019DA. Grayscale: #C5C5C5. Windows color (decimal): -4200923 or 2483903. OLE color: 2483903.
HSL color Cylindrical-coordinate representation of color #BFE625: hue angle of 72.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFE625 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 37 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.10 |
| HSL | 72.12º | 0.79% | 0.52% | - |
| HSV(B) | 72.12º | 0.84% | 0.9% | - |
| XYZ | 50.12 | 67.8 | 12.2 | - |
| YUV | 196.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 37 | 0.17 | 0 | 0.84 | 0.10 | 72.12 | 0.79 | 0.52 |
| Hex | BF | E6 | 25 | 11 | 0 | 54 | A | 48 | 4F | 34 |
| Octal | 277 | 346 | 45 | 21 | 0 | 124 | 12 | 110 | 117 | 64 |
| Binary | 10111111 | 11100110 | 100101 | 10001 | 0 | 1010100 | 1010 | 1001000 | 1001111 | 110100 |
Color Harmonies of #BFE625
Complementary color
Monochromatic Colors of #BFE625
Black with #BFE625
Text Example
Text Example
White with #BFE625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE625; }
p { color: rgb(191,230,37); }
H1.HeaderClassName
{
color: #BFE625;
}
.AnyTagClassName
{
color: #BFE625;
}
</style>
background-color css
<style>
a { background-color: #BFE625; }
a { background-color: rgb(191,230,37); }
div.DivClassName
{
background-color: #BFE625;
}
.BgClassName
{
background-color: #BFE625;
}
</style>
border-color css
<style>
span { border-color: #BFE625; }
span { border-color: rgb(191,230,37); }
td.TdClassName
{
border-color: #BFE625;
}
.TagClassName
{
border-color: #BFE625;
}
</style>