Shades of Fuego #B2D62B
Tints of Fuego #B2D62B
RGB
CMYK
RGB Variations
Color information
#B2D62B (or 0xB2D62B) is known color: Fuego. HEX triplet: B2, D6 and 2B. RGB value is (178,214,43). Sum of RGB (Red+Green+Blue) = 178+214+43=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D62B is #4D29D4. Grayscale: #B8B8B8. Windows color (decimal): -5056981 or 2873010. OLE color: 2873010.
HSL color Cylindrical-coordinate representation of color #B2D62B: hue angle of 72.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D62B is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 43 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.16 |
| HSL | 72.63º | 0.68% | 0.5% | - |
| HSV(B) | 72.63º | 0.8% | 0.84% | - |
| XYZ | 42.84 | 57.73 | 11.17 | - |
| YUV | 183.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 43 | 0.17 | 0 | 0.80 | 0.16 | 72.63 | 0.68 | 0.5 |
| Hex | B2 | D6 | 2B | 11 | 0 | 50 | 10 | 49 | 44 | 32 |
| Octal | 262 | 326 | 53 | 21 | 0 | 120 | 20 | 111 | 104 | 62 |
| Binary | 10110010 | 11010110 | 101011 | 10001 | 0 | 1010000 | 10000 | 1001001 | 1000100 | 110010 |
Color Harmonies of #B2D62B
Complementary color
Monochromatic Colors of #B2D62B
Black with #B2D62B
Text Example
Text Example
White with #B2D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D62B; }
p { color: rgb(178,214,43); }
H1.HeaderClassName
{
color: #B2D62B;
}
.AnyTagClassName
{
color: #B2D62B;
}
</style>
background-color css
<style>
a { background-color: #B2D62B; }
a { background-color: rgb(178,214,43); }
div.DivClassName
{
background-color: #B2D62B;
}
.BgClassName
{
background-color: #B2D62B;
}
</style>
border-color css
<style>
span { border-color: #B2D62B; }
span { border-color: rgb(178,214,43); }
td.TdClassName
{
border-color: #B2D62B;
}
.TagClassName
{
border-color: #B2D62B;
}
</style>