Shades of Fuego #B8D72C
Tints of Fuego #B8D72C
RGB
CMYK
RGB Variations
Color information
#B8D72C (or 0xB8D72C) is known color: Fuego. HEX triplet: B8, D7 and 2C. RGB value is (184,215,44). Sum of RGB (Red+Green+Blue) = 184+215+44=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D72C is #4728D3. Grayscale: #BABABA. Windows color (decimal): -4663508 or 2938808. OLE color: 2938808.
HSL color Cylindrical-coordinate representation of color #B8D72C: hue angle of 70.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8D72C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 44 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.16 |
| HSL | 70.88º | 0.68% | 0.51% | - |
| HSV(B) | 70.88º | 0.8% | 0.84% | - |
| XYZ | 44.52 | 58.97 | 11.42 | - |
| YUV | 186.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 44 | 0.14 | 0 | 0.80 | 0.16 | 70.88 | 0.68 | 0.51 |
| Hex | B8 | D7 | 2C | E | 0 | 50 | 10 | 47 | 44 | 33 |
| Octal | 270 | 327 | 54 | 16 | 0 | 120 | 20 | 107 | 104 | 63 |
| Binary | 10111000 | 11010111 | 101100 | 1110 | 0 | 1010000 | 10000 | 1000111 | 1000100 | 110011 |
Color Harmonies of #B8D72C
Complementary color
Monochromatic Colors of #B8D72C
Black with #B8D72C
Text Example
Text Example
White with #B8D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D72C; }
p { color: rgb(184,215,44); }
H1.HeaderClassName
{
color: #B8D72C;
}
.AnyTagClassName
{
color: #B8D72C;
}
</style>
background-color css
<style>
a { background-color: #B8D72C; }
a { background-color: rgb(184,215,44); }
div.DivClassName
{
background-color: #B8D72C;
}
.BgClassName
{
background-color: #B8D72C;
}
</style>
border-color css
<style>
span { border-color: #B8D72C; }
span { border-color: rgb(184,215,44); }
td.TdClassName
{
border-color: #B8D72C;
}
.TagClassName
{
border-color: #B8D72C;
}
</style>