Shades of Fuego #B1DE2C
Tints of Fuego #B1DE2C
RGB
CMYK
RGB Variations
Color information
#B1DE2C (or 0xB1DE2C) is known color: Fuego. HEX triplet: B1, DE and 2C. RGB value is (177,222,44). Sum of RGB (Red+Green+Blue) = 177+222+44=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DE2C is #4E21D3. Grayscale: #BCBCBC. Windows color (decimal): -5120468 or 2940593. OLE color: 2940593.
HSL color Cylindrical-coordinate representation of color #B1DE2C: hue angle of 75.17º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1DE2C is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 44 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.13 |
| HSL | 75.17º | 0.73% | 0.52% | - |
| HSV(B) | 75.17º | 0.8% | 0.87% | - |
| XYZ | 44.71 | 61.77 | 11.95 | - |
| YUV | 188.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 44 | 0.20 | 0 | 0.80 | 0.13 | 75.17 | 0.73 | 0.52 |
| Hex | B1 | DE | 2C | 14 | 0 | 50 | D | 4B | 49 | 34 |
| Octal | 261 | 336 | 54 | 24 | 0 | 120 | 15 | 113 | 111 | 64 |
| Binary | 10110001 | 11011110 | 101100 | 10100 | 0 | 1010000 | 1101 | 1001011 | 1001001 | 110100 |
Color Harmonies of #B1DE2C
Complementary color
Monochromatic Colors of #B1DE2C
Black with #B1DE2C
Text Example
Text Example
White with #B1DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE2C; }
p { color: rgb(177,222,44); }
H1.HeaderClassName
{
color: #B1DE2C;
}
.AnyTagClassName
{
color: #B1DE2C;
}
</style>
background-color css
<style>
a { background-color: #B1DE2C; }
a { background-color: rgb(177,222,44); }
div.DivClassName
{
background-color: #B1DE2C;
}
.BgClassName
{
background-color: #B1DE2C;
}
</style>
border-color css
<style>
span { border-color: #B1DE2C; }
span { border-color: rgb(177,222,44); }
td.TdClassName
{
border-color: #B1DE2C;
}
.TagClassName
{
border-color: #B1DE2C;
}
</style>