Shades of Fuego #B5DE32
Tints of Fuego #B5DE32
RGB
CMYK
RGB Variations
Color information
#B5DE32 (or 0xB5DE32) is known color: Fuego. HEX triplet: B5, DE and 32. RGB value is (181,222,50). Sum of RGB (Red+Green+Blue) = 181+222+50=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DE32 is #4A21CD. Grayscale: #BEBEBE. Windows color (decimal): -4858318 or 3333813. OLE color: 3333813.
HSL color Cylindrical-coordinate representation of color #B5DE32: hue angle of 74.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5DE32 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 50 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.13 |
| HSL | 74.3º | 0.72% | 0.53% | - |
| HSV(B) | 74.3º | 0.77% | 0.87% | - |
| XYZ | 45.75 | 62.3 | 12.63 | - |
| YUV | 190.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 50 | 0.18 | 0 | 0.77 | 0.13 | 74.3 | 0.72 | 0.53 |
| Hex | B5 | DE | 32 | 12 | 0 | 4D | D | 4A | 48 | 35 |
| Octal | 265 | 336 | 62 | 22 | 0 | 115 | 15 | 112 | 110 | 65 |
| Binary | 10110101 | 11011110 | 110010 | 10010 | 0 | 1001101 | 1101 | 1001010 | 1001000 | 110101 |
Color Harmonies of #B5DE32
Complementary color
Monochromatic Colors of #B5DE32
Black with #B5DE32
Text Example
Text Example
White with #B5DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DE32; }
p { color: rgb(181,222,50); }
H1.HeaderClassName
{
color: #B5DE32;
}
.AnyTagClassName
{
color: #B5DE32;
}
</style>
background-color css
<style>
a { background-color: #B5DE32; }
a { background-color: rgb(181,222,50); }
div.DivClassName
{
background-color: #B5DE32;
}
.BgClassName
{
background-color: #B5DE32;
}
</style>
border-color css
<style>
span { border-color: #B5DE32; }
span { border-color: rgb(181,222,50); }
td.TdClassName
{
border-color: #B5DE32;
}
.TagClassName
{
border-color: #B5DE32;
}
</style>