Shades of Fuego #B8D037
Tints of Fuego #B8D037
RGB
CMYK
RGB Variations
Color information
#B8D037 (or 0xB8D037) is known color: Fuego. HEX triplet: B8, D0 and 37. RGB value is (184,208,55). Sum of RGB (Red+Green+Blue) = 184+208+55=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D037 is #472FC8. Grayscale: #B7B7B7. Windows color (decimal): -4665289 or 3657912. OLE color: 3657912.
HSL color Cylindrical-coordinate representation of color #B8D037: hue angle of 69.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8D037 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 55 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.18 |
| HSL | 69.41º | 0.62% | 0.52% | - |
| HSV(B) | 69.41º | 0.74% | 0.82% | - |
| XYZ | 43.01 | 55.58 | 12.08 | - |
| YUV | 183.38 | 55.55 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 55 | 0.12 | 0 | 0.74 | 0.18 | 69.41 | 0.62 | 0.52 |
| Hex | B8 | D0 | 37 | C | 0 | 4A | 12 | 45 | 3E | 34 |
| Octal | 270 | 320 | 67 | 14 | 0 | 112 | 22 | 105 | 76 | 64 |
| Binary | 10111000 | 11010000 | 110111 | 1100 | 0 | 1001010 | 10010 | 1000101 | 111110 | 110100 |
Color Harmonies of #B8D037
Complementary color
Monochromatic Colors of #B8D037
Black with #B8D037
Text Example
Text Example
White with #B8D037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D037; }
p { color: rgb(184,208,55); }
H1.HeaderClassName
{
color: #B8D037;
}
.AnyTagClassName
{
color: #B8D037;
}
</style>
background-color css
<style>
a { background-color: #B8D037; }
a { background-color: rgb(184,208,55); }
div.DivClassName
{
background-color: #B8D037;
}
.BgClassName
{
background-color: #B8D037;
}
</style>
border-color css
<style>
span { border-color: #B8D037; }
span { border-color: rgb(184,208,55); }
td.TdClassName
{
border-color: #B8D037;
}
.TagClassName
{
border-color: #B8D037;
}
</style>