Shades of Fuego #B5D833
Tints of Fuego #B5D833
RGB
CMYK
RGB Variations
Color information
#B5D833 (or 0xB5D833) is known color: Fuego. HEX triplet: B5, D8 and 33. RGB value is (181,216,51). Sum of RGB (Red+Green+Blue) = 181+216+51=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D833 is #4A27CC. Grayscale: #BBBBBB. Windows color (decimal): -4859853 or 3397813. OLE color: 3397813.
HSL color Cylindrical-coordinate representation of color #B5D833: hue angle of 72.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D833 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 51 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.15 |
| HSL | 72.73º | 0.68% | 0.52% | - |
| HSV(B) | 72.73º | 0.76% | 0.85% | - |
| XYZ | 44.21 | 59.17 | 12.22 | - |
| YUV | 186.73 | 51.4 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 51 | 0.16 | 0 | 0.76 | 0.15 | 72.73 | 0.68 | 0.52 |
| Hex | B5 | D8 | 33 | 10 | 0 | 4C | F | 49 | 44 | 34 |
| Octal | 265 | 330 | 63 | 20 | 0 | 114 | 17 | 111 | 104 | 64 |
| Binary | 10110101 | 11011000 | 110011 | 10000 | 0 | 1001100 | 1111 | 1001001 | 1000100 | 110100 |
Color Harmonies of #B5D833
Complementary color
Monochromatic Colors of #B5D833
Black with #B5D833
Text Example
Text Example
White with #B5D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D833; }
p { color: rgb(181,216,51); }
H1.HeaderClassName
{
color: #B5D833;
}
.AnyTagClassName
{
color: #B5D833;
}
</style>
background-color css
<style>
a { background-color: #B5D833; }
a { background-color: rgb(181,216,51); }
div.DivClassName
{
background-color: #B5D833;
}
.BgClassName
{
background-color: #B5D833;
}
</style>
border-color css
<style>
span { border-color: #B5D833; }
span { border-color: rgb(181,216,51); }
td.TdClassName
{
border-color: #B5D833;
}
.TagClassName
{
border-color: #B5D833;
}
</style>