Shades of Fuego #B8D930
Tints of Fuego #B8D930
RGB
CMYK
RGB Variations
Color information
#B8D930 (or 0xB8D930) is known color: Fuego. HEX triplet: B8, D9 and 30. RGB value is (184,217,48). Sum of RGB (Red+Green+Blue) = 184+217+48=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D930 is #4726CF. Grayscale: #BCBCBC. Windows color (decimal): -4662992 or 3201464. OLE color: 3201464.
HSL color Cylindrical-coordinate representation of color #B8D930: hue angle of 71.72º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8D930 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 48 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.15 |
| HSL | 71.72º | 0.69% | 0.52% | - |
| HSV(B) | 71.72º | 0.78% | 0.85% | - |
| XYZ | 45.11 | 60.03 | 12.01 | - |
| YUV | 187.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 48 | 0.15 | 0 | 0.78 | 0.15 | 71.72 | 0.69 | 0.52 |
| Hex | B8 | D9 | 30 | F | 0 | 4E | F | 48 | 45 | 34 |
| Octal | 270 | 331 | 60 | 17 | 0 | 116 | 17 | 110 | 105 | 64 |
| Binary | 10111000 | 11011001 | 110000 | 1111 | 0 | 1001110 | 1111 | 1001000 | 1000101 | 110100 |
Color Harmonies of #B8D930
Complementary color
Monochromatic Colors of #B8D930
Black with #B8D930
Text Example
Text Example
White with #B8D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D930; }
p { color: rgb(184,217,48); }
H1.HeaderClassName
{
color: #B8D930;
}
.AnyTagClassName
{
color: #B8D930;
}
</style>
background-color css
<style>
a { background-color: #B8D930; }
a { background-color: rgb(184,217,48); }
div.DivClassName
{
background-color: #B8D930;
}
.BgClassName
{
background-color: #B8D930;
}
</style>
border-color css
<style>
span { border-color: #B8D930; }
span { border-color: rgb(184,217,48); }
td.TdClassName
{
border-color: #B8D930;
}
.TagClassName
{
border-color: #B8D930;
}
</style>