Shades of Fuego #B9E428
Tints of Fuego #B9E428
RGB
CMYK
RGB Variations
Color information
#B9E428 (or 0xB9E428) is known color: Fuego. HEX triplet: B9, E4 and 28. RGB value is (185,228,40). Sum of RGB (Red+Green+Blue) = 185+228+40=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E428 is #461BD7. Grayscale: #C2C2C2. Windows color (decimal): -4594648 or 2679993. OLE color: 2679993.
HSL color Cylindrical-coordinate representation of color #B9E428: hue angle of 73.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9E428 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 40 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.11 |
| HSL | 73.72º | 0.78% | 0.53% | - |
| HSV(B) | 73.72º | 0.82% | 0.89% | - |
| XYZ | 48.13 | 65.95 | 12.2 | - |
| YUV | 193.71 | 41.25 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 40 | 0.19 | 0 | 0.82 | 0.11 | 73.72 | 0.78 | 0.53 |
| Hex | B9 | E4 | 28 | 13 | 0 | 52 | B | 4A | 4E | 35 |
| Octal | 271 | 344 | 50 | 23 | 0 | 122 | 13 | 112 | 116 | 65 |
| Binary | 10111001 | 11100100 | 101000 | 10011 | 0 | 1010010 | 1011 | 1001010 | 1001110 | 110101 |
Color Harmonies of #B9E428
Complementary color
Monochromatic Colors of #B9E428
Black with #B9E428
Text Example
Text Example
White with #B9E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E428; }
p { color: rgb(185,228,40); }
H1.HeaderClassName
{
color: #B9E428;
}
.AnyTagClassName
{
color: #B9E428;
}
</style>
background-color css
<style>
a { background-color: #B9E428; }
a { background-color: rgb(185,228,40); }
div.DivClassName
{
background-color: #B9E428;
}
.BgClassName
{
background-color: #B9E428;
}
</style>
border-color css
<style>
span { border-color: #B9E428; }
span { border-color: rgb(185,228,40); }
td.TdClassName
{
border-color: #B9E428;
}
.TagClassName
{
border-color: #B9E428;
}
</style>