Shades of Fuego #B2D82C
Tints of Fuego #B2D82C
RGB
CMYK
RGB Variations
Color information
#B2D82C (or 0xB2D82C) is known color: Fuego. HEX triplet: B2, D8 and 2C. RGB value is (178,216,44). Sum of RGB (Red+Green+Blue) = 178+216+44=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D82C is #4D27D3. Grayscale: #B9B9B9. Windows color (decimal): -5056468 or 2939058. OLE color: 2939058.
HSL color Cylindrical-coordinate representation of color #B2D82C: hue angle of 73.26º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D82C is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 44 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.15 |
| HSL | 73.26º | 0.69% | 0.51% | - |
| HSV(B) | 73.26º | 0.8% | 0.85% | - |
| XYZ | 43.37 | 58.76 | 11.44 | - |
| YUV | 185.03 | 48.41 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 44 | 0.18 | 0 | 0.80 | 0.15 | 73.26 | 0.69 | 0.51 |
| Hex | B2 | D8 | 2C | 12 | 0 | 50 | F | 49 | 45 | 33 |
| Octal | 262 | 330 | 54 | 22 | 0 | 120 | 17 | 111 | 105 | 63 |
| Binary | 10110010 | 11011000 | 101100 | 10010 | 0 | 1010000 | 1111 | 1001001 | 1000101 | 110011 |
Color Harmonies of #B2D82C
Complementary color
Monochromatic Colors of #B2D82C
Black with #B2D82C
Text Example
Text Example
White with #B2D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D82C; }
p { color: rgb(178,216,44); }
H1.HeaderClassName
{
color: #B2D82C;
}
.AnyTagClassName
{
color: #B2D82C;
}
</style>
background-color css
<style>
a { background-color: #B2D82C; }
a { background-color: rgb(178,216,44); }
div.DivClassName
{
background-color: #B2D82C;
}
.BgClassName
{
background-color: #B2D82C;
}
</style>
border-color css
<style>
span { border-color: #B2D82C; }
span { border-color: rgb(178,216,44); }
td.TdClassName
{
border-color: #B2D82C;
}
.TagClassName
{
border-color: #B2D82C;
}
</style>