Shades of Madang #B5E998
Tints of Madang #B5E998
RGB
CMYK
RGB Variations
Color information
#B5E998 (or 0xB5E998) is known color: Madang. HEX triplet: B5, E9 and 98. RGB value is (181,233,152). Sum of RGB (Red+Green+Blue) = 181+233+152=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E998 is #4A1667. Grayscale: #D0D0D0. Windows color (decimal): -4855400 or 10021301. OLE color: 10021301.
HSL color Cylindrical-coordinate representation of color #B5E998: hue angle of 98.52º degrees, saturation: 0.65, 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 #B5E998 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 152 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.09 |
| HSL | 98.52º | 0.65% | 0.75% | - |
| HSV(B) | 98.52º | 0.35% | 0.91% | - |
| XYZ | 53.86 | 70.37 | 40.45 | - |
| YUV | 208.22 | 96.27 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 152 | 0.22 | 0 | 0.35 | 0.09 | 98.52 | 0.65 | 0.75 |
| Hex | B5 | E9 | 98 | 16 | 0 | 23 | 9 | 63 | 41 | 4B |
| Octal | 265 | 351 | 230 | 26 | 0 | 43 | 11 | 143 | 101 | 113 |
| Binary | 10110101 | 11101001 | 10011000 | 10110 | 0 | 100011 | 1001 | 1100011 | 1000001 | 1001011 |
Color Harmonies of #B5E998
Complementary color
Monochromatic Colors of #B5E998
Black with #B5E998
Text Example
Text Example
White with #B5E998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E998; }
p { color: rgb(181,233,152); }
H1.HeaderClassName
{
color: #B5E998;
}
.AnyTagClassName
{
color: #B5E998;
}
</style>
background-color css
<style>
a { background-color: #B5E998; }
a { background-color: rgb(181,233,152); }
div.DivClassName
{
background-color: #B5E998;
}
.BgClassName
{
background-color: #B5E998;
}
</style>
border-color css
<style>
span { border-color: #B5E998; }
span { border-color: rgb(181,233,152); }
td.TdClassName
{
border-color: #B5E998;
}
.TagClassName
{
border-color: #B5E998;
}
</style>