Shades of Madang #B0F195
Tints of Madang #B0F195
RGB
CMYK
RGB Variations
Color information
#B0F195 (or 0xB0F195) is known color: Madang. HEX triplet: B0, F1 and 95. RGB value is (176,241,149). Sum of RGB (Red+Green+Blue) = 176+241+149=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F195 is #4F0E6A. Grayscale: #D3D3D3. Windows color (decimal): -5181035 or 9826736. OLE color: 9826736.
HSL color Cylindrical-coordinate representation of color #B0F195: hue angle of 102.39º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0F195 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 149 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.05 |
| HSL | 102.39º | 0.77% | 0.76% | - |
| HSV(B) | 102.39º | 0.38% | 0.95% | - |
| XYZ | 54.78 | 74.31 | 39.89 | - |
| YUV | 211.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 149 | 0.27 | 0 | 0.38 | 0.05 | 102.39 | 0.77 | 0.76 |
| Hex | B0 | F1 | 95 | 1B | 0 | 26 | 5 | 66 | 4D | 4C |
| Octal | 260 | 361 | 225 | 33 | 0 | 46 | 5 | 146 | 115 | 114 |
| Binary | 10110000 | 11110001 | 10010101 | 11011 | 0 | 100110 | 101 | 1100110 | 1001101 | 1001100 |
Color Harmonies of #B0F195
Complementary color
Monochromatic Colors of #B0F195
Black with #B0F195
Text Example
Text Example
White with #B0F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F195; }
p { color: rgb(176,241,149); }
H1.HeaderClassName
{
color: #B0F195;
}
.AnyTagClassName
{
color: #B0F195;
}
</style>
background-color css
<style>
a { background-color: #B0F195; }
a { background-color: rgb(176,241,149); }
div.DivClassName
{
background-color: #B0F195;
}
.BgClassName
{
background-color: #B0F195;
}
</style>
border-color css
<style>
span { border-color: #B0F195; }
span { border-color: rgb(176,241,149); }
td.TdClassName
{
border-color: #B0F195;
}
.TagClassName
{
border-color: #B0F195;
}
</style>