Shades of Fuego #B4D136
Tints of Fuego #B4D136
RGB
CMYK
RGB Variations
Color information
#B4D136 (or 0xB4D136) is known color: Fuego. HEX triplet: B4, D1 and 36. RGB value is (180,209,54). Sum of RGB (Red+Green+Blue) = 180+209+54=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D136 is #4B2EC9. Grayscale: #B7B7B7. Windows color (decimal): -4927178 or 3592628. OLE color: 3592628.
HSL color Cylindrical-coordinate representation of color #B4D136: hue angle of 71.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4D136 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 54 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.18 |
| HSL | 71.23º | 0.63% | 0.52% | - |
| HSV(B) | 71.23º | 0.74% | 0.82% | - |
| XYZ | 42.29 | 55.57 | 11.99 | - |
| YUV | 182.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 54 | 0.14 | 0 | 0.74 | 0.18 | 71.23 | 0.63 | 0.52 |
| Hex | B4 | D1 | 36 | E | 0 | 4A | 12 | 47 | 3F | 34 |
| Octal | 264 | 321 | 66 | 16 | 0 | 112 | 22 | 107 | 77 | 64 |
| Binary | 10110100 | 11010001 | 110110 | 1110 | 0 | 1001010 | 10010 | 1000111 | 111111 | 110100 |
Color Harmonies of #B4D136
Complementary color
Monochromatic Colors of #B4D136
Black with #B4D136
Text Example
Text Example
White with #B4D136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D136; }
p { color: rgb(180,209,54); }
H1.HeaderClassName
{
color: #B4D136;
}
.AnyTagClassName
{
color: #B4D136;
}
</style>
background-color css
<style>
a { background-color: #B4D136; }
a { background-color: rgb(180,209,54); }
div.DivClassName
{
background-color: #B4D136;
}
.BgClassName
{
background-color: #B4D136;
}
</style>
border-color css
<style>
span { border-color: #B4D136; }
span { border-color: rgb(180,209,54); }
td.TdClassName
{
border-color: #B4D136;
}
.TagClassName
{
border-color: #B4D136;
}
</style>