Shades of Fuego #B4D52E
Tints of Fuego #B4D52E
RGB
CMYK
RGB Variations
Color information
#B4D52E (or 0xB4D52E) is known color: Fuego. HEX triplet: B4, D5 and 2E. RGB value is (180,213,46). Sum of RGB (Red+Green+Blue) = 180+213+46=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D52E is #4B2AD1. Grayscale: #B8B8B8. Windows color (decimal): -4926162 or 3069364. OLE color: 3069364.
HSL color Cylindrical-coordinate representation of color #B4D52E: hue angle of 71.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4D52E is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 46 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.16 |
| HSL | 71.86º | 0.67% | 0.51% | - |
| HSV(B) | 71.86º | 0.78% | 0.84% | - |
| XYZ | 43.11 | 57.49 | 11.41 | - |
| YUV | 184.1 | 50.07 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 46 | 0.15 | 0 | 0.78 | 0.16 | 71.86 | 0.67 | 0.51 |
| Hex | B4 | D5 | 2E | F | 0 | 4E | 10 | 48 | 43 | 33 |
| Octal | 264 | 325 | 56 | 17 | 0 | 116 | 20 | 110 | 103 | 63 |
| Binary | 10110100 | 11010101 | 101110 | 1111 | 0 | 1001110 | 10000 | 1001000 | 1000011 | 110011 |
Color Harmonies of #B4D52E
Complementary color
Monochromatic Colors of #B4D52E
Black with #B4D52E
Text Example
Text Example
White with #B4D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D52E; }
p { color: rgb(180,213,46); }
H1.HeaderClassName
{
color: #B4D52E;
}
.AnyTagClassName
{
color: #B4D52E;
}
</style>
background-color css
<style>
a { background-color: #B4D52E; }
a { background-color: rgb(180,213,46); }
div.DivClassName
{
background-color: #B4D52E;
}
.BgClassName
{
background-color: #B4D52E;
}
</style>
border-color css
<style>
span { border-color: #B4D52E; }
span { border-color: rgb(180,213,46); }
td.TdClassName
{
border-color: #B4D52E;
}
.TagClassName
{
border-color: #B4D52E;
}
</style>