Shades of Madang #B0F59B
Tints of Madang #B0F59B
RGB
CMYK
RGB Variations
Color information
#B0F59B (or 0xB0F59B) is known color: Madang. HEX triplet: B0, F5 and 9B. RGB value is (176,245,155). Sum of RGB (Red+Green+Blue) = 176+245+155=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F59B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F59B is #4F0A64. Grayscale: #D6D6D6. Windows color (decimal): -5180005 or 10220976. OLE color: 10220976.
HSL color Cylindrical-coordinate representation of color #B0F59B: hue angle of 106º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0F59B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 155 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.04 |
| HSL | 106º | 0.82% | 0.78% | - |
| HSV(B) | 106º | 0.37% | 0.96% | - |
| XYZ | 56.47 | 76.9 | 42.88 | - |
| YUV | 214.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 155 | 0.28 | 0 | 0.37 | 0.04 | 106 | 0.82 | 0.78 |
| Hex | B0 | F5 | 9B | 1C | 0 | 25 | 4 | 6A | 52 | 4E |
| Octal | 260 | 365 | 233 | 34 | 0 | 45 | 4 | 152 | 122 | 116 |
| Binary | 10110000 | 11110101 | 10011011 | 11100 | 0 | 100101 | 100 | 1101010 | 1010010 | 1001110 |
Color Harmonies of #B0F59B
Complementary color
Monochromatic Colors of #B0F59B
Black with #B0F59B
Text Example
Text Example
White with #B0F59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F59B; }
p { color: rgb(176,245,155); }
H1.HeaderClassName
{
color: #B0F59B;
}
.AnyTagClassName
{
color: #B0F59B;
}
</style>
background-color css
<style>
a { background-color: #B0F59B; }
a { background-color: rgb(176,245,155); }
div.DivClassName
{
background-color: #B0F59B;
}
.BgClassName
{
background-color: #B0F59B;
}
</style>
border-color css
<style>
span { border-color: #B0F59B; }
span { border-color: rgb(176,245,155); }
td.TdClassName
{
border-color: #B0F59B;
}
.TagClassName
{
border-color: #B0F59B;
}
</style>