Shades of Fuego #B5DF2A
Tints of Fuego #B5DF2A
RGB
CMYK
RGB Variations
Color information
#B5DF2A (or 0xB5DF2A) is known color: Fuego. HEX triplet: B5, DF and 2A. RGB value is (181,223,42). Sum of RGB (Red+Green+Blue) = 181+223+42=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF2A is #4A20D5. Grayscale: #BEBEBE. Windows color (decimal): -4858070 or 2809781. OLE color: 2809781.
HSL color Cylindrical-coordinate representation of color #B5DF2A: hue angle of 73.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5DF2A is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 42 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.13 |
| HSL | 73.92º | 0.74% | 0.52% | - |
| HSV(B) | 73.92º | 0.81% | 0.87% | - |
| XYZ | 45.86 | 62.77 | 11.89 | - |
| YUV | 189.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 42 | 0.19 | 0 | 0.81 | 0.13 | 73.92 | 0.74 | 0.52 |
| Hex | B5 | DF | 2A | 13 | 0 | 51 | D | 4A | 4A | 34 |
| Octal | 265 | 337 | 52 | 23 | 0 | 121 | 15 | 112 | 112 | 64 |
| Binary | 10110101 | 11011111 | 101010 | 10011 | 0 | 1010001 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B5DF2A
Complementary color
Monochromatic Colors of #B5DF2A
Black with #B5DF2A
Text Example
Text Example
White with #B5DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF2A; }
p { color: rgb(181,223,42); }
H1.HeaderClassName
{
color: #B5DF2A;
}
.AnyTagClassName
{
color: #B5DF2A;
}
</style>
background-color css
<style>
a { background-color: #B5DF2A; }
a { background-color: rgb(181,223,42); }
div.DivClassName
{
background-color: #B5DF2A;
}
.BgClassName
{
background-color: #B5DF2A;
}
</style>
border-color css
<style>
span { border-color: #B5DF2A; }
span { border-color: rgb(181,223,42); }
td.TdClassName
{
border-color: #B5DF2A;
}
.TagClassName
{
border-color: #B5DF2A;
}
</style>