Shades of Fuego #B5DF2B
Tints of Fuego #B5DF2B
RGB
CMYK
RGB Variations
Color information
#B5DF2B (or 0xB5DF2B) is known color: Fuego. HEX triplet: B5, DF and 2B. RGB value is (181,223,43). Sum of RGB (Red+Green+Blue) = 181+223+43=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF2B is #4A20D4. Grayscale: #BEBEBE. Windows color (decimal): -4858069 or 2875317. OLE color: 2875317.
HSL color Cylindrical-coordinate representation of color #B5DF2B: hue angle of 74º 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 #B5DF2B is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 43 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.13 |
| HSL | 74º | 0.74% | 0.52% | - |
| HSV(B) | 74º | 0.81% | 0.87% | - |
| XYZ | 45.88 | 62.77 | 11.98 | - |
| YUV | 189.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 43 | 0.19 | 0 | 0.81 | 0.13 | 74 | 0.74 | 0.52 |
| Hex | B5 | DF | 2B | 13 | 0 | 51 | D | 4A | 4A | 34 |
| Octal | 265 | 337 | 53 | 23 | 0 | 121 | 15 | 112 | 112 | 64 |
| Binary | 10110101 | 11011111 | 101011 | 10011 | 0 | 1010001 | 1101 | 1001010 | 1001010 | 110100 |
Color Harmonies of #B5DF2B
Complementary color
Monochromatic Colors of #B5DF2B
Black with #B5DF2B
Text Example
Text Example
White with #B5DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF2B; }
p { color: rgb(181,223,43); }
H1.HeaderClassName
{
color: #B5DF2B;
}
.AnyTagClassName
{
color: #B5DF2B;
}
</style>
background-color css
<style>
a { background-color: #B5DF2B; }
a { background-color: rgb(181,223,43); }
div.DivClassName
{
background-color: #B5DF2B;
}
.BgClassName
{
background-color: #B5DF2B;
}
</style>
border-color css
<style>
span { border-color: #B5DF2B; }
span { border-color: rgb(181,223,43); }
td.TdClassName
{
border-color: #B5DF2B;
}
.TagClassName
{
border-color: #B5DF2B;
}
</style>