Shades of Fuego #B1D030
Tints of Fuego #B1D030
RGB
CMYK
RGB Variations
Color information
#B1D030 (or 0xB1D030) is known color: Fuego. HEX triplet: B1, D0 and 30. RGB value is (177,208,48). Sum of RGB (Red+Green+Blue) = 177+208+48=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D030 is #4E2FCF. Grayscale: #B5B5B5. Windows color (decimal): -5124048 or 3199153. OLE color: 3199153.
HSL color Cylindrical-coordinate representation of color #B1D030: hue angle of 71.62º 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 #B1D030 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 48 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.18 |
| HSL | 71.63º | 0.63% | 0.5% | - |
| HSV(B) | 71.63º | 0.77% | 0.82% | - |
| XYZ | 41.22 | 54.67 | 11.18 | - |
| YUV | 180.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 48 | 0.15 | 0 | 0.77 | 0.18 | 71.63 | 0.63 | 0.5 |
| Hex | B1 | D0 | 30 | F | 0 | 4D | 12 | 48 | 3F | 32 |
| Octal | 261 | 320 | 60 | 17 | 0 | 115 | 22 | 110 | 77 | 62 |
| Binary | 10110001 | 11010000 | 110000 | 1111 | 0 | 1001101 | 10010 | 1001000 | 111111 | 110010 |
Color Harmonies of #B1D030
Complementary color
Monochromatic Colors of #B1D030
Black with #B1D030
Text Example
Text Example
White with #B1D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D030; }
p { color: rgb(177,208,48); }
H1.HeaderClassName
{
color: #B1D030;
}
.AnyTagClassName
{
color: #B1D030;
}
</style>
background-color css
<style>
a { background-color: #B1D030; }
a { background-color: rgb(177,208,48); }
div.DivClassName
{
background-color: #B1D030;
}
.BgClassName
{
background-color: #B1D030;
}
</style>
border-color css
<style>
span { border-color: #B1D030; }
span { border-color: rgb(177,208,48); }
td.TdClassName
{
border-color: #B1D030;
}
.TagClassName
{
border-color: #B1D030;
}
</style>