Shades of Madang #B0E795
Tints of Madang #B0E795
RGB
CMYK
RGB Variations
Color information
#B0E795 (or 0xB0E795) is known color: Madang. HEX triplet: B0, E7 and 95. RGB value is (176,231,149). Sum of RGB (Red+Green+Blue) = 176+231+149=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E795 is #4F186A. Grayscale: #CDCDCD. Windows color (decimal): -5183595 or 9824176. OLE color: 9824176.
HSL color Cylindrical-coordinate representation of color #B0E795: hue angle of 100.24º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0E795 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 231 | 149 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.09 |
| HSL | 100.24º | 0.63% | 0.75% | - |
| HSV(B) | 100.24º | 0.35% | 0.91% | - |
| XYZ | 51.91 | 68.55 | 38.93 | - |
| YUV | 205.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 231 | 149 | 0.24 | 0 | 0.35 | 0.09 | 100.24 | 0.63 | 0.75 |
| Hex | B0 | E7 | 95 | 18 | 0 | 23 | 9 | 64 | 3F | 4B |
| Octal | 260 | 347 | 225 | 30 | 0 | 43 | 11 | 144 | 77 | 113 |
| Binary | 10110000 | 11100111 | 10010101 | 11000 | 0 | 100011 | 1001 | 1100100 | 111111 | 1001011 |
Color Harmonies of #B0E795
Complementary color
Monochromatic Colors of #B0E795
Black with #B0E795
Text Example
Text Example
White with #B0E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E795; }
p { color: rgb(176,231,149); }
H1.HeaderClassName
{
color: #B0E795;
}
.AnyTagClassName
{
color: #B0E795;
}
</style>
background-color css
<style>
a { background-color: #B0E795; }
a { background-color: rgb(176,231,149); }
div.DivClassName
{
background-color: #B0E795;
}
.BgClassName
{
background-color: #B0E795;
}
</style>
border-color css
<style>
span { border-color: #B0E795; }
span { border-color: rgb(176,231,149); }
td.TdClassName
{
border-color: #B0E795;
}
.TagClassName
{
border-color: #B0E795;
}
</style>