Shades of Fuego #B8D035
Tints of Fuego #B8D035
RGB
CMYK
RGB Variations
Color information
#B8D035 (or 0xB8D035) is known color: Fuego. HEX triplet: B8, D0 and 35. RGB value is (184,208,53). Sum of RGB (Red+Green+Blue) = 184+208+53=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D035 is #472FCA. Grayscale: #B7B7B7. Windows color (decimal): -4665291 or 3526840. OLE color: 3526840.
HSL color Cylindrical-coordinate representation of color #B8D035: hue angle of 69.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8D035 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 53 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.18 |
| HSL | 69.29º | 0.62% | 0.51% | - |
| HSV(B) | 69.29º | 0.75% | 0.82% | - |
| XYZ | 42.97 | 55.56 | 11.83 | - |
| YUV | 183.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 53 | 0.12 | 0 | 0.75 | 0.18 | 69.29 | 0.62 | 0.51 |
| Hex | B8 | D0 | 35 | C | 0 | 4B | 12 | 45 | 3E | 33 |
| Octal | 270 | 320 | 65 | 14 | 0 | 113 | 22 | 105 | 76 | 63 |
| Binary | 10111000 | 11010000 | 110101 | 1100 | 0 | 1001011 | 10010 | 1000101 | 111110 | 110011 |
Color Harmonies of #B8D035
Complementary color
Monochromatic Colors of #B8D035
Black with #B8D035
Text Example
Text Example
White with #B8D035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D035; }
p { color: rgb(184,208,53); }
H1.HeaderClassName
{
color: #B8D035;
}
.AnyTagClassName
{
color: #B8D035;
}
</style>
background-color css
<style>
a { background-color: #B8D035; }
a { background-color: rgb(184,208,53); }
div.DivClassName
{
background-color: #B8D035;
}
.BgClassName
{
background-color: #B8D035;
}
</style>
border-color css
<style>
span { border-color: #B8D035; }
span { border-color: rgb(184,208,53); }
td.TdClassName
{
border-color: #B8D035;
}
.TagClassName
{
border-color: #B8D035;
}
</style>