Shades of Fuego #B7D82C
Tints of Fuego #B7D82C
RGB
CMYK
RGB Variations
Color information
#B7D82C (or 0xB7D82C) is known color: Fuego. HEX triplet: B7, D8 and 2C. RGB value is (183,216,44). Sum of RGB (Red+Green+Blue) = 183+216+44=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D82C is #4827D3. Grayscale: #BBBBBB. Windows color (decimal): -4728788 or 2939063. OLE color: 2939063.
HSL color Cylindrical-coordinate representation of color #B7D82C: hue angle of 71.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7D82C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 44 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.15 |
| HSL | 71.51º | 0.69% | 0.51% | - |
| HSV(B) | 71.51º | 0.8% | 0.85% | - |
| XYZ | 44.54 | 59.36 | 11.49 | - |
| YUV | 186.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 44 | 0.15 | 0 | 0.80 | 0.15 | 71.51 | 0.69 | 0.51 |
| Hex | B7 | D8 | 2C | F | 0 | 50 | F | 48 | 45 | 33 |
| Octal | 267 | 330 | 54 | 17 | 0 | 120 | 17 | 110 | 105 | 63 |
| Binary | 10110111 | 11011000 | 101100 | 1111 | 0 | 1010000 | 1111 | 1001000 | 1000101 | 110011 |
Color Harmonies of #B7D82C
Complementary color
Monochromatic Colors of #B7D82C
Black with #B7D82C
Text Example
Text Example
White with #B7D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D82C; }
p { color: rgb(183,216,44); }
H1.HeaderClassName
{
color: #B7D82C;
}
.AnyTagClassName
{
color: #B7D82C;
}
</style>
background-color css
<style>
a { background-color: #B7D82C; }
a { background-color: rgb(183,216,44); }
div.DivClassName
{
background-color: #B7D82C;
}
.BgClassName
{
background-color: #B7D82C;
}
</style>
border-color css
<style>
span { border-color: #B7D82C; }
span { border-color: rgb(183,216,44); }
td.TdClassName
{
border-color: #B7D82C;
}
.TagClassName
{
border-color: #B7D82C;
}
</style>