Shades of Fuego #B1DB35
Tints of Fuego #B1DB35
RGB
CMYK
RGB Variations
Color information
#B1DB35 (or 0xB1DB35) is known color: Fuego. HEX triplet: B1, DB and 35. RGB value is (177,219,53). Sum of RGB (Red+Green+Blue) = 177+219+53=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB35 is #4E24CA. Grayscale: #BCBCBC. Windows color (decimal): -5121227 or 3529649. OLE color: 3529649.
HSL color Cylindrical-coordinate representation of color #B1DB35: hue angle of 75.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1DB35 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 53 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.14 |
| HSL | 75.18º | 0.7% | 0.53% | - |
| HSV(B) | 75.18º | 0.76% | 0.86% | - |
| XYZ | 44.11 | 60.27 | 12.68 | - |
| YUV | 187.52 | 52.09 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 53 | 0.19 | 0 | 0.76 | 0.14 | 75.18 | 0.7 | 0.53 |
| Hex | B1 | DB | 35 | 13 | 0 | 4C | E | 4B | 46 | 35 |
| Octal | 261 | 333 | 65 | 23 | 0 | 114 | 16 | 113 | 106 | 65 |
| Binary | 10110001 | 11011011 | 110101 | 10011 | 0 | 1001100 | 1110 | 1001011 | 1000110 | 110101 |
Color Harmonies of #B1DB35
Complementary color
Monochromatic Colors of #B1DB35
Black with #B1DB35
Text Example
Text Example
White with #B1DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB35; }
p { color: rgb(177,219,53); }
H1.HeaderClassName
{
color: #B1DB35;
}
.AnyTagClassName
{
color: #B1DB35;
}
</style>
background-color css
<style>
a { background-color: #B1DB35; }
a { background-color: rgb(177,219,53); }
div.DivClassName
{
background-color: #B1DB35;
}
.BgClassName
{
background-color: #B1DB35;
}
</style>
border-color css
<style>
span { border-color: #B1DB35; }
span { border-color: rgb(177,219,53); }
td.TdClassName
{
border-color: #B1DB35;
}
.TagClassName
{
border-color: #B1DB35;
}
</style>