Shades of Madang #B0EDA5
Tints of Madang #B0EDA5
RGB
CMYK
RGB Variations
Color information
#B0EDA5 (or 0xB0EDA5) is known color: Madang. HEX triplet: B0, ED and A5. RGB value is (176,237,165). Sum of RGB (Red+Green+Blue) = 176+237+165=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EDA5 is #4F125A. Grayscale: #D2D2D2. Windows color (decimal): -5182043 or 10874288. OLE color: 10874288.
HSL color Cylindrical-coordinate representation of color #B0EDA5: hue angle of 110.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 165 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.07 |
| HSL | 110.83º | 0.67% | 0.79% | - |
| HSV(B) | 110.83º | 0.3% | 0.93% | - |
| XYZ | 54.98 | 72.52 | 46.7 | - |
| YUV | 210.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 165 | 0.26 | 0 | 0.30 | 0.07 | 110.83 | 0.67 | 0.79 |
| Hex | B0 | ED | A5 | 1A | 0 | 1E | 7 | 6F | 43 | 4F |
| Octal | 260 | 355 | 245 | 32 | 0 | 36 | 7 | 157 | 103 | 117 |
| Binary | 10110000 | 11101101 | 10100101 | 11010 | 0 | 11110 | 111 | 1101111 | 1000011 | 1001111 |
Color Harmonies of #B0EDA5
Complementary color
Monochromatic Colors of #B0EDA5
Black with #B0EDA5
Text Example
Text Example
White with #B0EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDA5; }
p { color: rgb(176,237,165); }
H1.HeaderClassName
{
color: #B0EDA5;
}
.AnyTagClassName
{
color: #B0EDA5;
}
</style>
background-color css
<style>
a { background-color: #B0EDA5; }
a { background-color: rgb(176,237,165); }
div.DivClassName
{
background-color: #B0EDA5;
}
.BgClassName
{
background-color: #B0EDA5;
}
</style>
border-color css
<style>
span { border-color: #B0EDA5; }
span { border-color: rgb(176,237,165); }
td.TdClassName
{
border-color: #B0EDA5;
}
.TagClassName
{
border-color: #B0EDA5;
}
</style>