Shades of Fuego #B7DC31
Tints of Fuego #B7DC31
RGB
CMYK
RGB Variations
Color information
#B7DC31 (or 0xB7DC31) is known color: Fuego. HEX triplet: B7, DC and 31. RGB value is (183,220,49). Sum of RGB (Red+Green+Blue) = 183+220+49=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC31 is #4823CE. Grayscale: #BEBEBE. Windows color (decimal): -4727759 or 3267767. OLE color: 3267767.
HSL color Cylindrical-coordinate representation of color #B7DC31: hue angle of 72.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7DC31 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 49 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.14 |
| HSL | 72.98º | 0.71% | 0.53% | - |
| HSV(B) | 72.98º | 0.78% | 0.86% | - |
| XYZ | 45.68 | 61.48 | 12.36 | - |
| YUV | 189.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 49 | 0.17 | 0 | 0.78 | 0.14 | 72.98 | 0.71 | 0.53 |
| Hex | B7 | DC | 31 | 11 | 0 | 4E | E | 49 | 47 | 35 |
| Octal | 267 | 334 | 61 | 21 | 0 | 116 | 16 | 111 | 107 | 65 |
| Binary | 10110111 | 11011100 | 110001 | 10001 | 0 | 1001110 | 1110 | 1001001 | 1000111 | 110101 |
Color Harmonies of #B7DC31
Complementary color
Monochromatic Colors of #B7DC31
Black with #B7DC31
Text Example
Text Example
White with #B7DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC31; }
p { color: rgb(183,220,49); }
H1.HeaderClassName
{
color: #B7DC31;
}
.AnyTagClassName
{
color: #B7DC31;
}
</style>
background-color css
<style>
a { background-color: #B7DC31; }
a { background-color: rgb(183,220,49); }
div.DivClassName
{
background-color: #B7DC31;
}
.BgClassName
{
background-color: #B7DC31;
}
</style>
border-color css
<style>
span { border-color: #B7DC31; }
span { border-color: rgb(183,220,49); }
td.TdClassName
{
border-color: #B7DC31;
}
.TagClassName
{
border-color: #B7DC31;
}
</style>