Shades of Fuego #B5DB37
Tints of Fuego #B5DB37
RGB
CMYK
RGB Variations
Color information
#B5DB37 (or 0xB5DB37) is known color: Fuego. HEX triplet: B5, DB and 37. RGB value is (181,219,55). Sum of RGB (Red+Green+Blue) = 181+219+55=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB37 is #4A24C8. Grayscale: #BDBDBD. Windows color (decimal): -4859081 or 3660725. OLE color: 3660725.
HSL color Cylindrical-coordinate representation of color #B5DB37: hue angle of 73.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5DB37 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 55 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.14 |
| HSL | 73.9º | 0.69% | 0.54% | - |
| HSV(B) | 73.9º | 0.75% | 0.86% | - |
| XYZ | 45.08 | 60.76 | 12.97 | - |
| YUV | 188.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 55 | 0.17 | 0 | 0.75 | 0.14 | 73.9 | 0.69 | 0.54 |
| Hex | B5 | DB | 37 | 11 | 0 | 4B | E | 4A | 45 | 36 |
| Octal | 265 | 333 | 67 | 21 | 0 | 113 | 16 | 112 | 105 | 66 |
| Binary | 10110101 | 11011011 | 110111 | 10001 | 0 | 1001011 | 1110 | 1001010 | 1000101 | 110110 |
Color Harmonies of #B5DB37
Complementary color
Monochromatic Colors of #B5DB37
Black with #B5DB37
Text Example
Text Example
White with #B5DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB37; }
p { color: rgb(181,219,55); }
H1.HeaderClassName
{
color: #B5DB37;
}
.AnyTagClassName
{
color: #B5DB37;
}
</style>
background-color css
<style>
a { background-color: #B5DB37; }
a { background-color: rgb(181,219,55); }
div.DivClassName
{
background-color: #B5DB37;
}
.BgClassName
{
background-color: #B5DB37;
}
</style>
border-color css
<style>
span { border-color: #B5DB37; }
span { border-color: rgb(181,219,55); }
td.TdClassName
{
border-color: #B5DB37;
}
.TagClassName
{
border-color: #B5DB37;
}
</style>