Shades of Madang #B0F097
Tints of Madang #B0F097
RGB
CMYK
RGB Variations
Color information
#B0F097 (or 0xB0F097) is known color: Madang. HEX triplet: B0, F0 and 97. RGB value is (176,240,151). Sum of RGB (Red+Green+Blue) = 176+240+151=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F097 is #4F0F68. Grayscale: #D3D3D3. Windows color (decimal): -5181289 or 9957552. OLE color: 9957552.
HSL color Cylindrical-coordinate representation of color #B0F097: hue angle of 103.15º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0F097 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 151 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.06 |
| HSL | 103.15º | 0.75% | 0.77% | - |
| HSV(B) | 103.15º | 0.37% | 0.94% | - |
| XYZ | 54.65 | 73.78 | 40.64 | - |
| YUV | 210.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 151 | 0.27 | 0 | 0.37 | 0.06 | 103.15 | 0.75 | 0.77 |
| Hex | B0 | F0 | 97 | 1B | 0 | 25 | 6 | 67 | 4B | 4D |
| Octal | 260 | 360 | 227 | 33 | 0 | 45 | 6 | 147 | 113 | 115 |
| Binary | 10110000 | 11110000 | 10010111 | 11011 | 0 | 100101 | 110 | 1100111 | 1001011 | 1001101 |
Color Harmonies of #B0F097
Complementary color
Monochromatic Colors of #B0F097
Black with #B0F097
Text Example
Text Example
White with #B0F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F097; }
p { color: rgb(176,240,151); }
H1.HeaderClassName
{
color: #B0F097;
}
.AnyTagClassName
{
color: #B0F097;
}
</style>
background-color css
<style>
a { background-color: #B0F097; }
a { background-color: rgb(176,240,151); }
div.DivClassName
{
background-color: #B0F097;
}
.BgClassName
{
background-color: #B0F097;
}
</style>
border-color css
<style>
span { border-color: #B0F097; }
span { border-color: rgb(176,240,151); }
td.TdClassName
{
border-color: #B0F097;
}
.TagClassName
{
border-color: #B0F097;
}
</style>