Shades of Fuego #B1CE2F
Tints of Fuego #B1CE2F
RGB
CMYK
RGB Variations
Color information
#B1CE2F (or 0xB1CE2F) is known color: Fuego. HEX triplet: B1, CE and 2F. RGB value is (177,206,47). Sum of RGB (Red+Green+Blue) = 177+206+47=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE2F is #4E31D0. Grayscale: #B3B3B3. Windows color (decimal): -5124561 or 3133105. OLE color: 3133105.
HSL color Cylindrical-coordinate representation of color #B1CE2F: hue angle of 70.94º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1CE2F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 47 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.19 |
| HSL | 70.94º | 0.63% | 0.5% | - |
| HSV(B) | 70.94º | 0.77% | 0.81% | - |
| XYZ | 40.72 | 53.69 | 10.91 | - |
| YUV | 179.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 47 | 0.14 | 0 | 0.77 | 0.19 | 70.94 | 0.63 | 0.5 |
| Hex | B1 | CE | 2F | E | 0 | 4D | 13 | 47 | 3F | 32 |
| Octal | 261 | 316 | 57 | 16 | 0 | 115 | 23 | 107 | 77 | 62 |
| Binary | 10110001 | 11001110 | 101111 | 1110 | 0 | 1001101 | 10011 | 1000111 | 111111 | 110010 |
Color Harmonies of #B1CE2F
Complementary color
Monochromatic Colors of #B1CE2F
Black with #B1CE2F
Text Example
Text Example
White with #B1CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE2F; }
p { color: rgb(177,206,47); }
H1.HeaderClassName
{
color: #B1CE2F;
}
.AnyTagClassName
{
color: #B1CE2F;
}
</style>
background-color css
<style>
a { background-color: #B1CE2F; }
a { background-color: rgb(177,206,47); }
div.DivClassName
{
background-color: #B1CE2F;
}
.BgClassName
{
background-color: #B1CE2F;
}
</style>
border-color css
<style>
span { border-color: #B1CE2F; }
span { border-color: rgb(177,206,47); }
td.TdClassName
{
border-color: #B1CE2F;
}
.TagClassName
{
border-color: #B1CE2F;
}
</style>