Shades of Fuego #B5DB27
Tints of Fuego #B5DB27
RGB
CMYK
RGB Variations
Color information
#B5DB27 (or 0xB5DB27) is known color: Fuego. HEX triplet: B5, DB and 27. RGB value is (181,219,39). Sum of RGB (Red+Green+Blue) = 181+219+39=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB27 is #4A24D8. Grayscale: #BBBBBB. Windows color (decimal): -4859097 or 2612149. OLE color: 2612149.
HSL color Cylindrical-coordinate representation of color #B5DB27: hue angle of 72.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5DB27 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 39 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.14 |
| HSL | 72.67º | 0.71% | 0.51% | - |
| HSV(B) | 72.67º | 0.82% | 0.86% | - |
| XYZ | 44.75 | 60.63 | 11.26 | - |
| YUV | 187.12 | 44.41 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 39 | 0.17 | 0 | 0.82 | 0.14 | 72.67 | 0.71 | 0.51 |
| Hex | B5 | DB | 27 | 11 | 0 | 52 | E | 49 | 47 | 33 |
| Octal | 265 | 333 | 47 | 21 | 0 | 122 | 16 | 111 | 107 | 63 |
| Binary | 10110101 | 11011011 | 100111 | 10001 | 0 | 1010010 | 1110 | 1001001 | 1000111 | 110011 |
Color Harmonies of #B5DB27
Complementary color
Monochromatic Colors of #B5DB27
Black with #B5DB27
Text Example
Text Example
White with #B5DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB27; }
p { color: rgb(181,219,39); }
H1.HeaderClassName
{
color: #B5DB27;
}
.AnyTagClassName
{
color: #B5DB27;
}
</style>
background-color css
<style>
a { background-color: #B5DB27; }
a { background-color: rgb(181,219,39); }
div.DivClassName
{
background-color: #B5DB27;
}
.BgClassName
{
background-color: #B5DB27;
}
</style>
border-color css
<style>
span { border-color: #B5DB27; }
span { border-color: rgb(181,219,39); }
td.TdClassName
{
border-color: #B5DB27;
}
.TagClassName
{
border-color: #B5DB27;
}
</style>