Shades of Fuego #B1D633
Tints of Fuego #B1D633
RGB
CMYK
RGB Variations
Color information
#B1D633 (or 0xB1D633) is known color: Fuego. HEX triplet: B1, D6 and 33. RGB value is (177,214,51). Sum of RGB (Red+Green+Blue) = 177+214+51=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D633 is #4E29CC. Grayscale: #B8B8B8. Windows color (decimal): -5122509 or 3397297. OLE color: 3397297.
HSL color Cylindrical-coordinate representation of color #B1D633: hue angle of 73.62º 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 #B1D633 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 51 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.16 |
| HSL | 73.62º | 0.67% | 0.52% | - |
| HSV(B) | 73.62º | 0.76% | 0.84% | - |
| XYZ | 42.78 | 57.68 | 12.01 | - |
| YUV | 184.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 51 | 0.17 | 0 | 0.76 | 0.16 | 73.62 | 0.67 | 0.52 |
| Hex | B1 | D6 | 33 | 11 | 0 | 4C | 10 | 4A | 43 | 34 |
| Octal | 261 | 326 | 63 | 21 | 0 | 114 | 20 | 112 | 103 | 64 |
| Binary | 10110001 | 11010110 | 110011 | 10001 | 0 | 1001100 | 10000 | 1001010 | 1000011 | 110100 |
Color Harmonies of #B1D633
Complementary color
Monochromatic Colors of #B1D633
Black with #B1D633
Text Example
Text Example
White with #B1D633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D633; }
p { color: rgb(177,214,51); }
H1.HeaderClassName
{
color: #B1D633;
}
.AnyTagClassName
{
color: #B1D633;
}
</style>
background-color css
<style>
a { background-color: #B1D633; }
a { background-color: rgb(177,214,51); }
div.DivClassName
{
background-color: #B1D633;
}
.BgClassName
{
background-color: #B1D633;
}
</style>
border-color css
<style>
span { border-color: #B1D633; }
span { border-color: rgb(177,214,51); }
td.TdClassName
{
border-color: #B1D633;
}
.TagClassName
{
border-color: #B1D633;
}
</style>