Shades of Fuego #B5DF2C
Tints of Fuego #B5DF2C
RGB
CMYK
RGB Variations
Color information
#B5DF2C (or 0xB5DF2C) is known color: Fuego. HEX triplet: B5, DF and 2C. RGB value is (181,223,44). Sum of RGB (Red+Green+Blue) = 181+223+44=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF2C is #4A20D3. Grayscale: #BEBEBE. Windows color (decimal): -4858068 or 2940853. OLE color: 2940853.
HSL color Cylindrical-coordinate representation of color #B5DF2C: hue angle of 74.08º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5DF2C is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 44 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.13 |
| HSL | 74.08º | 0.74% | 0.52% | - |
| HSV(B) | 74.08º | 0.8% | 0.87% | - |
| XYZ | 45.9 | 62.78 | 12.08 | - |
| YUV | 190.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 44 | 0.19 | 0 | 0.80 | 0.13 | 74.08 | 0.74 | 0.52 |
| Hex | B5 | DF | 2C | 13 | 0 | 50 | D | 4A | 4A | 34 |
| Octal | 265 | 337 | 54 | 23 | 0 | 120 | 15 | 112 | 112 | 64 |
| Binary | 10110101 | 11011111 | 101100 | 10011 | 0 | 1010000 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B5DF2C
Complementary color
Monochromatic Colors of #B5DF2C
Black with #B5DF2C
Text Example
Text Example
White with #B5DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF2C; }
p { color: rgb(181,223,44); }
H1.HeaderClassName
{
color: #B5DF2C;
}
.AnyTagClassName
{
color: #B5DF2C;
}
</style>
background-color css
<style>
a { background-color: #B5DF2C; }
a { background-color: rgb(181,223,44); }
div.DivClassName
{
background-color: #B5DF2C;
}
.BgClassName
{
background-color: #B5DF2C;
}
</style>
border-color css
<style>
span { border-color: #B5DF2C; }
span { border-color: rgb(181,223,44); }
td.TdClassName
{
border-color: #B5DF2C;
}
.TagClassName
{
border-color: #B5DF2C;
}
</style>