Shades of Madang #B5E295
Tints of Madang #B5E295
RGB
CMYK
RGB Variations
Color information
#B5E295 (or 0xB5E295) is known color: Madang. HEX triplet: B5, E2 and 95. RGB value is (181,226,149). Sum of RGB (Red+Green+Blue) = 181+226+149=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E295 is #4A1D6A. Grayscale: #CCCCCC. Windows color (decimal): -4857195 or 9822901. OLE color: 9822901.
HSL color Cylindrical-coordinate representation of color #B5E295: hue angle of 95.06º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5E295 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 149 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.11 |
| HSL | 95.06º | 0.57% | 0.74% | - |
| HSV(B) | 95.06º | 0.34% | 0.89% | - |
| XYZ | 51.68 | 66.39 | 38.52 | - |
| YUV | 203.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 149 | 0.20 | 0 | 0.34 | 0.11 | 95.06 | 0.57 | 0.74 |
| Hex | B5 | E2 | 95 | 14 | 0 | 22 | B | 5F | 39 | 4A |
| Octal | 265 | 342 | 225 | 24 | 0 | 42 | 13 | 137 | 71 | 112 |
| Binary | 10110101 | 11100010 | 10010101 | 10100 | 0 | 100010 | 1011 | 1011111 | 111001 | 1001010 |
Color Harmonies of #B5E295
Complementary color
Monochromatic Colors of #B5E295
Black with #B5E295
Text Example
Text Example
White with #B5E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E295; }
p { color: rgb(181,226,149); }
H1.HeaderClassName
{
color: #B5E295;
}
.AnyTagClassName
{
color: #B5E295;
}
</style>
background-color css
<style>
a { background-color: #B5E295; }
a { background-color: rgb(181,226,149); }
div.DivClassName
{
background-color: #B5E295;
}
.BgClassName
{
background-color: #B5E295;
}
</style>
border-color css
<style>
span { border-color: #B5E295; }
span { border-color: rgb(181,226,149); }
td.TdClassName
{
border-color: #B5E295;
}
.TagClassName
{
border-color: #B5E295;
}
</style>