Shades of Fuego #B5DC2A
Tints of Fuego #B5DC2A
RGB
CMYK
RGB Variations
Color information
#B5DC2A (or 0xB5DC2A) is known color: Fuego. HEX triplet: B5, DC and 2A. RGB value is (181,220,42). Sum of RGB (Red+Green+Blue) = 181+220+42=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC2A is #4A23D5. Grayscale: #BCBCBC. Windows color (decimal): -4858838 or 2809013. OLE color: 2809013.
HSL color Cylindrical-coordinate representation of color #B5DC2A: hue angle of 73.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5DC2A is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 42 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.14 |
| HSL | 73.15º | 0.72% | 0.51% | - |
| HSV(B) | 73.15º | 0.81% | 0.86% | - |
| XYZ | 45.07 | 61.18 | 11.62 | - |
| YUV | 188.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 42 | 0.18 | 0 | 0.81 | 0.14 | 73.15 | 0.72 | 0.51 |
| Hex | B5 | DC | 2A | 12 | 0 | 51 | E | 49 | 48 | 33 |
| Octal | 265 | 334 | 52 | 22 | 0 | 121 | 16 | 111 | 110 | 63 |
| Binary | 10110101 | 11011100 | 101010 | 10010 | 0 | 1010001 | 1110 | 1001001 | 1001000 | 110011 |
Color Harmonies of #B5DC2A
Complementary color
Monochromatic Colors of #B5DC2A
Black with #B5DC2A
Text Example
Text Example
White with #B5DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC2A; }
p { color: rgb(181,220,42); }
H1.HeaderClassName
{
color: #B5DC2A;
}
.AnyTagClassName
{
color: #B5DC2A;
}
</style>
background-color css
<style>
a { background-color: #B5DC2A; }
a { background-color: rgb(181,220,42); }
div.DivClassName
{
background-color: #B5DC2A;
}
.BgClassName
{
background-color: #B5DC2A;
}
</style>
border-color css
<style>
span { border-color: #B5DC2A; }
span { border-color: rgb(181,220,42); }
td.TdClassName
{
border-color: #B5DC2A;
}
.TagClassName
{
border-color: #B5DC2A;
}
</style>