Shades of Madang #BAFDAA
Tints of Madang #BAFDAA
RGB
CMYK
RGB Variations
Color information
#BAFDAA (or 0xBAFDAA) is known color: Madang. HEX triplet: BA, FD and AA. RGB value is (186,253,170). Sum of RGB (Red+Green+Blue) = 186+253+170=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDAA is #450255. Grayscale: #DFDFDF. Windows color (decimal): -4522582 or 11206074. OLE color: 11206074.
HSL color Cylindrical-coordinate representation of color #BAFDAA: hue angle of 108.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAFDAA is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 170 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.01 |
| HSL | 108.43º | 0.95% | 0.83% | - |
| HSV(B) | 108.43º | 0.33% | 0.99% | - |
| XYZ | 62.63 | 83.59 | 50.86 | - |
| YUV | 223.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 170 | 0.26 | 0 | 0.33 | 0.01 | 108.43 | 0.95 | 0.83 |
| Hex | BA | FD | AA | 1A | 0 | 21 | 1 | 6C | 5F | 53 |
| Octal | 272 | 375 | 252 | 32 | 0 | 41 | 1 | 154 | 137 | 123 |
| Binary | 10111010 | 11111101 | 10101010 | 11010 | 0 | 100001 | 1 | 1101100 | 1011111 | 1010011 |
Color Harmonies of #BAFDAA
Complementary color
Monochromatic Colors of #BAFDAA
Black with #BAFDAA
Text Example
Text Example
White with #BAFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDAA; }
p { color: rgb(186,253,170); }
H1.HeaderClassName
{
color: #BAFDAA;
}
.AnyTagClassName
{
color: #BAFDAA;
}
</style>
background-color css
<style>
a { background-color: #BAFDAA; }
a { background-color: rgb(186,253,170); }
div.DivClassName
{
background-color: #BAFDAA;
}
.BgClassName
{
background-color: #BAFDAA;
}
</style>
border-color css
<style>
span { border-color: #BAFDAA; }
span { border-color: rgb(186,253,170); }
td.TdClassName
{
border-color: #BAFDAA;
}
.TagClassName
{
border-color: #BAFDAA;
}
</style>