Shades of Fuego #B2DB33
Tints of Fuego #B2DB33
RGB
CMYK
RGB Variations
Color information
#B2DB33 (or 0xB2DB33) is known color: Fuego. HEX triplet: B2, DB and 33. RGB value is (178,219,51). Sum of RGB (Red+Green+Blue) = 178+219+51=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB33 is #4D24CC. Grayscale: #BCBCBC. Windows color (decimal): -5055693 or 3398578. OLE color: 3398578.
HSL color Cylindrical-coordinate representation of color #B2DB33: hue angle of 74.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2DB33 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 51 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.14 |
| HSL | 74.64º | 0.7% | 0.53% | - |
| HSV(B) | 74.64º | 0.77% | 0.86% | - |
| XYZ | 44.29 | 60.37 | 12.45 | - |
| YUV | 187.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 51 | 0.19 | 0 | 0.77 | 0.14 | 74.64 | 0.7 | 0.53 |
| Hex | B2 | DB | 33 | 13 | 0 | 4D | E | 4B | 46 | 35 |
| Octal | 262 | 333 | 63 | 23 | 0 | 115 | 16 | 113 | 106 | 65 |
| Binary | 10110010 | 11011011 | 110011 | 10011 | 0 | 1001101 | 1110 | 1001011 | 1000110 | 110101 |
Color Harmonies of #B2DB33
Complementary color
Monochromatic Colors of #B2DB33
Black with #B2DB33
Text Example
Text Example
White with #B2DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB33; }
p { color: rgb(178,219,51); }
H1.HeaderClassName
{
color: #B2DB33;
}
.AnyTagClassName
{
color: #B2DB33;
}
</style>
background-color css
<style>
a { background-color: #B2DB33; }
a { background-color: rgb(178,219,51); }
div.DivClassName
{
background-color: #B2DB33;
}
.BgClassName
{
background-color: #B2DB33;
}
</style>
border-color css
<style>
span { border-color: #B2DB33; }
span { border-color: rgb(178,219,51); }
td.TdClassName
{
border-color: #B2DB33;
}
.TagClassName
{
border-color: #B2DB33;
}
</style>