Shades of Madang #B7EDA5
Tints of Madang #B7EDA5
RGB
CMYK
RGB Variations
Color information
#B7EDA5 (or 0xB7EDA5) is known color: Madang. HEX triplet: B7, ED and A5. RGB value is (183,237,165). Sum of RGB (Red+Green+Blue) = 183+237+165=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7EDA5 is #48125A. Grayscale: #D4D4D4. Windows color (decimal): -4723291 or 10874295. OLE color: 10874295.
HSL color Cylindrical-coordinate representation of color #B7EDA5: hue angle of 105º 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 #B7EDA5 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 165 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.07 |
| HSL | 105º | 0.67% | 0.79% | - |
| HSV(B) | 105º | 0.3% | 0.93% | - |
| XYZ | 56.6 | 73.35 | 46.77 | - |
| YUV | 212.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 165 | 0.23 | 0 | 0.30 | 0.07 | 105 | 0.67 | 0.79 |
| Hex | B7 | ED | A5 | 17 | 0 | 1E | 7 | 69 | 43 | 4F |
| Octal | 267 | 355 | 245 | 27 | 0 | 36 | 7 | 151 | 103 | 117 |
| Binary | 10110111 | 11101101 | 10100101 | 10111 | 0 | 11110 | 111 | 1101001 | 1000011 | 1001111 |
Color Harmonies of #B7EDA5
Complementary color
Monochromatic Colors of #B7EDA5
Black with #B7EDA5
Text Example
Text Example
White with #B7EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDA5; }
p { color: rgb(183,237,165); }
H1.HeaderClassName
{
color: #B7EDA5;
}
.AnyTagClassName
{
color: #B7EDA5;
}
</style>
background-color css
<style>
a { background-color: #B7EDA5; }
a { background-color: rgb(183,237,165); }
div.DivClassName
{
background-color: #B7EDA5;
}
.BgClassName
{
background-color: #B7EDA5;
}
</style>
border-color css
<style>
span { border-color: #B7EDA5; }
span { border-color: rgb(183,237,165); }
td.TdClassName
{
border-color: #B7EDA5;
}
.TagClassName
{
border-color: #B7EDA5;
}
</style>