Shades of Fuego #B1DB32
Tints of Fuego #B1DB32
RGB
CMYK
RGB Variations
Color information
#B1DB32 (or 0xB1DB32) is known color: Fuego. HEX triplet: B1, DB and 32. RGB value is (177,219,50). Sum of RGB (Red+Green+Blue) = 177+219+50=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB32 is #4E24CD. Grayscale: #BBBBBB. Windows color (decimal): -5121230 or 3333041. OLE color: 3333041.
HSL color Cylindrical-coordinate representation of color #B1DB32: hue angle of 74.91º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1DB32 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 50 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.14 |
| HSL | 74.91º | 0.7% | 0.53% | - |
| HSV(B) | 74.91º | 0.77% | 0.86% | - |
| XYZ | 44.04 | 60.24 | 12.32 | - |
| YUV | 187.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 50 | 0.19 | 0 | 0.77 | 0.14 | 74.91 | 0.7 | 0.53 |
| Hex | B1 | DB | 32 | 13 | 0 | 4D | E | 4B | 46 | 35 |
| Octal | 261 | 333 | 62 | 23 | 0 | 115 | 16 | 113 | 106 | 65 |
| Binary | 10110001 | 11011011 | 110010 | 10011 | 0 | 1001101 | 1110 | 1001011 | 1000110 | 110101 |
Color Harmonies of #B1DB32
Complementary color
Monochromatic Colors of #B1DB32
Black with #B1DB32
Text Example
Text Example
White with #B1DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB32; }
p { color: rgb(177,219,50); }
H1.HeaderClassName
{
color: #B1DB32;
}
.AnyTagClassName
{
color: #B1DB32;
}
</style>
background-color css
<style>
a { background-color: #B1DB32; }
a { background-color: rgb(177,219,50); }
div.DivClassName
{
background-color: #B1DB32;
}
.BgClassName
{
background-color: #B1DB32;
}
</style>
border-color css
<style>
span { border-color: #B1DB32; }
span { border-color: rgb(177,219,50); }
td.TdClassName
{
border-color: #B1DB32;
}
.TagClassName
{
border-color: #B1DB32;
}
</style>