Shades of Fuego #B7D036
Tints of Fuego #B7D036
RGB
CMYK
RGB Variations
Color information
#B7D036 (or 0xB7D036) is known color: Fuego. HEX triplet: B7, D0 and 36. RGB value is (183,208,54). Sum of RGB (Red+Green+Blue) = 183+208+54=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D036 is #482FC9. Grayscale: #B7B7B7. Windows color (decimal): -4730826 or 3592375. OLE color: 3592375.
HSL color Cylindrical-coordinate representation of color #B7D036: hue angle of 69.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7D036 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 54 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.18 |
| HSL | 69.74º | 0.62% | 0.51% | - |
| HSV(B) | 69.74º | 0.74% | 0.82% | - |
| XYZ | 42.75 | 55.45 | 11.94 | - |
| YUV | 182.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 54 | 0.12 | 0 | 0.74 | 0.18 | 69.74 | 0.62 | 0.51 |
| Hex | B7 | D0 | 36 | C | 0 | 4A | 12 | 46 | 3E | 33 |
| Octal | 267 | 320 | 66 | 14 | 0 | 112 | 22 | 106 | 76 | 63 |
| Binary | 10110111 | 11010000 | 110110 | 1100 | 0 | 1001010 | 10010 | 1000110 | 111110 | 110011 |
Color Harmonies of #B7D036
Complementary color
Monochromatic Colors of #B7D036
Black with #B7D036
Text Example
Text Example
White with #B7D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D036; }
p { color: rgb(183,208,54); }
H1.HeaderClassName
{
color: #B7D036;
}
.AnyTagClassName
{
color: #B7D036;
}
</style>
background-color css
<style>
a { background-color: #B7D036; }
a { background-color: rgb(183,208,54); }
div.DivClassName
{
background-color: #B7D036;
}
.BgClassName
{
background-color: #B7D036;
}
</style>
border-color css
<style>
span { border-color: #B7D036; }
span { border-color: rgb(183,208,54); }
td.TdClassName
{
border-color: #B7D036;
}
.TagClassName
{
border-color: #B7D036;
}
</style>