Shades of Fuego #B2DC38
Tints of Fuego #B2DC38
RGB
CMYK
RGB Variations
Color information
#B2DC38 (or 0xB2DC38) is known color: Fuego. HEX triplet: B2, DC and 38. RGB value is (178,220,56). Sum of RGB (Red+Green+Blue) = 178+220+56=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC38 is #4D23C7. Grayscale: #BDBDBD. Windows color (decimal): -5055432 or 3726514. OLE color: 3726514.
HSL color Cylindrical-coordinate representation of color #B2DC38: hue angle of 75.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2DC38 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 56 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.14 |
| HSL | 75.37º | 0.7% | 0.54% | - |
| HSV(B) | 75.37º | 0.75% | 0.86% | - |
| XYZ | 44.67 | 60.94 | 13.15 | - |
| YUV | 188.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 56 | 0.19 | 0 | 0.75 | 0.14 | 75.37 | 0.7 | 0.54 |
| Hex | B2 | DC | 38 | 13 | 0 | 4B | E | 4B | 46 | 36 |
| Octal | 262 | 334 | 70 | 23 | 0 | 113 | 16 | 113 | 106 | 66 |
| Binary | 10110010 | 11011100 | 111000 | 10011 | 0 | 1001011 | 1110 | 1001011 | 1000110 | 110110 |
Color Harmonies of #B2DC38
Complementary color
Monochromatic Colors of #B2DC38
Black with #B2DC38
Text Example
Text Example
White with #B2DC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC38; }
p { color: rgb(178,220,56); }
H1.HeaderClassName
{
color: #B2DC38;
}
.AnyTagClassName
{
color: #B2DC38;
}
</style>
background-color css
<style>
a { background-color: #B2DC38; }
a { background-color: rgb(178,220,56); }
div.DivClassName
{
background-color: #B2DC38;
}
.BgClassName
{
background-color: #B2DC38;
}
</style>
border-color css
<style>
span { border-color: #B2DC38; }
span { border-color: rgb(178,220,56); }
td.TdClassName
{
border-color: #B2DC38;
}
.TagClassName
{
border-color: #B2DC38;
}
</style>