Shades of Fuego #B5DB34
Tints of Fuego #B5DB34
RGB
CMYK
RGB Variations
Color information
#B5DB34 (or 0xB5DB34) is known color: Fuego. HEX triplet: B5, DB and 34. RGB value is (181,219,52). Sum of RGB (Red+Green+Blue) = 181+219+52=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB34 is #4A24CB. Grayscale: #BDBDBD. Windows color (decimal): -4859084 or 3464117. OLE color: 3464117.
HSL color Cylindrical-coordinate representation of color #B5DB34: hue angle of 73.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5DB34 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 52 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.14 |
| HSL | 73.65º | 0.7% | 0.53% | - |
| HSV(B) | 73.65º | 0.76% | 0.86% | - |
| XYZ | 45.01 | 60.73 | 12.6 | - |
| YUV | 188.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 52 | 0.17 | 0 | 0.76 | 0.14 | 73.65 | 0.7 | 0.53 |
| Hex | B5 | DB | 34 | 11 | 0 | 4C | E | 4A | 46 | 35 |
| Octal | 265 | 333 | 64 | 21 | 0 | 114 | 16 | 112 | 106 | 65 |
| Binary | 10110101 | 11011011 | 110100 | 10001 | 0 | 1001100 | 1110 | 1001010 | 1000110 | 110101 |
Color Harmonies of #B5DB34
Complementary color
Monochromatic Colors of #B5DB34
Black with #B5DB34
Text Example
Text Example
White with #B5DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB34; }
p { color: rgb(181,219,52); }
H1.HeaderClassName
{
color: #B5DB34;
}
.AnyTagClassName
{
color: #B5DB34;
}
</style>
background-color css
<style>
a { background-color: #B5DB34; }
a { background-color: rgb(181,219,52); }
div.DivClassName
{
background-color: #B5DB34;
}
.BgClassName
{
background-color: #B5DB34;
}
</style>
border-color css
<style>
span { border-color: #B5DB34; }
span { border-color: rgb(181,219,52); }
td.TdClassName
{
border-color: #B5DB34;
}
.TagClassName
{
border-color: #B5DB34;
}
</style>