Shades of Fuego #B4D12A
Tints of Fuego #B4D12A
RGB
CMYK
RGB Variations
Color information
#B4D12A (or 0xB4D12A) is known color: Fuego. HEX triplet: B4, D1 and 2A. RGB value is (180,209,42). Sum of RGB (Red+Green+Blue) = 180+209+42=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D12A is #4B2ED5. Grayscale: #B5B5B5. Windows color (decimal): -4927190 or 2806196. OLE color: 2806196.
HSL color Cylindrical-coordinate representation of color #B4D12A: hue angle of 70.42º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4D12A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 42 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.18 |
| HSL | 70.42º | 0.67% | 0.49% | - |
| HSV(B) | 70.42º | 0.8% | 0.82% | - |
| XYZ | 42.04 | 55.47 | 10.68 | - |
| YUV | 181.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 42 | 0.14 | 0 | 0.80 | 0.18 | 70.42 | 0.67 | 0.49 |
| Hex | B4 | D1 | 2A | E | 0 | 50 | 12 | 46 | 43 | 31 |
| Octal | 264 | 321 | 52 | 16 | 0 | 120 | 22 | 106 | 103 | 61 |
| Binary | 10110100 | 11010001 | 101010 | 1110 | 0 | 1010000 | 10010 | 1000110 | 1000011 | 110001 |
Color Harmonies of #B4D12A
Complementary color
Monochromatic Colors of #B4D12A
Black with #B4D12A
Text Example
Text Example
White with #B4D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D12A; }
p { color: rgb(180,209,42); }
H1.HeaderClassName
{
color: #B4D12A;
}
.AnyTagClassName
{
color: #B4D12A;
}
</style>
background-color css
<style>
a { background-color: #B4D12A; }
a { background-color: rgb(180,209,42); }
div.DivClassName
{
background-color: #B4D12A;
}
.BgClassName
{
background-color: #B4D12A;
}
</style>
border-color css
<style>
span { border-color: #B4D12A; }
span { border-color: rgb(180,209,42); }
td.TdClassName
{
border-color: #B4D12A;
}
.TagClassName
{
border-color: #B4D12A;
}
</style>