Shades of Fuego #B3DC2A
Tints of Fuego #B3DC2A
RGB
CMYK
RGB Variations
Color information
#B3DC2A (or 0xB3DC2A) is known color: Fuego. HEX triplet: B3, DC and 2A. RGB value is (179,220,42). Sum of RGB (Red+Green+Blue) = 179+220+42=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC2A is #4C23D5. Grayscale: #BCBCBC. Windows color (decimal): -4989910 or 2809011. OLE color: 2809011.
HSL color Cylindrical-coordinate representation of color #B3DC2A: hue angle of 73.82º 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 #B3DC2A is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 42 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.14 |
| HSL | 73.82º | 0.72% | 0.51% | - |
| HSV(B) | 73.82º | 0.81% | 0.86% | - |
| XYZ | 44.6 | 60.94 | 11.6 | - |
| YUV | 187.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 42 | 0.19 | 0 | 0.81 | 0.14 | 73.82 | 0.72 | 0.51 |
| Hex | B3 | DC | 2A | 13 | 0 | 51 | E | 4A | 48 | 33 |
| Octal | 263 | 334 | 52 | 23 | 0 | 121 | 16 | 112 | 110 | 63 |
| Binary | 10110011 | 11011100 | 101010 | 10011 | 0 | 1010001 | 1110 | 1001010 | 1001000 | 110011 |
Color Harmonies of #B3DC2A
Complementary color
Monochromatic Colors of #B3DC2A
Black with #B3DC2A
Text Example
Text Example
White with #B3DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC2A; }
p { color: rgb(179,220,42); }
H1.HeaderClassName
{
color: #B3DC2A;
}
.AnyTagClassName
{
color: #B3DC2A;
}
</style>
background-color css
<style>
a { background-color: #B3DC2A; }
a { background-color: rgb(179,220,42); }
div.DivClassName
{
background-color: #B3DC2A;
}
.BgClassName
{
background-color: #B3DC2A;
}
</style>
border-color css
<style>
span { border-color: #B3DC2A; }
span { border-color: rgb(179,220,42); }
td.TdClassName
{
border-color: #B3DC2A;
}
.TagClassName
{
border-color: #B3DC2A;
}
</style>