Shades of Madang #B5EC9C
Tints of Madang #B5EC9C
RGB
CMYK
RGB Variations
Color information
#B5EC9C (or 0xB5EC9C) is known color: Madang. HEX triplet: B5, EC and 9C. RGB value is (181,236,156). Sum of RGB (Red+Green+Blue) = 181+236+156=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EC9C is #4A1363. Grayscale: #D2D2D2. Windows color (decimal): -4854628 or 10284213. OLE color: 10284213.
HSL color Cylindrical-coordinate representation of color #B5EC9C: hue angle of 101.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5EC9C is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 156 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.07 |
| HSL | 101.25º | 0.68% | 0.77% | - |
| HSV(B) | 101.25º | 0.34% | 0.93% | - |
| XYZ | 55.05 | 72.21 | 42.49 | - |
| YUV | 210.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 156 | 0.23 | 0 | 0.34 | 0.07 | 101.25 | 0.68 | 0.77 |
| Hex | B5 | EC | 9C | 17 | 0 | 22 | 7 | 65 | 44 | 4D |
| Octal | 265 | 354 | 234 | 27 | 0 | 42 | 7 | 145 | 104 | 115 |
| Binary | 10110101 | 11101100 | 10011100 | 10111 | 0 | 100010 | 111 | 1100101 | 1000100 | 1001101 |
Color Harmonies of #B5EC9C
Complementary color
Monochromatic Colors of #B5EC9C
Black with #B5EC9C
Text Example
Text Example
White with #B5EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC9C; }
p { color: rgb(181,236,156); }
H1.HeaderClassName
{
color: #B5EC9C;
}
.AnyTagClassName
{
color: #B5EC9C;
}
</style>
background-color css
<style>
a { background-color: #B5EC9C; }
a { background-color: rgb(181,236,156); }
div.DivClassName
{
background-color: #B5EC9C;
}
.BgClassName
{
background-color: #B5EC9C;
}
</style>
border-color css
<style>
span { border-color: #B5EC9C; }
span { border-color: rgb(181,236,156); }
td.TdClassName
{
border-color: #B5EC9C;
}
.TagClassName
{
border-color: #B5EC9C;
}
</style>