Shades of Fuego #B4D52A
Tints of Fuego #B4D52A
RGB
CMYK
RGB Variations
Color information
#B4D52A (or 0xB4D52A) is known color: Fuego. HEX triplet: B4, D5 and 2A. RGB value is (180,213,42). Sum of RGB (Red+Green+Blue) = 180+213+42=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D52A is #4B2AD5. Grayscale: #B8B8B8. Windows color (decimal): -4926166 or 2807220. OLE color: 2807220.
HSL color Cylindrical-coordinate representation of color #B4D52A: hue angle of 71.58º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4D52A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 42 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.16 |
| HSL | 71.58º | 0.67% | 0.5% | - |
| HSV(B) | 71.58º | 0.8% | 0.84% | - |
| XYZ | 43.03 | 57.46 | 11.01 | - |
| YUV | 183.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 42 | 0.15 | 0 | 0.80 | 0.16 | 71.58 | 0.67 | 0.5 |
| Hex | B4 | D5 | 2A | F | 0 | 50 | 10 | 48 | 43 | 32 |
| Octal | 264 | 325 | 52 | 17 | 0 | 120 | 20 | 110 | 103 | 62 |
| Binary | 10110100 | 11010101 | 101010 | 1111 | 0 | 1010000 | 10000 | 1001000 | 1000011 | 110010 |
Color Harmonies of #B4D52A
Complementary color
Monochromatic Colors of #B4D52A
Black with #B4D52A
Text Example
Text Example
White with #B4D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D52A; }
p { color: rgb(180,213,42); }
H1.HeaderClassName
{
color: #B4D52A;
}
.AnyTagClassName
{
color: #B4D52A;
}
</style>
background-color css
<style>
a { background-color: #B4D52A; }
a { background-color: rgb(180,213,42); }
div.DivClassName
{
background-color: #B4D52A;
}
.BgClassName
{
background-color: #B4D52A;
}
</style>
border-color css
<style>
span { border-color: #B4D52A; }
span { border-color: rgb(180,213,42); }
td.TdClassName
{
border-color: #B4D52A;
}
.TagClassName
{
border-color: #B4D52A;
}
</style>