Shades of Fuego #B2CF2D
Tints of Fuego #B2CF2D
RGB
CMYK
RGB Variations
Color information
#B2CF2D (or 0xB2CF2D) is known color: Fuego. HEX triplet: B2, CF and 2D. RGB value is (178,207,45). Sum of RGB (Red+Green+Blue) = 178+207+45=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF2D is #4D30D2. Grayscale: #B4B4B4. Windows color (decimal): -5058771 or 3002290. OLE color: 3002290.
HSL color Cylindrical-coordinate representation of color #B2CF2D: hue angle of 70.74º 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 #B2CF2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 45 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.19 |
| HSL | 70.74º | 0.64% | 0.49% | - |
| HSV(B) | 70.74º | 0.78% | 0.81% | - |
| XYZ | 41.15 | 54.28 | 10.79 | - |
| YUV | 179.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 45 | 0.14 | 0 | 0.78 | 0.19 | 70.74 | 0.64 | 0.49 |
| Hex | B2 | CF | 2D | E | 0 | 4E | 13 | 47 | 40 | 31 |
| Octal | 262 | 317 | 55 | 16 | 0 | 116 | 23 | 107 | 100 | 61 |
| Binary | 10110010 | 11001111 | 101101 | 1110 | 0 | 1001110 | 10011 | 1000111 | 1000000 | 110001 |
Color Harmonies of #B2CF2D
Complementary color
Monochromatic Colors of #B2CF2D
Black with #B2CF2D
Text Example
Text Example
White with #B2CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF2D; }
p { color: rgb(178,207,45); }
H1.HeaderClassName
{
color: #B2CF2D;
}
.AnyTagClassName
{
color: #B2CF2D;
}
</style>
background-color css
<style>
a { background-color: #B2CF2D; }
a { background-color: rgb(178,207,45); }
div.DivClassName
{
background-color: #B2CF2D;
}
.BgClassName
{
background-color: #B2CF2D;
}
</style>
border-color css
<style>
span { border-color: #B2CF2D; }
span { border-color: rgb(178,207,45); }
td.TdClassName
{
border-color: #B2CF2D;
}
.TagClassName
{
border-color: #B2CF2D;
}
</style>