Shades of Madang #B0F19E
Tints of Madang #B0F19E
RGB
CMYK
RGB Variations
Color information
#B0F19E (or 0xB0F19E) is known color: Madang. HEX triplet: B0, F1 and 9E. RGB value is (176,241,158). Sum of RGB (Red+Green+Blue) = 176+241+158=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F19E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F19E is #4F0E61. Grayscale: #D4D4D4. Windows color (decimal): -5181026 or 10416560. OLE color: 10416560.
HSL color Cylindrical-coordinate representation of color #B0F19E: hue angle of 106.99º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0F19E is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 158 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.05 |
| HSL | 106.99º | 0.75% | 0.78% | - |
| HSV(B) | 106.99º | 0.34% | 0.95% | - |
| XYZ | 55.53 | 74.61 | 43.82 | - |
| YUV | 212.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 158 | 0.27 | 0 | 0.34 | 0.05 | 106.99 | 0.75 | 0.78 |
| Hex | B0 | F1 | 9E | 1B | 0 | 22 | 5 | 6B | 4B | 4E |
| Octal | 260 | 361 | 236 | 33 | 0 | 42 | 5 | 153 | 113 | 116 |
| Binary | 10110000 | 11110001 | 10011110 | 11011 | 0 | 100010 | 101 | 1101011 | 1001011 | 1001110 |
Color Harmonies of #B0F19E
Complementary color
Monochromatic Colors of #B0F19E
Black with #B0F19E
Text Example
Text Example
White with #B0F19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F19E; }
p { color: rgb(176,241,158); }
H1.HeaderClassName
{
color: #B0F19E;
}
.AnyTagClassName
{
color: #B0F19E;
}
</style>
background-color css
<style>
a { background-color: #B0F19E; }
a { background-color: rgb(176,241,158); }
div.DivClassName
{
background-color: #B0F19E;
}
.BgClassName
{
background-color: #B0F19E;
}
</style>
border-color css
<style>
span { border-color: #B0F19E; }
span { border-color: rgb(176,241,158); }
td.TdClassName
{
border-color: #B0F19E;
}
.TagClassName
{
border-color: #B0F19E;
}
</style>