Shades of Fuego #B5DD34
Tints of Fuego #B5DD34
RGB
CMYK
RGB Variations
Color information
#B5DD34 (or 0xB5DD34) is known color: Fuego. HEX triplet: B5, DD and 34. RGB value is (181,221,52). Sum of RGB (Red+Green+Blue) = 181+221+52=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD34 is #4A22CB. Grayscale: #BEBEBE. Windows color (decimal): -4858572 or 3464629. OLE color: 3464629.
HSL color Cylindrical-coordinate representation of color #B5DD34: hue angle of 74.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5DD34 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 52 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.13 |
| HSL | 74.2º | 0.71% | 0.54% | - |
| HSV(B) | 74.2º | 0.76% | 0.87% | - |
| XYZ | 45.53 | 61.78 | 12.77 | - |
| YUV | 189.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 52 | 0.18 | 0 | 0.76 | 0.13 | 74.2 | 0.71 | 0.54 |
| Hex | B5 | DD | 34 | 12 | 0 | 4C | D | 4A | 47 | 36 |
| Octal | 265 | 335 | 64 | 22 | 0 | 114 | 15 | 112 | 107 | 66 |
| Binary | 10110101 | 11011101 | 110100 | 10010 | 0 | 1001100 | 1101 | 1001010 | 1000111 | 110110 |
Color Harmonies of #B5DD34
Complementary color
Monochromatic Colors of #B5DD34
Black with #B5DD34
Text Example
Text Example
White with #B5DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD34; }
p { color: rgb(181,221,52); }
H1.HeaderClassName
{
color: #B5DD34;
}
.AnyTagClassName
{
color: #B5DD34;
}
</style>
background-color css
<style>
a { background-color: #B5DD34; }
a { background-color: rgb(181,221,52); }
div.DivClassName
{
background-color: #B5DD34;
}
.BgClassName
{
background-color: #B5DD34;
}
</style>
border-color css
<style>
span { border-color: #B5DD34; }
span { border-color: rgb(181,221,52); }
td.TdClassName
{
border-color: #B5DD34;
}
.TagClassName
{
border-color: #B5DD34;
}
</style>