Shades of Fuego #B2D933
Tints of Fuego #B2D933
RGB
CMYK
RGB Variations
Color information
#B2D933 (or 0xB2D933) is known color: Fuego. HEX triplet: B2, D9 and 33. RGB value is (178,217,51). Sum of RGB (Red+Green+Blue) = 178+217+51=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D933 is #4D26CC. Grayscale: #BBBBBB. Windows color (decimal): -5056205 or 3398066. OLE color: 3398066.
HSL color Cylindrical-coordinate representation of color #B2D933: hue angle of 74.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2D933 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 51 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.15 |
| HSL | 74.1º | 0.69% | 0.53% | - |
| HSV(B) | 74.1º | 0.76% | 0.85% | - |
| XYZ | 43.77 | 59.33 | 12.28 | - |
| YUV | 186.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 51 | 0.18 | 0 | 0.76 | 0.15 | 74.1 | 0.69 | 0.53 |
| Hex | B2 | D9 | 33 | 12 | 0 | 4C | F | 4A | 45 | 35 |
| Octal | 262 | 331 | 63 | 22 | 0 | 114 | 17 | 112 | 105 | 65 |
| Binary | 10110010 | 11011001 | 110011 | 10010 | 0 | 1001100 | 1111 | 1001010 | 1000101 | 110101 |
Color Harmonies of #B2D933
Complementary color
Monochromatic Colors of #B2D933
Black with #B2D933
Text Example
Text Example
White with #B2D933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D933; }
p { color: rgb(178,217,51); }
H1.HeaderClassName
{
color: #B2D933;
}
.AnyTagClassName
{
color: #B2D933;
}
</style>
background-color css
<style>
a { background-color: #B2D933; }
a { background-color: rgb(178,217,51); }
div.DivClassName
{
background-color: #B2D933;
}
.BgClassName
{
background-color: #B2D933;
}
</style>
border-color css
<style>
span { border-color: #B2D933; }
span { border-color: rgb(178,217,51); }
td.TdClassName
{
border-color: #B2D933;
}
.TagClassName
{
border-color: #B2D933;
}
</style>