Shades of Fuego #B8D735
Tints of Fuego #B8D735
RGB
CMYK
RGB Variations
Color information
#B8D735 (or 0xB8D735) is known color: Fuego. HEX triplet: B8, D7 and 35. RGB value is (184,215,53). Sum of RGB (Red+Green+Blue) = 184+215+53=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D735 is #4728CA. Grayscale: #BBBBBB. Windows color (decimal): -4663499 or 3528632. OLE color: 3528632.
HSL color Cylindrical-coordinate representation of color #B8D735: hue angle of 71.48º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8D735 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 53 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.16 |
| HSL | 71.48º | 0.67% | 0.53% | - |
| HSV(B) | 71.48º | 0.75% | 0.84% | - |
| XYZ | 44.71 | 59.05 | 12.41 | - |
| YUV | 187.26 | 52.23 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 53 | 0.14 | 0 | 0.75 | 0.16 | 71.48 | 0.67 | 0.53 |
| Hex | B8 | D7 | 35 | E | 0 | 4B | 10 | 47 | 43 | 35 |
| Octal | 270 | 327 | 65 | 16 | 0 | 113 | 20 | 107 | 103 | 65 |
| Binary | 10111000 | 11010111 | 110101 | 1110 | 0 | 1001011 | 10000 | 1000111 | 1000011 | 110101 |
Color Harmonies of #B8D735
Complementary color
Monochromatic Colors of #B8D735
Black with #B8D735
Text Example
Text Example
White with #B8D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D735; }
p { color: rgb(184,215,53); }
H1.HeaderClassName
{
color: #B8D735;
}
.AnyTagClassName
{
color: #B8D735;
}
</style>
background-color css
<style>
a { background-color: #B8D735; }
a { background-color: rgb(184,215,53); }
div.DivClassName
{
background-color: #B8D735;
}
.BgClassName
{
background-color: #B8D735;
}
</style>
border-color css
<style>
span { border-color: #B8D735; }
span { border-color: rgb(184,215,53); }
td.TdClassName
{
border-color: #B8D735;
}
.TagClassName
{
border-color: #B8D735;
}
</style>