Shades of Fuego #B1D737
Tints of Fuego #B1D737
RGB
CMYK
RGB Variations
Color information
#B1D737 (or 0xB1D737) is known color: Fuego. HEX triplet: B1, D7 and 37. RGB value is (177,215,55). Sum of RGB (Red+Green+Blue) = 177+215+55=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D737 is #4E28C8. Grayscale: #BABABA. Windows color (decimal): -5122249 or 3659697. OLE color: 3659697.
HSL color Cylindrical-coordinate representation of color #B1D737: hue angle of 74.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1D737 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 215 | 55 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.16 |
| HSL | 74.25º | 0.67% | 0.53% | - |
| HSV(B) | 74.25º | 0.74% | 0.84% | - |
| XYZ | 43.12 | 58.22 | 12.58 | - |
| YUV | 185.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 55 | 0.18 | 0 | 0.74 | 0.16 | 74.25 | 0.67 | 0.53 |
| Hex | B1 | D7 | 37 | 12 | 0 | 4A | 10 | 4A | 43 | 35 |
| Octal | 261 | 327 | 67 | 22 | 0 | 112 | 20 | 112 | 103 | 65 |
| Binary | 10110001 | 11010111 | 110111 | 10010 | 0 | 1001010 | 10000 | 1001010 | 1000011 | 110101 |
Color Harmonies of #B1D737
Complementary color
Monochromatic Colors of #B1D737
Black with #B1D737
Text Example
Text Example
White with #B1D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D737; }
p { color: rgb(177,215,55); }
H1.HeaderClassName
{
color: #B1D737;
}
.AnyTagClassName
{
color: #B1D737;
}
</style>
background-color css
<style>
a { background-color: #B1D737; }
a { background-color: rgb(177,215,55); }
div.DivClassName
{
background-color: #B1D737;
}
.BgClassName
{
background-color: #B1D737;
}
</style>
border-color css
<style>
span { border-color: #B1D737; }
span { border-color: rgb(177,215,55); }
td.TdClassName
{
border-color: #B1D737;
}
.TagClassName
{
border-color: #B1D737;
}
</style>