Shades of Fuego #B0DA29
Tints of Fuego #B0DA29
RGB
CMYK
RGB Variations
Color information
#B0DA29 (or 0xB0DA29) is known color: Fuego. HEX triplet: B0, DA and 29. RGB value is (176,218,41). Sum of RGB (Red+Green+Blue) = 176+218+41=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DA29 is #4F25D6. Grayscale: #B9B9B9. Windows color (decimal): -5187031 or 2742960. OLE color: 2742960.
HSL color Cylindrical-coordinate representation of color #B0DA29: hue angle of 74.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0DA29 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 41 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.15 |
| HSL | 74.24º | 0.71% | 0.51% | - |
| HSV(B) | 74.24º | 0.81% | 0.85% | - |
| XYZ | 43.38 | 59.53 | 11.3 | - |
| YUV | 185.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 41 | 0.19 | 0 | 0.81 | 0.15 | 74.24 | 0.71 | 0.51 |
| Hex | B0 | DA | 29 | 13 | 0 | 51 | F | 4A | 47 | 33 |
| Octal | 260 | 332 | 51 | 23 | 0 | 121 | 17 | 112 | 107 | 63 |
| Binary | 10110000 | 11011010 | 101001 | 10011 | 0 | 1010001 | 1111 | 1001010 | 1000111 | 110011 |
Color Harmonies of #B0DA29
Complementary color
Monochromatic Colors of #B0DA29
Black with #B0DA29
Text Example
Text Example
White with #B0DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA29; }
p { color: rgb(176,218,41); }
H1.HeaderClassName
{
color: #B0DA29;
}
.AnyTagClassName
{
color: #B0DA29;
}
</style>
background-color css
<style>
a { background-color: #B0DA29; }
a { background-color: rgb(176,218,41); }
div.DivClassName
{
background-color: #B0DA29;
}
.BgClassName
{
background-color: #B0DA29;
}
</style>
border-color css
<style>
span { border-color: #B0DA29; }
span { border-color: rgb(176,218,41); }
td.TdClassName
{
border-color: #B0DA29;
}
.TagClassName
{
border-color: #B0DA29;
}
</style>