Shades of Fuego #B7DC33
Tints of Fuego #B7DC33
RGB
CMYK
RGB Variations
Color information
#B7DC33 (or 0xB7DC33) is known color: Fuego. HEX triplet: B7, DC and 33. RGB value is (183,220,51). Sum of RGB (Red+Green+Blue) = 183+220+51=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC33 is #4823CC. Grayscale: #BEBEBE. Windows color (decimal): -4727757 or 3398839. OLE color: 3398839.
HSL color Cylindrical-coordinate representation of color #B7DC33: hue angle of 73.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7DC33 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 51 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.14 |
| HSL | 73.14º | 0.71% | 0.53% | - |
| HSV(B) | 73.14º | 0.77% | 0.86% | - |
| XYZ | 45.72 | 61.49 | 12.59 | - |
| YUV | 189.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 51 | 0.17 | 0 | 0.77 | 0.14 | 73.14 | 0.71 | 0.53 |
| Hex | B7 | DC | 33 | 11 | 0 | 4D | E | 49 | 47 | 35 |
| Octal | 267 | 334 | 63 | 21 | 0 | 115 | 16 | 111 | 107 | 65 |
| Binary | 10110111 | 11011100 | 110011 | 10001 | 0 | 1001101 | 1110 | 1001001 | 1000111 | 110101 |
Color Harmonies of #B7DC33
Complementary color
Monochromatic Colors of #B7DC33
Black with #B7DC33
Text Example
Text Example
White with #B7DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC33; }
p { color: rgb(183,220,51); }
H1.HeaderClassName
{
color: #B7DC33;
}
.AnyTagClassName
{
color: #B7DC33;
}
</style>
background-color css
<style>
a { background-color: #B7DC33; }
a { background-color: rgb(183,220,51); }
div.DivClassName
{
background-color: #B7DC33;
}
.BgClassName
{
background-color: #B7DC33;
}
</style>
border-color css
<style>
span { border-color: #B7DC33; }
span { border-color: rgb(183,220,51); }
td.TdClassName
{
border-color: #B7DC33;
}
.TagClassName
{
border-color: #B7DC33;
}
</style>