Shades of Fuego #B8D525
Tints of Fuego #B8D525
RGB
CMYK
RGB Variations
Color information
#B8D525 (or 0xB8D525) is known color: Fuego. HEX triplet: B8, D5 and 25. RGB value is (184,213,37). Sum of RGB (Red+Green+Blue) = 184+213+37=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D525 is #472ADA. Grayscale: #B8B8B8. Windows color (decimal): -4664027 or 2479544. OLE color: 2479544.
HSL color Cylindrical-coordinate representation of color #B8D525: hue angle of 69.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8D525 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 37 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.16 |
| HSL | 69.89º | 0.7% | 0.49% | - |
| HSV(B) | 69.89º | 0.83% | 0.84% | - |
| XYZ | 43.9 | 57.91 | 10.61 | - |
| YUV | 184.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 37 | 0.14 | 0 | 0.83 | 0.16 | 69.89 | 0.7 | 0.49 |
| Hex | B8 | D5 | 25 | E | 0 | 53 | 10 | 46 | 46 | 31 |
| Octal | 270 | 325 | 45 | 16 | 0 | 123 | 20 | 106 | 106 | 61 |
| Binary | 10111000 | 11010101 | 100101 | 1110 | 0 | 1010011 | 10000 | 1000110 | 1000110 | 110001 |
Color Harmonies of #B8D525
Complementary color
Monochromatic Colors of #B8D525
Black with #B8D525
Text Example
Text Example
White with #B8D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D525; }
p { color: rgb(184,213,37); }
H1.HeaderClassName
{
color: #B8D525;
}
.AnyTagClassName
{
color: #B8D525;
}
</style>
background-color css
<style>
a { background-color: #B8D525; }
a { background-color: rgb(184,213,37); }
div.DivClassName
{
background-color: #B8D525;
}
.BgClassName
{
background-color: #B8D525;
}
</style>
border-color css
<style>
span { border-color: #B8D525; }
span { border-color: rgb(184,213,37); }
td.TdClassName
{
border-color: #B8D525;
}
.TagClassName
{
border-color: #B8D525;
}
</style>