Shades of Madang #BAFDA0
Tints of Madang #BAFDA0
RGB
CMYK
RGB Variations
Color information
#BAFDA0 (or 0xBAFDA0) is known color: Madang. HEX triplet: BA, FD and A0. RGB value is (186,253,160). Sum of RGB (Red+Green+Blue) = 186+253+160=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA0 is #45025F. Grayscale: #DEDEDE. Windows color (decimal): -4522592 or 10550714. OLE color: 10550714.
HSL color Cylindrical-coordinate representation of color #BAFDA0: hue angle of 103.23º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAFDA0 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 160 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.01 |
| HSL | 103.23º | 0.96% | 0.81% | - |
| HSV(B) | 103.23º | 0.37% | 0.99% | - |
| XYZ | 61.72 | 83.23 | 46.07 | - |
| YUV | 222.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 160 | 0.26 | 0 | 0.37 | 0.01 | 103.23 | 0.96 | 0.81 |
| Hex | BA | FD | A0 | 1A | 0 | 25 | 1 | 67 | 60 | 51 |
| Octal | 272 | 375 | 240 | 32 | 0 | 45 | 1 | 147 | 140 | 121 |
| Binary | 10111010 | 11111101 | 10100000 | 11010 | 0 | 100101 | 1 | 1100111 | 1100000 | 1010001 |
Color Harmonies of #BAFDA0
Complementary color
Monochromatic Colors of #BAFDA0
Black with #BAFDA0
Text Example
Text Example
White with #BAFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDA0; }
p { color: rgb(186,253,160); }
H1.HeaderClassName
{
color: #BAFDA0;
}
.AnyTagClassName
{
color: #BAFDA0;
}
</style>
background-color css
<style>
a { background-color: #BAFDA0; }
a { background-color: rgb(186,253,160); }
div.DivClassName
{
background-color: #BAFDA0;
}
.BgClassName
{
background-color: #BAFDA0;
}
</style>
border-color css
<style>
span { border-color: #BAFDA0; }
span { border-color: rgb(186,253,160); }
td.TdClassName
{
border-color: #BAFDA0;
}
.TagClassName
{
border-color: #BAFDA0;
}
</style>