Shades of Fuego #B1D62B
Tints of Fuego #B1D62B
RGB
CMYK
RGB Variations
Color information
#B1D62B (or 0xB1D62B) is known color: Fuego. HEX triplet: B1, D6 and 2B. RGB value is (177,214,43). Sum of RGB (Red+Green+Blue) = 177+214+43=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D62B is #4E29D4. Grayscale: #B8B8B8. Windows color (decimal): -5122517 or 2873009. OLE color: 2873009.
HSL color Cylindrical-coordinate representation of color #B1D62B: hue angle of 72.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1D62B is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 43 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.16 |
| HSL | 72.98º | 0.68% | 0.5% | - |
| HSV(B) | 72.98º | 0.8% | 0.84% | - |
| XYZ | 42.61 | 57.61 | 11.16 | - |
| YUV | 183.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 43 | 0.17 | 0 | 0.80 | 0.16 | 72.98 | 0.68 | 0.5 |
| Hex | B1 | D6 | 2B | 11 | 0 | 50 | 10 | 49 | 44 | 32 |
| Octal | 261 | 326 | 53 | 21 | 0 | 120 | 20 | 111 | 104 | 62 |
| Binary | 10110001 | 11010110 | 101011 | 10001 | 0 | 1010000 | 10000 | 1001001 | 1000100 | 110010 |
Color Harmonies of #B1D62B
Complementary color
Monochromatic Colors of #B1D62B
Black with #B1D62B
Text Example
Text Example
White with #B1D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D62B; }
p { color: rgb(177,214,43); }
H1.HeaderClassName
{
color: #B1D62B;
}
.AnyTagClassName
{
color: #B1D62B;
}
</style>
background-color css
<style>
a { background-color: #B1D62B; }
a { background-color: rgb(177,214,43); }
div.DivClassName
{
background-color: #B1D62B;
}
.BgClassName
{
background-color: #B1D62B;
}
</style>
border-color css
<style>
span { border-color: #B1D62B; }
span { border-color: rgb(177,214,43); }
td.TdClassName
{
border-color: #B1D62B;
}
.TagClassName
{
border-color: #B1D62B;
}
</style>