Shades of Fuego #B4D324
Tints of Fuego #B4D324
RGB
CMYK
RGB Variations
Color information
#B4D324 (or 0xB4D324) is known color: Fuego. HEX triplet: B4, D3 and 24. RGB value is (180,211,36). Sum of RGB (Red+Green+Blue) = 180+211+36=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D324 is #4B2CDB. Grayscale: #B6B6B6. Windows color (decimal): -4926684 or 2413492. OLE color: 2413492.
HSL color Cylindrical-coordinate representation of color #B4D324: hue angle of 70.63º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4D324 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 36 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.17 |
| HSL | 70.63º | 0.71% | 0.48% | - |
| HSV(B) | 70.63º | 0.83% | 0.83% | - |
| XYZ | 42.44 | 56.42 | 10.32 | - |
| YUV | 181.78 | 45.73 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 36 | 0.15 | 0 | 0.83 | 0.17 | 70.63 | 0.71 | 0.48 |
| Hex | B4 | D3 | 24 | F | 0 | 53 | 11 | 47 | 47 | 30 |
| Octal | 264 | 323 | 44 | 17 | 0 | 123 | 21 | 107 | 107 | 60 |
| Binary | 10110100 | 11010011 | 100100 | 1111 | 0 | 1010011 | 10001 | 1000111 | 1000111 | 110000 |
Color Harmonies of #B4D324
Complementary color
Monochromatic Colors of #B4D324
Black with #B4D324
Text Example
Text Example
White with #B4D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D324; }
p { color: rgb(180,211,36); }
H1.HeaderClassName
{
color: #B4D324;
}
.AnyTagClassName
{
color: #B4D324;
}
</style>
background-color css
<style>
a { background-color: #B4D324; }
a { background-color: rgb(180,211,36); }
div.DivClassName
{
background-color: #B4D324;
}
.BgClassName
{
background-color: #B4D324;
}
</style>
border-color css
<style>
span { border-color: #B4D324; }
span { border-color: rgb(180,211,36); }
td.TdClassName
{
border-color: #B4D324;
}
.TagClassName
{
border-color: #B4D324;
}
</style>