Shades of Fuego #B5D534
Tints of Fuego #B5D534
RGB
CMYK
RGB Variations
Color information
#B5D534 (or 0xB5D534) is known color: Fuego. HEX triplet: B5, D5 and 34. RGB value is (181,213,52). Sum of RGB (Red+Green+Blue) = 181+213+52=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D534 is #4A2ACB. Grayscale: #B9B9B9. Windows color (decimal): -4860620 or 3462581. OLE color: 3462581.
HSL color Cylindrical-coordinate representation of color #B5D534: hue angle of 71.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5D534 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 52 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.16 |
| HSL | 71.93º | 0.66% | 0.52% | - |
| HSV(B) | 71.93º | 0.76% | 0.84% | - |
| XYZ | 43.47 | 57.66 | 12.09 | - |
| YUV | 185.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 52 | 0.15 | 0 | 0.76 | 0.16 | 71.93 | 0.66 | 0.52 |
| Hex | B5 | D5 | 34 | F | 0 | 4C | 10 | 48 | 42 | 34 |
| Octal | 265 | 325 | 64 | 17 | 0 | 114 | 20 | 110 | 102 | 64 |
| Binary | 10110101 | 11010101 | 110100 | 1111 | 0 | 1001100 | 10000 | 1001000 | 1000010 | 110100 |
Color Harmonies of #B5D534
Complementary color
Monochromatic Colors of #B5D534
Black with #B5D534
Text Example
Text Example
White with #B5D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D534; }
p { color: rgb(181,213,52); }
H1.HeaderClassName
{
color: #B5D534;
}
.AnyTagClassName
{
color: #B5D534;
}
</style>
background-color css
<style>
a { background-color: #B5D534; }
a { background-color: rgb(181,213,52); }
div.DivClassName
{
background-color: #B5D534;
}
.BgClassName
{
background-color: #B5D534;
}
</style>
border-color css
<style>
span { border-color: #B5D534; }
span { border-color: rgb(181,213,52); }
td.TdClassName
{
border-color: #B5D534;
}
.TagClassName
{
border-color: #B5D534;
}
</style>