Shades of Fuego #B5E433
Tints of Fuego #B5E433
RGB
CMYK
RGB Variations
Color information
#B5E433 (or 0xB5E433) is known color: Fuego. HEX triplet: B5, E4 and 33. RGB value is (181,228,51). Sum of RGB (Red+Green+Blue) = 181+228+51=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E433 is #4A1BCC. Grayscale: #C2C2C2. Windows color (decimal): -4856781 or 3400885. OLE color: 3400885.
HSL color Cylindrical-coordinate representation of color #B5E433: hue angle of 75.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5E433 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 51 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.11 |
| HSL | 75.93º | 0.77% | 0.55% | - |
| HSV(B) | 75.93º | 0.78% | 0.89% | - |
| XYZ | 47.4 | 65.55 | 13.29 | - |
| YUV | 193.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 51 | 0.21 | 0 | 0.78 | 0.11 | 75.93 | 0.77 | 0.55 |
| Hex | B5 | E4 | 33 | 15 | 0 | 4E | B | 4C | 4D | 37 |
| Octal | 265 | 344 | 63 | 25 | 0 | 116 | 13 | 114 | 115 | 67 |
| Binary | 10110101 | 11100100 | 110011 | 10101 | 0 | 1001110 | 1011 | 1001100 | 1001101 | 110111 |
Color Harmonies of #B5E433
Complementary color
Monochromatic Colors of #B5E433
Black with #B5E433
Text Example
Text Example
White with #B5E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E433; }
p { color: rgb(181,228,51); }
H1.HeaderClassName
{
color: #B5E433;
}
.AnyTagClassName
{
color: #B5E433;
}
</style>
background-color css
<style>
a { background-color: #B5E433; }
a { background-color: rgb(181,228,51); }
div.DivClassName
{
background-color: #B5E433;
}
.BgClassName
{
background-color: #B5E433;
}
</style>
border-color css
<style>
span { border-color: #B5E433; }
span { border-color: rgb(181,228,51); }
td.TdClassName
{
border-color: #B5E433;
}
.TagClassName
{
border-color: #B5E433;
}
</style>