Shades of Fuego #B2D233
Tints of Fuego #B2D233
RGB
CMYK
RGB Variations
Color information
#B2D233 (or 0xB2D233) is known color: Fuego. HEX triplet: B2, D2 and 33. RGB value is (178,210,51). Sum of RGB (Red+Green+Blue) = 178+210+51=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D233 is #4D2DCC. Grayscale: #B6B6B6. Windows color (decimal): -5057997 or 3396274. OLE color: 3396274.
HSL color Cylindrical-coordinate representation of color #B2D233: hue angle of 72.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2D233 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 51 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.18 |
| HSL | 72.08º | 0.64% | 0.51% | - |
| HSV(B) | 72.08º | 0.76% | 0.82% | - |
| XYZ | 42 | 55.8 | 11.69 | - |
| YUV | 182.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 51 | 0.15 | 0 | 0.76 | 0.18 | 72.08 | 0.64 | 0.51 |
| Hex | B2 | D2 | 33 | F | 0 | 4C | 12 | 48 | 40 | 33 |
| Octal | 262 | 322 | 63 | 17 | 0 | 114 | 22 | 110 | 100 | 63 |
| Binary | 10110010 | 11010010 | 110011 | 1111 | 0 | 1001100 | 10010 | 1001000 | 1000000 | 110011 |
Color Harmonies of #B2D233
Complementary color
Monochromatic Colors of #B2D233
Black with #B2D233
Text Example
Text Example
White with #B2D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D233; }
p { color: rgb(178,210,51); }
H1.HeaderClassName
{
color: #B2D233;
}
.AnyTagClassName
{
color: #B2D233;
}
</style>
background-color css
<style>
a { background-color: #B2D233; }
a { background-color: rgb(178,210,51); }
div.DivClassName
{
background-color: #B2D233;
}
.BgClassName
{
background-color: #B2D233;
}
</style>
border-color css
<style>
span { border-color: #B2D233; }
span { border-color: rgb(178,210,51); }
td.TdClassName
{
border-color: #B2D233;
}
.TagClassName
{
border-color: #B2D233;
}
</style>