Shades of Madang #B5EC94
Tints of Madang #B5EC94
RGB
CMYK
RGB Variations
Color information
#B5EC94 (or 0xB5EC94) is known color: Madang. HEX triplet: B5, EC and 94. RGB value is (181,236,148). Sum of RGB (Red+Green+Blue) = 181+236+148=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EC94 is #4A136B. Grayscale: #D1D1D1. Windows color (decimal): -4854636 or 9759925. OLE color: 9759925.
HSL color Cylindrical-coordinate representation of color #B5EC94: hue angle of 97.5º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5EC94 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 148 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.07 |
| HSL | 97.5º | 0.7% | 0.75% | - |
| HSV(B) | 97.5º | 0.37% | 0.93% | - |
| XYZ | 54.4 | 71.95 | 39.04 | - |
| YUV | 209.52 | 93.28 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 148 | 0.23 | 0 | 0.37 | 0.07 | 97.5 | 0.7 | 0.75 |
| Hex | B5 | EC | 94 | 17 | 0 | 25 | 7 | 62 | 46 | 4B |
| Octal | 265 | 354 | 224 | 27 | 0 | 45 | 7 | 142 | 106 | 113 |
| Binary | 10110101 | 11101100 | 10010100 | 10111 | 0 | 100101 | 111 | 1100010 | 1000110 | 1001011 |
Color Harmonies of #B5EC94
Complementary color
Monochromatic Colors of #B5EC94
Black with #B5EC94
Text Example
Text Example
White with #B5EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC94; }
p { color: rgb(181,236,148); }
H1.HeaderClassName
{
color: #B5EC94;
}
.AnyTagClassName
{
color: #B5EC94;
}
</style>
background-color css
<style>
a { background-color: #B5EC94; }
a { background-color: rgb(181,236,148); }
div.DivClassName
{
background-color: #B5EC94;
}
.BgClassName
{
background-color: #B5EC94;
}
</style>
border-color css
<style>
span { border-color: #B5EC94; }
span { border-color: rgb(181,236,148); }
td.TdClassName
{
border-color: #B5EC94;
}
.TagClassName
{
border-color: #B5EC94;
}
</style>