Shades of Fuego #B4D636
Tints of Fuego #B4D636
RGB
CMYK
RGB Variations
Color information
#B4D636 (or 0xB4D636) is known color: Fuego. HEX triplet: B4, D6 and 36. RGB value is (180,214,54). Sum of RGB (Red+Green+Blue) = 180+214+54=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D636 is #4B29C9. Grayscale: #BABABA. Windows color (decimal): -4925898 or 3593908. OLE color: 3593908.
HSL color Cylindrical-coordinate representation of color #B4D636: hue angle of 72.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4D636 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 54 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.16 |
| HSL | 72.75º | 0.66% | 0.53% | - |
| HSV(B) | 72.75º | 0.75% | 0.84% | - |
| XYZ | 43.53 | 58.06 | 12.4 | - |
| YUV | 185.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 54 | 0.16 | 0 | 0.75 | 0.16 | 72.75 | 0.66 | 0.53 |
| Hex | B4 | D6 | 36 | 10 | 0 | 4B | 10 | 49 | 42 | 35 |
| Octal | 264 | 326 | 66 | 20 | 0 | 113 | 20 | 111 | 102 | 65 |
| Binary | 10110100 | 11010110 | 110110 | 10000 | 0 | 1001011 | 10000 | 1001001 | 1000010 | 110101 |
Color Harmonies of #B4D636
Complementary color
Monochromatic Colors of #B4D636
Black with #B4D636
Text Example
Text Example
White with #B4D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D636; }
p { color: rgb(180,214,54); }
H1.HeaderClassName
{
color: #B4D636;
}
.AnyTagClassName
{
color: #B4D636;
}
</style>
background-color css
<style>
a { background-color: #B4D636; }
a { background-color: rgb(180,214,54); }
div.DivClassName
{
background-color: #B4D636;
}
.BgClassName
{
background-color: #B4D636;
}
</style>
border-color css
<style>
span { border-color: #B4D636; }
span { border-color: rgb(180,214,54); }
td.TdClassName
{
border-color: #B4D636;
}
.TagClassName
{
border-color: #B4D636;
}
</style>