Shades of Fuego #B8D825
Tints of Fuego #B8D825
RGB
CMYK
RGB Variations
Color information
#B8D825 (or 0xB8D825) is known color: Fuego. HEX triplet: B8, D8 and 25. RGB value is (184,216,37). Sum of RGB (Red+Green+Blue) = 184+216+37=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D825 is #4727DA. Grayscale: #BABABA. Windows color (decimal): -4663259 or 2480312. OLE color: 2480312.
HSL color Cylindrical-coordinate representation of color #B8D825: hue angle of 70.73º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8D825 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 37 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.15 |
| HSL | 70.73º | 0.71% | 0.5% | - |
| HSV(B) | 70.73º | 0.83% | 0.85% | - |
| XYZ | 44.66 | 59.44 | 10.87 | - |
| YUV | 186.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 37 | 0.15 | 0 | 0.83 | 0.15 | 70.73 | 0.71 | 0.5 |
| Hex | B8 | D8 | 25 | F | 0 | 53 | F | 47 | 47 | 32 |
| Octal | 270 | 330 | 45 | 17 | 0 | 123 | 17 | 107 | 107 | 62 |
| Binary | 10111000 | 11011000 | 100101 | 1111 | 0 | 1010011 | 1111 | 1000111 | 1000111 | 110010 |
Color Harmonies of #B8D825
Complementary color
Monochromatic Colors of #B8D825
Black with #B8D825
Text Example
Text Example
White with #B8D825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D825; }
p { color: rgb(184,216,37); }
H1.HeaderClassName
{
color: #B8D825;
}
.AnyTagClassName
{
color: #B8D825;
}
</style>
background-color css
<style>
a { background-color: #B8D825; }
a { background-color: rgb(184,216,37); }
div.DivClassName
{
background-color: #B8D825;
}
.BgClassName
{
background-color: #B8D825;
}
</style>
border-color css
<style>
span { border-color: #B8D825; }
span { border-color: rgb(184,216,37); }
td.TdClassName
{
border-color: #B8D825;
}
.TagClassName
{
border-color: #B8D825;
}
</style>