Shades of Fuego #B1CF33
Tints of Fuego #B1CF33
RGB
CMYK
RGB Variations
Color information
#B1CF33 (or 0xB1CF33) is known color: Fuego. HEX triplet: B1, CF and 33. RGB value is (177,207,51). Sum of RGB (Red+Green+Blue) = 177+207+51=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF33 is #4E30CC. Grayscale: #B4B4B4. Windows color (decimal): -5124301 or 3395505. OLE color: 3395505.
HSL color Cylindrical-coordinate representation of color #B1CF33: hue angle of 71.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1CF33 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 51 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.19 |
| HSL | 71.54º | 0.62% | 0.51% | - |
| HSV(B) | 71.54º | 0.75% | 0.81% | - |
| XYZ | 41.04 | 54.21 | 11.43 | - |
| YUV | 180.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 51 | 0.14 | 0 | 0.75 | 0.19 | 71.54 | 0.62 | 0.51 |
| Hex | B1 | CF | 33 | E | 0 | 4B | 13 | 48 | 3E | 33 |
| Octal | 261 | 317 | 63 | 16 | 0 | 113 | 23 | 110 | 76 | 63 |
| Binary | 10110001 | 11001111 | 110011 | 1110 | 0 | 1001011 | 10011 | 1001000 | 111110 | 110011 |
Color Harmonies of #B1CF33
Complementary color
Monochromatic Colors of #B1CF33
Black with #B1CF33
Text Example
Text Example
White with #B1CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF33; }
p { color: rgb(177,207,51); }
H1.HeaderClassName
{
color: #B1CF33;
}
.AnyTagClassName
{
color: #B1CF33;
}
</style>
background-color css
<style>
a { background-color: #B1CF33; }
a { background-color: rgb(177,207,51); }
div.DivClassName
{
background-color: #B1CF33;
}
.BgClassName
{
background-color: #B1CF33;
}
</style>
border-color css
<style>
span { border-color: #B1CF33; }
span { border-color: rgb(177,207,51); }
td.TdClassName
{
border-color: #B1CF33;
}
.TagClassName
{
border-color: #B1CF33;
}
</style>