Shades of Madang #BDF7A0
Tints of Madang #BDF7A0
RGB
CMYK
RGB Variations
Color information
#BDF7A0 (or 0xBDF7A0) is known color: Madang. HEX triplet: BD, F7 and A0. RGB value is (189,247,160). Sum of RGB (Red+Green+Blue) = 189+247+160=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7A0 is #42085F. Grayscale: #DCDCDC. Windows color (decimal): -4327520 or 10549181. OLE color: 10549181.
HSL color Cylindrical-coordinate representation of color #BDF7A0: hue angle of 100º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF7A0 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 160 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.03 |
| HSL | 100º | 0.84% | 0.8% | - |
| HSV(B) | 100º | 0.35% | 0.97% | - |
| XYZ | 60.59 | 79.88 | 45.48 | - |
| YUV | 219.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 160 | 0.23 | 0 | 0.35 | 0.03 | 100 | 0.84 | 0.8 |
| Hex | BD | F7 | A0 | 17 | 0 | 23 | 3 | 64 | 54 | 50 |
| Octal | 275 | 367 | 240 | 27 | 0 | 43 | 3 | 144 | 124 | 120 |
| Binary | 10111101 | 11110111 | 10100000 | 10111 | 0 | 100011 | 11 | 1100100 | 1010100 | 1010000 |
Color Harmonies of #BDF7A0
Complementary color
Monochromatic Colors of #BDF7A0
Black with #BDF7A0
Text Example
Text Example
White with #BDF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7A0; }
p { color: rgb(189,247,160); }
H1.HeaderClassName
{
color: #BDF7A0;
}
.AnyTagClassName
{
color: #BDF7A0;
}
</style>
background-color css
<style>
a { background-color: #BDF7A0; }
a { background-color: rgb(189,247,160); }
div.DivClassName
{
background-color: #BDF7A0;
}
.BgClassName
{
background-color: #BDF7A0;
}
</style>
border-color css
<style>
span { border-color: #BDF7A0; }
span { border-color: rgb(189,247,160); }
td.TdClassName
{
border-color: #BDF7A0;
}
.TagClassName
{
border-color: #BDF7A0;
}
</style>