Shades of Fuego #B7D432
Tints of Fuego #B7D432
RGB
CMYK
RGB Variations
Color information
#B7D432 (or 0xB7D432) is known color: Fuego. HEX triplet: B7, D4 and 32. RGB value is (183,212,50). Sum of RGB (Red+Green+Blue) = 183+212+50=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D432 is #482BCD. Grayscale: #B9B9B9. Windows color (decimal): -4729806 or 3331255. OLE color: 3331255.
HSL color Cylindrical-coordinate representation of color #B7D432: hue angle of 70.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7D432 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 50 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.17 |
| HSL | 70.74º | 0.65% | 0.51% | - |
| HSV(B) | 70.74º | 0.76% | 0.83% | - |
| XYZ | 43.65 | 57.38 | 11.79 | - |
| YUV | 184.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 50 | 0.14 | 0 | 0.76 | 0.17 | 70.74 | 0.65 | 0.51 |
| Hex | B7 | D4 | 32 | E | 0 | 4C | 11 | 47 | 41 | 33 |
| Octal | 267 | 324 | 62 | 16 | 0 | 114 | 21 | 107 | 101 | 63 |
| Binary | 10110111 | 11010100 | 110010 | 1110 | 0 | 1001100 | 10001 | 1000111 | 1000001 | 110011 |
Color Harmonies of #B7D432
Complementary color
Monochromatic Colors of #B7D432
Black with #B7D432
Text Example
Text Example
White with #B7D432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D432; }
p { color: rgb(183,212,50); }
H1.HeaderClassName
{
color: #B7D432;
}
.AnyTagClassName
{
color: #B7D432;
}
</style>
background-color css
<style>
a { background-color: #B7D432; }
a { background-color: rgb(183,212,50); }
div.DivClassName
{
background-color: #B7D432;
}
.BgClassName
{
background-color: #B7D432;
}
</style>
border-color css
<style>
span { border-color: #B7D432; }
span { border-color: rgb(183,212,50); }
td.TdClassName
{
border-color: #B7D432;
}
.TagClassName
{
border-color: #B7D432;
}
</style>