Shades of Madang #B2F295
Tints of Madang #B2F295
RGB
CMYK
RGB Variations
Color information
#B2F295 (or 0xB2F295) is known color: Madang. HEX triplet: B2, F2 and 95. RGB value is (178,242,149). Sum of RGB (Red+Green+Blue) = 178+242+149=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F295 is #4D0D6A. Grayscale: #D4D4D4. Windows color (decimal): -5049707 or 9826994. OLE color: 9826994.
HSL color Cylindrical-coordinate representation of color #B2F295: hue angle of 101.29º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2F295 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 149 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.05 |
| HSL | 101.29º | 0.78% | 0.77% | - |
| HSV(B) | 101.29º | 0.38% | 0.95% | - |
| XYZ | 55.54 | 75.14 | 40.01 | - |
| YUV | 212.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 149 | 0.26 | 0 | 0.38 | 0.05 | 101.29 | 0.78 | 0.77 |
| Hex | B2 | F2 | 95 | 1A | 0 | 26 | 5 | 65 | 4E | 4D |
| Octal | 262 | 362 | 225 | 32 | 0 | 46 | 5 | 145 | 116 | 115 |
| Binary | 10110010 | 11110010 | 10010101 | 11010 | 0 | 100110 | 101 | 1100101 | 1001110 | 1001101 |
Color Harmonies of #B2F295
Complementary color
Monochromatic Colors of #B2F295
Black with #B2F295
Text Example
Text Example
White with #B2F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F295; }
p { color: rgb(178,242,149); }
H1.HeaderClassName
{
color: #B2F295;
}
.AnyTagClassName
{
color: #B2F295;
}
</style>
background-color css
<style>
a { background-color: #B2F295; }
a { background-color: rgb(178,242,149); }
div.DivClassName
{
background-color: #B2F295;
}
.BgClassName
{
background-color: #B2F295;
}
</style>
border-color css
<style>
span { border-color: #B2F295; }
span { border-color: rgb(178,242,149); }
td.TdClassName
{
border-color: #B2F295;
}
.TagClassName
{
border-color: #B2F295;
}
</style>