Shades of Fuego #B7D532
Tints of Fuego #B7D532
RGB
CMYK
RGB Variations
Color information
#B7D532 (or 0xB7D532) is known color: Fuego. HEX triplet: B7, D5 and 32. RGB value is (183,213,50). Sum of RGB (Red+Green+Blue) = 183+213+50=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D532 is #482ACD. Grayscale: #BABABA. Windows color (decimal): -4729550 or 3331511. OLE color: 3331511.
HSL color Cylindrical-coordinate representation of color #B7D532: hue angle of 71.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7D532 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 50 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.16 |
| HSL | 71.04º | 0.66% | 0.52% | - |
| HSV(B) | 71.04º | 0.77% | 0.84% | - |
| XYZ | 43.9 | 57.89 | 11.88 | - |
| YUV | 185.45 | 51.56 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 50 | 0.14 | 0 | 0.77 | 0.16 | 71.04 | 0.66 | 0.52 |
| Hex | B7 | D5 | 32 | E | 0 | 4D | 10 | 47 | 42 | 34 |
| Octal | 267 | 325 | 62 | 16 | 0 | 115 | 20 | 107 | 102 | 64 |
| Binary | 10110111 | 11010101 | 110010 | 1110 | 0 | 1001101 | 10000 | 1000111 | 1000010 | 110100 |
Color Harmonies of #B7D532
Complementary color
Monochromatic Colors of #B7D532
Black with #B7D532
Text Example
Text Example
White with #B7D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D532; }
p { color: rgb(183,213,50); }
H1.HeaderClassName
{
color: #B7D532;
}
.AnyTagClassName
{
color: #B7D532;
}
</style>
background-color css
<style>
a { background-color: #B7D532; }
a { background-color: rgb(183,213,50); }
div.DivClassName
{
background-color: #B7D532;
}
.BgClassName
{
background-color: #B7D532;
}
</style>
border-color css
<style>
span { border-color: #B7D532; }
span { border-color: rgb(183,213,50); }
td.TdClassName
{
border-color: #B7D532;
}
.TagClassName
{
border-color: #B7D532;
}
</style>