Shades of Fuego #B5DA2C
Tints of Fuego #B5DA2C
RGB
CMYK
RGB Variations
Color information
#B5DA2C (or 0xB5DA2C) is known color: Fuego. HEX triplet: B5, DA and 2C. RGB value is (181,218,44). Sum of RGB (Red+Green+Blue) = 181+218+44=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA2C is #4A25D3. Grayscale: #BBBBBB. Windows color (decimal): -4859348 or 2939573. OLE color: 2939573.
HSL color Cylindrical-coordinate representation of color #B5DA2C: hue angle of 72.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5DA2C is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 44 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.15 |
| HSL | 72.76º | 0.7% | 0.51% | - |
| HSV(B) | 72.76º | 0.8% | 0.85% | - |
| XYZ | 44.58 | 60.15 | 11.64 | - |
| YUV | 187.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 44 | 0.17 | 0 | 0.80 | 0.15 | 72.76 | 0.7 | 0.51 |
| Hex | B5 | DA | 2C | 11 | 0 | 50 | F | 49 | 46 | 33 |
| Octal | 265 | 332 | 54 | 21 | 0 | 120 | 17 | 111 | 106 | 63 |
| Binary | 10110101 | 11011010 | 101100 | 10001 | 0 | 1010000 | 1111 | 1001001 | 1000110 | 110011 |
Color Harmonies of #B5DA2C
Complementary color
Monochromatic Colors of #B5DA2C
Black with #B5DA2C
Text Example
Text Example
White with #B5DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA2C; }
p { color: rgb(181,218,44); }
H1.HeaderClassName
{
color: #B5DA2C;
}
.AnyTagClassName
{
color: #B5DA2C;
}
</style>
background-color css
<style>
a { background-color: #B5DA2C; }
a { background-color: rgb(181,218,44); }
div.DivClassName
{
background-color: #B5DA2C;
}
.BgClassName
{
background-color: #B5DA2C;
}
</style>
border-color css
<style>
span { border-color: #B5DA2C; }
span { border-color: rgb(181,218,44); }
td.TdClassName
{
border-color: #B5DA2C;
}
.TagClassName
{
border-color: #B5DA2C;
}
</style>