Shades of Fuego #B8D72B
Tints of Fuego #B8D72B
RGB
CMYK
RGB Variations
Color information
#B8D72B (or 0xB8D72B) is known color: Fuego. HEX triplet: B8, D7 and 2B. RGB value is (184,215,43). Sum of RGB (Red+Green+Blue) = 184+215+43=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D72B is #4728D4. Grayscale: #BABABA. Windows color (decimal): -4663509 or 2873272. OLE color: 2873272.
HSL color Cylindrical-coordinate representation of color #B8D72B: hue angle of 70.81º 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 #B8D72B is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 43 | - |
| CMYK | 0.14 | 0 | 0.8 | 0.16 |
| HSL | 70.81º | 0.68% | 0.51% | - |
| HSV(B) | 70.81º | 0.8% | 0.84% | - |
| XYZ | 44.5 | 58.97 | 11.32 | - |
| YUV | 186.12 | 47.23 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 43 | 0.14 | 0 | 0.8 | 0.16 | 70.81 | 0.68 | 0.51 |
| Hex | B8 | D7 | 2B | E | 0 | 50 | 10 | 47 | 44 | 33 |
| Octal | 270 | 327 | 53 | 16 | 0 | 120 | 20 | 107 | 104 | 63 |
| Binary | 10111000 | 11010111 | 101011 | 1110 | 0 | 1010000 | 10000 | 1000111 | 1000100 | 110011 |
Color Harmonies of #B8D72B
Complementary color
Monochromatic Colors of #B8D72B
Black with #B8D72B
Text Example
Text Example
White with #B8D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D72B; }
p { color: rgb(184,215,43); }
H1.HeaderClassName
{
color: #B8D72B;
}
.AnyTagClassName
{
color: #B8D72B;
}
</style>
background-color css
<style>
a { background-color: #B8D72B; }
a { background-color: rgb(184,215,43); }
div.DivClassName
{
background-color: #B8D72B;
}
.BgClassName
{
background-color: #B8D72B;
}
</style>
border-color css
<style>
span { border-color: #B8D72B; }
span { border-color: rgb(184,215,43); }
td.TdClassName
{
border-color: #B8D72B;
}
.TagClassName
{
border-color: #B8D72B;
}
</style>