Shades of Fuego #B0DD37
Tints of Fuego #B0DD37
RGB
CMYK
RGB Variations
Color information
#B0DD37 (or 0xB0DD37) is known color: Fuego. HEX triplet: B0, DD and 37. RGB value is (176,221,55). Sum of RGB (Red+Green+Blue) = 176+221+55=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DD37 is #4F22C8. Grayscale: #BDBDBD. Windows color (decimal): -5186249 or 3661232. OLE color: 3661232.
HSL color Cylindrical-coordinate representation of color #B0DD37: hue angle of 76.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0DD37 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 55 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.13 |
| HSL | 76.27º | 0.71% | 0.54% | - |
| HSV(B) | 76.27º | 0.75% | 0.87% | - |
| XYZ | 44.45 | 61.22 | 13.09 | - |
| YUV | 188.62 | 52.59 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 55 | 0.20 | 0 | 0.75 | 0.13 | 76.27 | 0.71 | 0.54 |
| Hex | B0 | DD | 37 | 14 | 0 | 4B | D | 4C | 47 | 36 |
| Octal | 260 | 335 | 67 | 24 | 0 | 113 | 15 | 114 | 107 | 66 |
| Binary | 10110000 | 11011101 | 110111 | 10100 | 0 | 1001011 | 1101 | 1001100 | 1000111 | 110110 |
Color Harmonies of #B0DD37
Complementary color
Monochromatic Colors of #B0DD37
Black with #B0DD37
Text Example
Text Example
White with #B0DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD37; }
p { color: rgb(176,221,55); }
H1.HeaderClassName
{
color: #B0DD37;
}
.AnyTagClassName
{
color: #B0DD37;
}
</style>
background-color css
<style>
a { background-color: #B0DD37; }
a { background-color: rgb(176,221,55); }
div.DivClassName
{
background-color: #B0DD37;
}
.BgClassName
{
background-color: #B0DD37;
}
</style>
border-color css
<style>
span { border-color: #B0DD37; }
span { border-color: rgb(176,221,55); }
td.TdClassName
{
border-color: #B0DD37;
}
.TagClassName
{
border-color: #B0DD37;
}
</style>