Shades of Fuego #B5DC29
Tints of Fuego #B5DC29
RGB
CMYK
RGB Variations
Color information
#B5DC29 (or 0xB5DC29) is known color: Fuego. HEX triplet: B5, DC and 29. RGB value is (181,220,41). Sum of RGB (Red+Green+Blue) = 181+220+41=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC29 is #4A23D6. Grayscale: #BCBCBC. Windows color (decimal): -4858839 or 2743477. OLE color: 2743477.
HSL color Cylindrical-coordinate representation of color #B5DC29: hue angle of 73.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5DC29 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 41 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.14 |
| HSL | 73.07º | 0.72% | 0.51% | - |
| HSV(B) | 73.07º | 0.81% | 0.86% | - |
| XYZ | 45.05 | 61.17 | 11.53 | - |
| YUV | 187.93 | 45.08 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 41 | 0.18 | 0 | 0.81 | 0.14 | 73.07 | 0.72 | 0.51 |
| Hex | B5 | DC | 29 | 12 | 0 | 51 | E | 49 | 48 | 33 |
| Octal | 265 | 334 | 51 | 22 | 0 | 121 | 16 | 111 | 110 | 63 |
| Binary | 10110101 | 11011100 | 101001 | 10010 | 0 | 1010001 | 1110 | 1001001 | 1001000 | 110011 |
Color Harmonies of #B5DC29
Complementary color
Monochromatic Colors of #B5DC29
Black with #B5DC29
Text Example
Text Example
White with #B5DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC29; }
p { color: rgb(181,220,41); }
H1.HeaderClassName
{
color: #B5DC29;
}
.AnyTagClassName
{
color: #B5DC29;
}
</style>
background-color css
<style>
a { background-color: #B5DC29; }
a { background-color: rgb(181,220,41); }
div.DivClassName
{
background-color: #B5DC29;
}
.BgClassName
{
background-color: #B5DC29;
}
</style>
border-color css
<style>
span { border-color: #B5DC29; }
span { border-color: rgb(181,220,41); }
td.TdClassName
{
border-color: #B5DC29;
}
.TagClassName
{
border-color: #B5DC29;
}
</style>