Shades of Fuego #B1D734
Tints of Fuego #B1D734
RGB
CMYK
RGB Variations
Color information
#B1D734 (or 0xB1D734) is known color: Fuego. HEX triplet: B1, D7 and 34. RGB value is (177,215,52). Sum of RGB (Red+Green+Blue) = 177+215+52=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D734 is #4E28CB. Grayscale: #B9B9B9. Windows color (decimal): -5122252 or 3463089. OLE color: 3463089.
HSL color Cylindrical-coordinate representation of color #B1D734: hue angle of 73.99º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1D734 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 215 | 52 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.16 |
| HSL | 73.99º | 0.67% | 0.52% | - |
| HSV(B) | 73.99º | 0.76% | 0.84% | - |
| XYZ | 43.05 | 58.2 | 12.21 | - |
| YUV | 185.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 52 | 0.18 | 0 | 0.76 | 0.16 | 73.99 | 0.67 | 0.52 |
| Hex | B1 | D7 | 34 | 12 | 0 | 4C | 10 | 4A | 43 | 34 |
| Octal | 261 | 327 | 64 | 22 | 0 | 114 | 20 | 112 | 103 | 64 |
| Binary | 10110001 | 11010111 | 110100 | 10010 | 0 | 1001100 | 10000 | 1001010 | 1000011 | 110100 |
Color Harmonies of #B1D734
Complementary color
Monochromatic Colors of #B1D734
Black with #B1D734
Text Example
Text Example
White with #B1D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D734; }
p { color: rgb(177,215,52); }
H1.HeaderClassName
{
color: #B1D734;
}
.AnyTagClassName
{
color: #B1D734;
}
</style>
background-color css
<style>
a { background-color: #B1D734; }
a { background-color: rgb(177,215,52); }
div.DivClassName
{
background-color: #B1D734;
}
.BgClassName
{
background-color: #B1D734;
}
</style>
border-color css
<style>
span { border-color: #B1D734; }
span { border-color: rgb(177,215,52); }
td.TdClassName
{
border-color: #B1D734;
}
.TagClassName
{
border-color: #B1D734;
}
</style>