Shades of Fuego #B0D235
Tints of Fuego #B0D235
RGB
CMYK
RGB Variations
Color information
#B0D235 (or 0xB0D235) is known color: Fuego. HEX triplet: B0, D2 and 35. RGB value is (176,210,53). Sum of RGB (Red+Green+Blue) = 176+210+53=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D235 is #4F2DCA. Grayscale: #B6B6B6. Windows color (decimal): -5189067 or 3527344. OLE color: 3527344.
HSL color Cylindrical-coordinate representation of color #B0D235: hue angle of 72.99º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0D235 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 53 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.18 |
| HSL | 72.99º | 0.64% | 0.52% | - |
| HSV(B) | 72.99º | 0.75% | 0.82% | - |
| XYZ | 41.59 | 55.58 | 11.9 | - |
| YUV | 181.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 53 | 0.16 | 0 | 0.75 | 0.18 | 72.99 | 0.64 | 0.52 |
| Hex | B0 | D2 | 35 | 10 | 0 | 4B | 12 | 49 | 40 | 34 |
| Octal | 260 | 322 | 65 | 20 | 0 | 113 | 22 | 111 | 100 | 64 |
| Binary | 10110000 | 11010010 | 110101 | 10000 | 0 | 1001011 | 10010 | 1001001 | 1000000 | 110100 |
Color Harmonies of #B0D235
Complementary color
Monochromatic Colors of #B0D235
Black with #B0D235
Text Example
Text Example
White with #B0D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D235; }
p { color: rgb(176,210,53); }
H1.HeaderClassName
{
color: #B0D235;
}
.AnyTagClassName
{
color: #B0D235;
}
</style>
background-color css
<style>
a { background-color: #B0D235; }
a { background-color: rgb(176,210,53); }
div.DivClassName
{
background-color: #B0D235;
}
.BgClassName
{
background-color: #B0D235;
}
</style>
border-color css
<style>
span { border-color: #B0D235; }
span { border-color: rgb(176,210,53); }
td.TdClassName
{
border-color: #B0D235;
}
.TagClassName
{
border-color: #B0D235;
}
</style>