Shades of Fuego #B2D428
Tints of Fuego #B2D428
RGB
CMYK
RGB Variations
Color information
#B2D428 (or 0xB2D428) is known color: Fuego. HEX triplet: B2, D4 and 28. RGB value is (178,212,40). Sum of RGB (Red+Green+Blue) = 178+212+40=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D428 is #4D2BD7. Grayscale: #B6B6B6. Windows color (decimal): -5057496 or 2675890. OLE color: 2675890.
HSL color Cylindrical-coordinate representation of color #B2D428: hue angle of 71.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2D428 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 40 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.17 |
| HSL | 71.86º | 0.68% | 0.49% | - |
| HSV(B) | 71.86º | 0.81% | 0.83% | - |
| XYZ | 42.29 | 56.71 | 10.72 | - |
| YUV | 182.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 40 | 0.16 | 0 | 0.81 | 0.17 | 71.86 | 0.68 | 0.49 |
| Hex | B2 | D4 | 28 | 10 | 0 | 51 | 11 | 48 | 44 | 31 |
| Octal | 262 | 324 | 50 | 20 | 0 | 121 | 21 | 110 | 104 | 61 |
| Binary | 10110010 | 11010100 | 101000 | 10000 | 0 | 1010001 | 10001 | 1001000 | 1000100 | 110001 |
Color Harmonies of #B2D428
Complementary color
Monochromatic Colors of #B2D428
Black with #B2D428
Text Example
Text Example
White with #B2D428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D428; }
p { color: rgb(178,212,40); }
H1.HeaderClassName
{
color: #B2D428;
}
.AnyTagClassName
{
color: #B2D428;
}
</style>
background-color css
<style>
a { background-color: #B2D428; }
a { background-color: rgb(178,212,40); }
div.DivClassName
{
background-color: #B2D428;
}
.BgClassName
{
background-color: #B2D428;
}
</style>
border-color css
<style>
span { border-color: #B2D428; }
span { border-color: rgb(178,212,40); }
td.TdClassName
{
border-color: #B2D428;
}
.TagClassName
{
border-color: #B2D428;
}
</style>