Shades of Fuego #B1CF2E
Tints of Fuego #B1CF2E
RGB
CMYK
RGB Variations
Color information
#B1CF2E (or 0xB1CF2E) is known color: Fuego. HEX triplet: B1, CF and 2E. RGB value is (177,207,46). Sum of RGB (Red+Green+Blue) = 177+207+46=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF2E is #4E30D1. Grayscale: #B4B4B4. Windows color (decimal): -5124306 or 3067825. OLE color: 3067825.
HSL color Cylindrical-coordinate representation of color #B1CF2E: hue angle of 71.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1CF2E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 46 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.19 |
| HSL | 71.18º | 0.64% | 0.5% | - |
| HSV(B) | 71.18º | 0.78% | 0.81% | - |
| XYZ | 40.94 | 54.17 | 10.88 | - |
| YUV | 179.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 46 | 0.14 | 0 | 0.78 | 0.19 | 71.18 | 0.64 | 0.5 |
| Hex | B1 | CF | 2E | E | 0 | 4E | 13 | 47 | 40 | 32 |
| Octal | 261 | 317 | 56 | 16 | 0 | 116 | 23 | 107 | 100 | 62 |
| Binary | 10110001 | 11001111 | 101110 | 1110 | 0 | 1001110 | 10011 | 1000111 | 1000000 | 110010 |
Color Harmonies of #B1CF2E
Complementary color
Monochromatic Colors of #B1CF2E
Black with #B1CF2E
Text Example
Text Example
White with #B1CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF2E; }
p { color: rgb(177,207,46); }
H1.HeaderClassName
{
color: #B1CF2E;
}
.AnyTagClassName
{
color: #B1CF2E;
}
</style>
background-color css
<style>
a { background-color: #B1CF2E; }
a { background-color: rgb(177,207,46); }
div.DivClassName
{
background-color: #B1CF2E;
}
.BgClassName
{
background-color: #B1CF2E;
}
</style>
border-color css
<style>
span { border-color: #B1CF2E; }
span { border-color: rgb(177,207,46); }
td.TdClassName
{
border-color: #B1CF2E;
}
.TagClassName
{
border-color: #B1CF2E;
}
</style>