Shades of Fuego #B2D537
Tints of Fuego #B2D537
RGB
CMYK
RGB Variations
Color information
#B2D537 (or 0xB2D537) is known color: Fuego. HEX triplet: B2, D5 and 37. RGB value is (178,213,55). Sum of RGB (Red+Green+Blue) = 178+213+55=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D537 is #4D2AC8. Grayscale: #B9B9B9. Windows color (decimal): -5057225 or 3659186. OLE color: 3659186.
HSL color Cylindrical-coordinate representation of color #B2D537: hue angle of 73.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2D537 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 55 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.16 |
| HSL | 73.29º | 0.65% | 0.53% | - |
| HSV(B) | 73.29º | 0.74% | 0.84% | - |
| XYZ | 42.84 | 57.33 | 12.42 | - |
| YUV | 184.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 55 | 0.16 | 0 | 0.74 | 0.16 | 73.29 | 0.65 | 0.53 |
| Hex | B2 | D5 | 37 | 10 | 0 | 4A | 10 | 49 | 41 | 35 |
| Octal | 262 | 325 | 67 | 20 | 0 | 112 | 20 | 111 | 101 | 65 |
| Binary | 10110010 | 11010101 | 110111 | 10000 | 0 | 1001010 | 10000 | 1001001 | 1000001 | 110101 |
Color Harmonies of #B2D537
Complementary color
Monochromatic Colors of #B2D537
Black with #B2D537
Text Example
Text Example
White with #B2D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D537; }
p { color: rgb(178,213,55); }
H1.HeaderClassName
{
color: #B2D537;
}
.AnyTagClassName
{
color: #B2D537;
}
</style>
background-color css
<style>
a { background-color: #B2D537; }
a { background-color: rgb(178,213,55); }
div.DivClassName
{
background-color: #B2D537;
}
.BgClassName
{
background-color: #B2D537;
}
</style>
border-color css
<style>
span { border-color: #B2D537; }
span { border-color: rgb(178,213,55); }
td.TdClassName
{
border-color: #B2D537;
}
.TagClassName
{
border-color: #B2D537;
}
</style>