Shades of Fuego #B7D032
Tints of Fuego #B7D032
RGB
CMYK
RGB Variations
Color information
#B7D032 (or 0xB7D032) is known color: Fuego. HEX triplet: B7, D0 and 32. RGB value is (183,208,50). Sum of RGB (Red+Green+Blue) = 183+208+50=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D032 is #482FCD. Grayscale: #B7B7B7. Windows color (decimal): -4730830 or 3330231. OLE color: 3330231.
HSL color Cylindrical-coordinate representation of color #B7D032: hue angle of 69.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7D032 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 50 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.18 |
| HSL | 69.49º | 0.63% | 0.51% | - |
| HSV(B) | 69.49º | 0.76% | 0.82% | - |
| XYZ | 42.66 | 55.41 | 11.46 | - |
| YUV | 182.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 50 | 0.12 | 0 | 0.76 | 0.18 | 69.49 | 0.63 | 0.51 |
| Hex | B7 | D0 | 32 | C | 0 | 4C | 12 | 45 | 3F | 33 |
| Octal | 267 | 320 | 62 | 14 | 0 | 114 | 22 | 105 | 77 | 63 |
| Binary | 10110111 | 11010000 | 110010 | 1100 | 0 | 1001100 | 10010 | 1000101 | 111111 | 110011 |
Color Harmonies of #B7D032
Complementary color
Monochromatic Colors of #B7D032
Black with #B7D032
Text Example
Text Example
White with #B7D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D032; }
p { color: rgb(183,208,50); }
H1.HeaderClassName
{
color: #B7D032;
}
.AnyTagClassName
{
color: #B7D032;
}
</style>
background-color css
<style>
a { background-color: #B7D032; }
a { background-color: rgb(183,208,50); }
div.DivClassName
{
background-color: #B7D032;
}
.BgClassName
{
background-color: #B7D032;
}
</style>
border-color css
<style>
span { border-color: #B7D032; }
span { border-color: rgb(183,208,50); }
td.TdClassName
{
border-color: #B7D032;
}
.TagClassName
{
border-color: #B7D032;
}
</style>