Shades of Fuego #B5D533
Tints of Fuego #B5D533
RGB
CMYK
RGB Variations
Color information
#B5D533 (or 0xB5D533) is known color: Fuego. HEX triplet: B5, D5 and 33. RGB value is (181,213,51). Sum of RGB (Red+Green+Blue) = 181+213+51=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D533 is #4A2ACC. Grayscale: #B9B9B9. Windows color (decimal): -4860621 or 3397045. OLE color: 3397045.
HSL color Cylindrical-coordinate representation of color #B5D533: hue angle of 71.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D533 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 51 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.16 |
| HSL | 71.85º | 0.66% | 0.52% | - |
| HSV(B) | 71.85º | 0.76% | 0.84% | - |
| XYZ | 43.45 | 57.65 | 11.97 | - |
| YUV | 184.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 51 | 0.15 | 0 | 0.76 | 0.16 | 71.85 | 0.66 | 0.52 |
| Hex | B5 | D5 | 33 | F | 0 | 4C | 10 | 48 | 42 | 34 |
| Octal | 265 | 325 | 63 | 17 | 0 | 114 | 20 | 110 | 102 | 64 |
| Binary | 10110101 | 11010101 | 110011 | 1111 | 0 | 1001100 | 10000 | 1001000 | 1000010 | 110100 |
Color Harmonies of #B5D533
Complementary color
Monochromatic Colors of #B5D533
Black with #B5D533
Text Example
Text Example
White with #B5D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D533; }
p { color: rgb(181,213,51); }
H1.HeaderClassName
{
color: #B5D533;
}
.AnyTagClassName
{
color: #B5D533;
}
</style>
background-color css
<style>
a { background-color: #B5D533; }
a { background-color: rgb(181,213,51); }
div.DivClassName
{
background-color: #B5D533;
}
.BgClassName
{
background-color: #B5D533;
}
</style>
border-color css
<style>
span { border-color: #B5D533; }
span { border-color: rgb(181,213,51); }
td.TdClassName
{
border-color: #B5D533;
}
.TagClassName
{
border-color: #B5D533;
}
</style>