Shades of Fuego #B3D429
Tints of Fuego #B3D429
RGB
CMYK
RGB Variations
Color information
#B3D429 (or 0xB3D429) is known color: Fuego. HEX triplet: B3, D4 and 29. RGB value is (179,212,41). Sum of RGB (Red+Green+Blue) = 179+212+41=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D429 is #4C2BD6. Grayscale: #B7B7B7. Windows color (decimal): -4991959 or 2741427. OLE color: 2741427.
HSL color Cylindrical-coordinate representation of color #B3D429: hue angle of 71.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3D429 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 41 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.17 |
| HSL | 71.58º | 0.68% | 0.5% | - |
| HSV(B) | 71.58º | 0.81% | 0.83% | - |
| XYZ | 42.53 | 56.83 | 10.83 | - |
| YUV | 182.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 41 | 0.16 | 0 | 0.81 | 0.17 | 71.58 | 0.68 | 0.5 |
| Hex | B3 | D4 | 29 | 10 | 0 | 51 | 11 | 48 | 44 | 32 |
| Octal | 263 | 324 | 51 | 20 | 0 | 121 | 21 | 110 | 104 | 62 |
| Binary | 10110011 | 11010100 | 101001 | 10000 | 0 | 1010001 | 10001 | 1001000 | 1000100 | 110010 |
Color Harmonies of #B3D429
Complementary color
Monochromatic Colors of #B3D429
Black with #B3D429
Text Example
Text Example
White with #B3D429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D429; }
p { color: rgb(179,212,41); }
H1.HeaderClassName
{
color: #B3D429;
}
.AnyTagClassName
{
color: #B3D429;
}
</style>
background-color css
<style>
a { background-color: #B3D429; }
a { background-color: rgb(179,212,41); }
div.DivClassName
{
background-color: #B3D429;
}
.BgClassName
{
background-color: #B3D429;
}
</style>
border-color css
<style>
span { border-color: #B3D429; }
span { border-color: rgb(179,212,41); }
td.TdClassName
{
border-color: #B3D429;
}
.TagClassName
{
border-color: #B3D429;
}
</style>