Shades of Fuego #B8D72E
Tints of Fuego #B8D72E
RGB
CMYK
RGB Variations
Color information
#B8D72E (or 0xB8D72E) is known color: Fuego. HEX triplet: B8, D7 and 2E. RGB value is (184,215,46). Sum of RGB (Red+Green+Blue) = 184+215+46=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D72E is #4728D1. Grayscale: #BBBBBB. Windows color (decimal): -4663506 or 3069880. OLE color: 3069880.
HSL color Cylindrical-coordinate representation of color #B8D72E: hue angle of 71.01º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8D72E is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 46 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.16 |
| HSL | 71.01º | 0.68% | 0.51% | - |
| HSV(B) | 71.01º | 0.79% | 0.84% | - |
| XYZ | 44.56 | 58.99 | 11.62 | - |
| YUV | 186.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 46 | 0.14 | 0 | 0.79 | 0.16 | 71.01 | 0.68 | 0.51 |
| Hex | B8 | D7 | 2E | E | 0 | 4F | 10 | 47 | 44 | 33 |
| Octal | 270 | 327 | 56 | 16 | 0 | 117 | 20 | 107 | 104 | 63 |
| Binary | 10111000 | 11010111 | 101110 | 1110 | 0 | 1001111 | 10000 | 1000111 | 1000100 | 110011 |
Color Harmonies of #B8D72E
Complementary color
Monochromatic Colors of #B8D72E
Black with #B8D72E
Text Example
Text Example
White with #B8D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D72E; }
p { color: rgb(184,215,46); }
H1.HeaderClassName
{
color: #B8D72E;
}
.AnyTagClassName
{
color: #B8D72E;
}
</style>
background-color css
<style>
a { background-color: #B8D72E; }
a { background-color: rgb(184,215,46); }
div.DivClassName
{
background-color: #B8D72E;
}
.BgClassName
{
background-color: #B8D72E;
}
</style>
border-color css
<style>
span { border-color: #B8D72E; }
span { border-color: rgb(184,215,46); }
td.TdClassName
{
border-color: #B8D72E;
}
.TagClassName
{
border-color: #B8D72E;
}
</style>