Shades of Fuego #B2D535
Tints of Fuego #B2D535
RGB
CMYK
RGB Variations
Color information
#B2D535 (or 0xB2D535) is known color: Fuego. HEX triplet: B2, D5 and 35. RGB value is (178,213,53). Sum of RGB (Red+Green+Blue) = 178+213+53=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D535 is #4D2ACA. Grayscale: #B8B8B8. Windows color (decimal): -5057227 or 3528114. OLE color: 3528114.
HSL color Cylindrical-coordinate representation of color #B2D535: hue angle of 73.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2D535 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 53 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.16 |
| HSL | 73.13º | 0.66% | 0.52% | - |
| HSV(B) | 73.13º | 0.75% | 0.84% | - |
| XYZ | 42.8 | 57.31 | 12.17 | - |
| YUV | 184.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 53 | 0.16 | 0 | 0.75 | 0.16 | 73.13 | 0.66 | 0.52 |
| Hex | B2 | D5 | 35 | 10 | 0 | 4B | 10 | 49 | 42 | 34 |
| Octal | 262 | 325 | 65 | 20 | 0 | 113 | 20 | 111 | 102 | 64 |
| Binary | 10110010 | 11010101 | 110101 | 10000 | 0 | 1001011 | 10000 | 1001001 | 1000010 | 110100 |
Color Harmonies of #B2D535
Complementary color
Monochromatic Colors of #B2D535
Black with #B2D535
Text Example
Text Example
White with #B2D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D535; }
p { color: rgb(178,213,53); }
H1.HeaderClassName
{
color: #B2D535;
}
.AnyTagClassName
{
color: #B2D535;
}
</style>
background-color css
<style>
a { background-color: #B2D535; }
a { background-color: rgb(178,213,53); }
div.DivClassName
{
background-color: #B2D535;
}
.BgClassName
{
background-color: #B2D535;
}
</style>
border-color css
<style>
span { border-color: #B2D535; }
span { border-color: rgb(178,213,53); }
td.TdClassName
{
border-color: #B2D535;
}
.TagClassName
{
border-color: #B2D535;
}
</style>