Shades of Madang #B5ED9B
Tints of Madang #B5ED9B
RGB
CMYK
RGB Variations
Color information
#B5ED9B (or 0xB5ED9B) is known color: Madang. HEX triplet: B5, ED and 9B. RGB value is (181,237,155). Sum of RGB (Red+Green+Blue) = 181+237+155=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5ED9B is #4A1264. Grayscale: #D3D3D3. Windows color (decimal): -4854373 or 10218933. OLE color: 10218933.
HSL color Cylindrical-coordinate representation of color #B5ED9B: hue angle of 100.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5ED9B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 155 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.07 |
| HSL | 100.98º | 0.69% | 0.77% | - |
| HSV(B) | 100.98º | 0.35% | 0.93% | - |
| XYZ | 55.26 | 72.76 | 42.14 | - |
| YUV | 210.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 155 | 0.24 | 0 | 0.35 | 0.07 | 100.98 | 0.69 | 0.77 |
| Hex | B5 | ED | 9B | 18 | 0 | 23 | 7 | 65 | 45 | 4D |
| Octal | 265 | 355 | 233 | 30 | 0 | 43 | 7 | 145 | 105 | 115 |
| Binary | 10110101 | 11101101 | 10011011 | 11000 | 0 | 100011 | 111 | 1100101 | 1000101 | 1001101 |
Color Harmonies of #B5ED9B
Complementary color
Monochromatic Colors of #B5ED9B
Black with #B5ED9B
Text Example
Text Example
White with #B5ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED9B; }
p { color: rgb(181,237,155); }
H1.HeaderClassName
{
color: #B5ED9B;
}
.AnyTagClassName
{
color: #B5ED9B;
}
</style>
background-color css
<style>
a { background-color: #B5ED9B; }
a { background-color: rgb(181,237,155); }
div.DivClassName
{
background-color: #B5ED9B;
}
.BgClassName
{
background-color: #B5ED9B;
}
</style>
border-color css
<style>
span { border-color: #B5ED9B; }
span { border-color: rgb(181,237,155); }
td.TdClassName
{
border-color: #B5ED9B;
}
.TagClassName
{
border-color: #B5ED9B;
}
</style>