Shades of Fuego #B4D438
Tints of Fuego #B4D438
RGB
CMYK
RGB Variations
Color information
#B4D438 (or 0xB4D438) is known color: Fuego. HEX triplet: B4, D4 and 38. RGB value is (180,212,56). Sum of RGB (Red+Green+Blue) = 180+212+56=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D438 is #4B2BC7. Grayscale: #B9B9B9. Windows color (decimal): -4926408 or 3724468. OLE color: 3724468.
HSL color Cylindrical-coordinate representation of color #B4D438: hue angle of 72.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4D438 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 56 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.17 |
| HSL | 72.31º | 0.64% | 0.53% | - |
| HSV(B) | 72.31º | 0.74% | 0.83% | - |
| XYZ | 43.08 | 57.08 | 12.49 | - |
| YUV | 184.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 56 | 0.15 | 0 | 0.74 | 0.17 | 72.31 | 0.64 | 0.53 |
| Hex | B4 | D4 | 38 | F | 0 | 4A | 11 | 48 | 40 | 35 |
| Octal | 264 | 324 | 70 | 17 | 0 | 112 | 21 | 110 | 100 | 65 |
| Binary | 10110100 | 11010100 | 111000 | 1111 | 0 | 1001010 | 10001 | 1001000 | 1000000 | 110101 |
Color Harmonies of #B4D438
Complementary color
Monochromatic Colors of #B4D438
Black with #B4D438
Text Example
Text Example
White with #B4D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D438; }
p { color: rgb(180,212,56); }
H1.HeaderClassName
{
color: #B4D438;
}
.AnyTagClassName
{
color: #B4D438;
}
</style>
background-color css
<style>
a { background-color: #B4D438; }
a { background-color: rgb(180,212,56); }
div.DivClassName
{
background-color: #B4D438;
}
.BgClassName
{
background-color: #B4D438;
}
</style>
border-color css
<style>
span { border-color: #B4D438; }
span { border-color: rgb(180,212,56); }
td.TdClassName
{
border-color: #B4D438;
}
.TagClassName
{
border-color: #B4D438;
}
</style>