Shades of Fuego #B6DB29
Tints of Fuego #B6DB29
RGB
CMYK
RGB Variations
Color information
#B6DB29 (or 0xB6DB29) is known color: Fuego. HEX triplet: B6, DB and 29. RGB value is (182,219,41). Sum of RGB (Red+Green+Blue) = 182+219+41=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB29 is #4924D6. Grayscale: #BCBCBC. Windows color (decimal): -4793559 or 2743222. OLE color: 2743222.
HSL color Cylindrical-coordinate representation of color #B6DB29: hue angle of 72.47º degrees, saturation: 0.71, 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 #B6DB29 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 41 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.14 |
| HSL | 72.47º | 0.71% | 0.51% | - |
| HSV(B) | 72.47º | 0.81% | 0.86% | - |
| XYZ | 45.02 | 60.77 | 11.45 | - |
| YUV | 187.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 41 | 0.17 | 0 | 0.81 | 0.14 | 72.47 | 0.71 | 0.51 |
| Hex | B6 | DB | 29 | 11 | 0 | 51 | E | 48 | 47 | 33 |
| Octal | 266 | 333 | 51 | 21 | 0 | 121 | 16 | 110 | 107 | 63 |
| Binary | 10110110 | 11011011 | 101001 | 10001 | 0 | 1010001 | 1110 | 1001000 | 1000111 | 110011 |
Color Harmonies of #B6DB29
Complementary color
Monochromatic Colors of #B6DB29
Black with #B6DB29
Text Example
Text Example
White with #B6DB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB29; }
p { color: rgb(182,219,41); }
H1.HeaderClassName
{
color: #B6DB29;
}
.AnyTagClassName
{
color: #B6DB29;
}
</style>
background-color css
<style>
a { background-color: #B6DB29; }
a { background-color: rgb(182,219,41); }
div.DivClassName
{
background-color: #B6DB29;
}
.BgClassName
{
background-color: #B6DB29;
}
</style>
border-color css
<style>
span { border-color: #B6DB29; }
span { border-color: rgb(182,219,41); }
td.TdClassName
{
border-color: #B6DB29;
}
.TagClassName
{
border-color: #B6DB29;
}
</style>