Shades of Fuego #B2DA33
Tints of Fuego #B2DA33
RGB
CMYK
RGB Variations
Color information
#B2DA33 (or 0xB2DA33) is known color: Fuego. HEX triplet: B2, DA and 33. RGB value is (178,218,51). Sum of RGB (Red+Green+Blue) = 178+218+51=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA33 is #4D25CC. Grayscale: #BBBBBB. Windows color (decimal): -5055949 or 3398322. OLE color: 3398322.
HSL color Cylindrical-coordinate representation of color #B2DA33: hue angle of 74.37º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2DA33 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 51 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.15 |
| HSL | 74.37º | 0.69% | 0.53% | - |
| HSV(B) | 74.37º | 0.77% | 0.85% | - |
| XYZ | 44.03 | 59.85 | 12.36 | - |
| YUV | 187 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 51 | 0.18 | 0 | 0.77 | 0.15 | 74.37 | 0.69 | 0.53 |
| Hex | B2 | DA | 33 | 12 | 0 | 4D | F | 4A | 45 | 35 |
| Octal | 262 | 332 | 63 | 22 | 0 | 115 | 17 | 112 | 105 | 65 |
| Binary | 10110010 | 11011010 | 110011 | 10010 | 0 | 1001101 | 1111 | 1001010 | 1000101 | 110101 |
Color Harmonies of #B2DA33
Complementary color
Monochromatic Colors of #B2DA33
Black with #B2DA33
Text Example
Text Example
White with #B2DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA33; }
p { color: rgb(178,218,51); }
H1.HeaderClassName
{
color: #B2DA33;
}
.AnyTagClassName
{
color: #B2DA33;
}
</style>
background-color css
<style>
a { background-color: #B2DA33; }
a { background-color: rgb(178,218,51); }
div.DivClassName
{
background-color: #B2DA33;
}
.BgClassName
{
background-color: #B2DA33;
}
</style>
border-color css
<style>
span { border-color: #B2DA33; }
span { border-color: rgb(178,218,51); }
td.TdClassName
{
border-color: #B2DA33;
}
.TagClassName
{
border-color: #B2DA33;
}
</style>