Shades of Fuego #B5DF2D
Tints of Fuego #B5DF2D
RGB
CMYK
RGB Variations
Color information
#B5DF2D (or 0xB5DF2D) is known color: Fuego. HEX triplet: B5, DF and 2D. RGB value is (181,223,45). Sum of RGB (Red+Green+Blue) = 181+223+45=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF2D is #4A20D2. Grayscale: #BEBEBE. Windows color (decimal): -4858067 or 3006389. OLE color: 3006389.
HSL color Cylindrical-coordinate representation of color #B5DF2D: hue angle of 74.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5DF2D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 45 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.13 |
| HSL | 74.16º | 0.74% | 0.53% | - |
| HSV(B) | 74.16º | 0.8% | 0.87% | - |
| XYZ | 45.92 | 62.79 | 12.18 | - |
| YUV | 190.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 45 | 0.19 | 0 | 0.80 | 0.13 | 74.16 | 0.74 | 0.53 |
| Hex | B5 | DF | 2D | 13 | 0 | 50 | D | 4A | 4A | 35 |
| Octal | 265 | 337 | 55 | 23 | 0 | 120 | 15 | 112 | 112 | 65 |
| Binary | 10110101 | 11011111 | 101101 | 10011 | 0 | 1010000 | 1101 | 1001010 | 1001010 | 110101 |
Color Harmonies of #B5DF2D
Complementary color
Monochromatic Colors of #B5DF2D
Black with #B5DF2D
Text Example
Text Example
White with #B5DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF2D; }
p { color: rgb(181,223,45); }
H1.HeaderClassName
{
color: #B5DF2D;
}
.AnyTagClassName
{
color: #B5DF2D;
}
</style>
background-color css
<style>
a { background-color: #B5DF2D; }
a { background-color: rgb(181,223,45); }
div.DivClassName
{
background-color: #B5DF2D;
}
.BgClassName
{
background-color: #B5DF2D;
}
</style>
border-color css
<style>
span { border-color: #B5DF2D; }
span { border-color: rgb(181,223,45); }
td.TdClassName
{
border-color: #B5DF2D;
}
.TagClassName
{
border-color: #B5DF2D;
}
</style>