Shades of Fuego #B0D030
Tints of Fuego #B0D030
RGB
CMYK
RGB Variations
Color information
#B0D030 (or 0xB0D030) is known color: Fuego. HEX triplet: B0, D0 and 30. RGB value is (176,208,48). Sum of RGB (Red+Green+Blue) = 176+208+48=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D030 is #4F2FCF. Grayscale: #B4B4B4. Windows color (decimal): -5189584 or 3199152. OLE color: 3199152.
HSL color Cylindrical-coordinate representation of color #B0D030: hue angle of 72º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0D030 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 48 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.18 |
| HSL | 72º | 0.63% | 0.5% | - |
| HSV(B) | 72º | 0.77% | 0.82% | - |
| XYZ | 40.99 | 54.56 | 11.17 | - |
| YUV | 180.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 48 | 0.15 | 0 | 0.77 | 0.18 | 72 | 0.63 | 0.5 |
| Hex | B0 | D0 | 30 | F | 0 | 4D | 12 | 48 | 3F | 32 |
| Octal | 260 | 320 | 60 | 17 | 0 | 115 | 22 | 110 | 77 | 62 |
| Binary | 10110000 | 11010000 | 110000 | 1111 | 0 | 1001101 | 10010 | 1001000 | 111111 | 110010 |
Color Harmonies of #B0D030
Complementary color
Monochromatic Colors of #B0D030
Black with #B0D030
Text Example
Text Example
White with #B0D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D030; }
p { color: rgb(176,208,48); }
H1.HeaderClassName
{
color: #B0D030;
}
.AnyTagClassName
{
color: #B0D030;
}
</style>
background-color css
<style>
a { background-color: #B0D030; }
a { background-color: rgb(176,208,48); }
div.DivClassName
{
background-color: #B0D030;
}
.BgClassName
{
background-color: #B0D030;
}
</style>
border-color css
<style>
span { border-color: #B0D030; }
span { border-color: rgb(176,208,48); }
td.TdClassName
{
border-color: #B0D030;
}
.TagClassName
{
border-color: #B0D030;
}
</style>