Shades of Fuego #B2D62C
Tints of Fuego #B2D62C
RGB
CMYK
RGB Variations
Color information
#B2D62C (or 0xB2D62C) is known color: Fuego. HEX triplet: B2, D6 and 2C. RGB value is (178,214,44). Sum of RGB (Red+Green+Blue) = 178+214+44=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D62C is #4D29D3. Grayscale: #B8B8B8. Windows color (decimal): -5056980 or 2938546. OLE color: 2938546.
HSL color Cylindrical-coordinate representation of color #B2D62C: hue angle of 72.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2D62C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 44 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.16 |
| HSL | 72.71º | 0.67% | 0.51% | - |
| HSV(B) | 72.71º | 0.79% | 0.84% | - |
| XYZ | 42.86 | 57.74 | 11.27 | - |
| YUV | 183.86 | 49.07 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 44 | 0.17 | 0 | 0.79 | 0.16 | 72.71 | 0.67 | 0.51 |
| Hex | B2 | D6 | 2C | 11 | 0 | 4F | 10 | 49 | 43 | 33 |
| Octal | 262 | 326 | 54 | 21 | 0 | 117 | 20 | 111 | 103 | 63 |
| Binary | 10110010 | 11010110 | 101100 | 10001 | 0 | 1001111 | 10000 | 1001001 | 1000011 | 110011 |
Color Harmonies of #B2D62C
Complementary color
Monochromatic Colors of #B2D62C
Black with #B2D62C
Text Example
Text Example
White with #B2D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D62C; }
p { color: rgb(178,214,44); }
H1.HeaderClassName
{
color: #B2D62C;
}
.AnyTagClassName
{
color: #B2D62C;
}
</style>
background-color css
<style>
a { background-color: #B2D62C; }
a { background-color: rgb(178,214,44); }
div.DivClassName
{
background-color: #B2D62C;
}
.BgClassName
{
background-color: #B2D62C;
}
</style>
border-color css
<style>
span { border-color: #B2D62C; }
span { border-color: rgb(178,214,44); }
td.TdClassName
{
border-color: #B2D62C;
}
.TagClassName
{
border-color: #B2D62C;
}
</style>