Shades of Madang #B5EDA6
Tints of Madang #B5EDA6
RGB
CMYK
RGB Variations
Color information
#B5EDA6 (or 0xB5EDA6) is known color: Madang. HEX triplet: B5, ED and A6. RGB value is (181,237,166). Sum of RGB (Red+Green+Blue) = 181+237+166=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EDA6 is #4A1259. Grayscale: #D4D4D4. Windows color (decimal): -4854362 or 10939829. OLE color: 10939829.
HSL color Cylindrical-coordinate representation of color #B5EDA6: hue angle of 107.32º degrees, saturation: 0.66, 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 #B5EDA6 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 166 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.07 |
| HSL | 107.32º | 0.66% | 0.79% | - |
| HSV(B) | 107.32º | 0.3% | 0.93% | - |
| XYZ | 56.22 | 73.15 | 47.23 | - |
| YUV | 212.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 166 | 0.24 | 0 | 0.30 | 0.07 | 107.32 | 0.66 | 0.79 |
| Hex | B5 | ED | A6 | 18 | 0 | 1E | 7 | 6B | 42 | 4F |
| Octal | 265 | 355 | 246 | 30 | 0 | 36 | 7 | 153 | 102 | 117 |
| Binary | 10110101 | 11101101 | 10100110 | 11000 | 0 | 11110 | 111 | 1101011 | 1000010 | 1001111 |
Color Harmonies of #B5EDA6
Complementary color
Monochromatic Colors of #B5EDA6
Black with #B5EDA6
Text Example
Text Example
White with #B5EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDA6; }
p { color: rgb(181,237,166); }
H1.HeaderClassName
{
color: #B5EDA6;
}
.AnyTagClassName
{
color: #B5EDA6;
}
</style>
background-color css
<style>
a { background-color: #B5EDA6; }
a { background-color: rgb(181,237,166); }
div.DivClassName
{
background-color: #B5EDA6;
}
.BgClassName
{
background-color: #B5EDA6;
}
</style>
border-color css
<style>
span { border-color: #B5EDA6; }
span { border-color: rgb(181,237,166); }
td.TdClassName
{
border-color: #B5EDA6;
}
.TagClassName
{
border-color: #B5EDA6;
}
</style>