Shades of Fuego #B2DE28
Tints of Fuego #B2DE28
RGB
CMYK
RGB Variations
Color information
#B2DE28 (or 0xB2DE28) is known color: Fuego. HEX triplet: B2, DE and 28. RGB value is (178,222,40). Sum of RGB (Red+Green+Blue) = 178+222+40=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE28 is #4D21D7. Grayscale: #BCBCBC. Windows color (decimal): -5054936 or 2678450. OLE color: 2678450.
HSL color Cylindrical-coordinate representation of color #B2DE28: hue angle of 74.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2DE28 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 40 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.13 |
| HSL | 74.51º | 0.73% | 0.51% | - |
| HSV(B) | 74.51º | 0.82% | 0.87% | - |
| XYZ | 44.86 | 61.86 | 11.58 | - |
| YUV | 188.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 40 | 0.20 | 0 | 0.82 | 0.13 | 74.51 | 0.73 | 0.51 |
| Hex | B2 | DE | 28 | 14 | 0 | 52 | D | 4B | 49 | 33 |
| Octal | 262 | 336 | 50 | 24 | 0 | 122 | 15 | 113 | 111 | 63 |
| Binary | 10110010 | 11011110 | 101000 | 10100 | 0 | 1010010 | 1101 | 1001011 | 1001001 | 110011 |
Color Harmonies of #B2DE28
Complementary color
Monochromatic Colors of #B2DE28
Black with #B2DE28
Text Example
Text Example
White with #B2DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE28; }
p { color: rgb(178,222,40); }
H1.HeaderClassName
{
color: #B2DE28;
}
.AnyTagClassName
{
color: #B2DE28;
}
</style>
background-color css
<style>
a { background-color: #B2DE28; }
a { background-color: rgb(178,222,40); }
div.DivClassName
{
background-color: #B2DE28;
}
.BgClassName
{
background-color: #B2DE28;
}
</style>
border-color css
<style>
span { border-color: #B2DE28; }
span { border-color: rgb(178,222,40); }
td.TdClassName
{
border-color: #B2DE28;
}
.TagClassName
{
border-color: #B2DE28;
}
</style>