Shades of Fuego #B1DB34
Tints of Fuego #B1DB34
RGB
CMYK
RGB Variations
Color information
#B1DB34 (or 0xB1DB34) is known color: Fuego. HEX triplet: B1, DB and 34. RGB value is (177,219,52). Sum of RGB (Red+Green+Blue) = 177+219+52=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB34 is #4E24CB. Grayscale: #BCBCBC. Windows color (decimal): -5121228 or 3464113. OLE color: 3464113.
HSL color Cylindrical-coordinate representation of color #B1DB34: hue angle of 75.09º 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 #B1DB34 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 52 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.14 |
| HSL | 75.09º | 0.7% | 0.53% | - |
| HSV(B) | 75.09º | 0.76% | 0.86% | - |
| XYZ | 44.08 | 60.26 | 12.56 | - |
| YUV | 187.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 52 | 0.19 | 0 | 0.76 | 0.14 | 75.09 | 0.7 | 0.53 |
| Hex | B1 | DB | 34 | 13 | 0 | 4C | E | 4B | 46 | 35 |
| Octal | 261 | 333 | 64 | 23 | 0 | 114 | 16 | 113 | 106 | 65 |
| Binary | 10110001 | 11011011 | 110100 | 10011 | 0 | 1001100 | 1110 | 1001011 | 1000110 | 110101 |
Color Harmonies of #B1DB34
Complementary color
Monochromatic Colors of #B1DB34
Black with #B1DB34
Text Example
Text Example
White with #B1DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB34; }
p { color: rgb(177,219,52); }
H1.HeaderClassName
{
color: #B1DB34;
}
.AnyTagClassName
{
color: #B1DB34;
}
</style>
background-color css
<style>
a { background-color: #B1DB34; }
a { background-color: rgb(177,219,52); }
div.DivClassName
{
background-color: #B1DB34;
}
.BgClassName
{
background-color: #B1DB34;
}
</style>
border-color css
<style>
span { border-color: #B1DB34; }
span { border-color: rgb(177,219,52); }
td.TdClassName
{
border-color: #B1DB34;
}
.TagClassName
{
border-color: #B1DB34;
}
</style>