Shades of Fuego #B3CF2D
Tints of Fuego #B3CF2D
RGB
CMYK
RGB Variations
Color information
#B3CF2D (or 0xB3CF2D) is known color: Fuego. HEX triplet: B3, CF and 2D. RGB value is (179,207,45). Sum of RGB (Red+Green+Blue) = 179+207+45=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CF2D is #4C30D2. Grayscale: #B4B4B4. Windows color (decimal): -4993235 or 3002291. OLE color: 3002291.
HSL color Cylindrical-coordinate representation of color #B3CF2D: hue angle of 70.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3CF2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 45 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.19 |
| HSL | 70.37º | 0.64% | 0.49% | - |
| HSV(B) | 70.37º | 0.78% | 0.81% | - |
| XYZ | 41.38 | 54.4 | 10.8 | - |
| YUV | 180.16 | 51.72 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 45 | 0.14 | 0 | 0.78 | 0.19 | 70.37 | 0.64 | 0.49 |
| Hex | B3 | CF | 2D | E | 0 | 4E | 13 | 46 | 40 | 31 |
| Octal | 263 | 317 | 55 | 16 | 0 | 116 | 23 | 106 | 100 | 61 |
| Binary | 10110011 | 11001111 | 101101 | 1110 | 0 | 1001110 | 10011 | 1000110 | 1000000 | 110001 |
Color Harmonies of #B3CF2D
Complementary color
Monochromatic Colors of #B3CF2D
Black with #B3CF2D
Text Example
Text Example
White with #B3CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF2D; }
p { color: rgb(179,207,45); }
H1.HeaderClassName
{
color: #B3CF2D;
}
.AnyTagClassName
{
color: #B3CF2D;
}
</style>
background-color css
<style>
a { background-color: #B3CF2D; }
a { background-color: rgb(179,207,45); }
div.DivClassName
{
background-color: #B3CF2D;
}
.BgClassName
{
background-color: #B3CF2D;
}
</style>
border-color css
<style>
span { border-color: #B3CF2D; }
span { border-color: rgb(179,207,45); }
td.TdClassName
{
border-color: #B3CF2D;
}
.TagClassName
{
border-color: #B3CF2D;
}
</style>