Shades of Fuego #B0D033
Tints of Fuego #B0D033
RGB
CMYK
RGB Variations
Color information
#B0D033 (or 0xB0D033) is known color: Fuego. HEX triplet: B0, D0 and 33. RGB value is (176,208,51). Sum of RGB (Red+Green+Blue) = 176+208+51=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D033 is #4F2FCC. Grayscale: #B5B5B5. Windows color (decimal): -5189581 or 3395760. OLE color: 3395760.
HSL color Cylindrical-coordinate representation of color #B0D033: hue angle of 72.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0D033 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 51 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.18 |
| HSL | 72.23º | 0.63% | 0.51% | - |
| HSV(B) | 72.23º | 0.75% | 0.82% | - |
| XYZ | 41.06 | 54.58 | 11.5 | - |
| YUV | 180.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 51 | 0.15 | 0 | 0.75 | 0.18 | 72.23 | 0.63 | 0.51 |
| Hex | B0 | D0 | 33 | F | 0 | 4B | 12 | 48 | 3F | 33 |
| Octal | 260 | 320 | 63 | 17 | 0 | 113 | 22 | 110 | 77 | 63 |
| Binary | 10110000 | 11010000 | 110011 | 1111 | 0 | 1001011 | 10010 | 1001000 | 111111 | 110011 |
Color Harmonies of #B0D033
Complementary color
Monochromatic Colors of #B0D033
Black with #B0D033
Text Example
Text Example
White with #B0D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D033; }
p { color: rgb(176,208,51); }
H1.HeaderClassName
{
color: #B0D033;
}
.AnyTagClassName
{
color: #B0D033;
}
</style>
background-color css
<style>
a { background-color: #B0D033; }
a { background-color: rgb(176,208,51); }
div.DivClassName
{
background-color: #B0D033;
}
.BgClassName
{
background-color: #B0D033;
}
</style>
border-color css
<style>
span { border-color: #B0D033; }
span { border-color: rgb(176,208,51); }
td.TdClassName
{
border-color: #B0D033;
}
.TagClassName
{
border-color: #B0D033;
}
</style>