Shades of Fuego #BBE425
Tints of Fuego #BBE425
RGB
CMYK
RGB Variations
Color information
#BBE425 (or 0xBBE425) is known color: Fuego. HEX triplet: BB, E4 and 25. RGB value is (187,228,37). Sum of RGB (Red+Green+Blue) = 187+228+37=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE425 is #441BDA. Grayscale: #C2C2C2. Windows color (decimal): -4463579 or 2483387. OLE color: 2483387.
HSL color Cylindrical-coordinate representation of color #BBE425: hue angle of 72.88º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBE425 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 37 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.11 |
| HSL | 72.88º | 0.78% | 0.52% | - |
| HSV(B) | 72.88º | 0.84% | 0.89% | - |
| XYZ | 48.57 | 66.19 | 11.97 | - |
| YUV | 193.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 37 | 0.18 | 0 | 0.84 | 0.11 | 72.88 | 0.78 | 0.52 |
| Hex | BB | E4 | 25 | 12 | 0 | 54 | B | 49 | 4E | 34 |
| Octal | 273 | 344 | 45 | 22 | 0 | 124 | 13 | 111 | 116 | 64 |
| Binary | 10111011 | 11100100 | 100101 | 10010 | 0 | 1010100 | 1011 | 1001001 | 1001110 | 110100 |
Color Harmonies of #BBE425
Complementary color
Monochromatic Colors of #BBE425
Black with #BBE425
Text Example
Text Example
White with #BBE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE425; }
p { color: rgb(187,228,37); }
H1.HeaderClassName
{
color: #BBE425;
}
.AnyTagClassName
{
color: #BBE425;
}
</style>
background-color css
<style>
a { background-color: #BBE425; }
a { background-color: rgb(187,228,37); }
div.DivClassName
{
background-color: #BBE425;
}
.BgClassName
{
background-color: #BBE425;
}
</style>
border-color css
<style>
span { border-color: #BBE425; }
span { border-color: rgb(187,228,37); }
td.TdClassName
{
border-color: #BBE425;
}
.TagClassName
{
border-color: #BBE425;
}
</style>