Shades of Madang #BAF29F
Tints of Madang #BAF29F
RGB
CMYK
RGB Variations
Color information
#BAF29F (or 0xBAF29F) is known color: Madang. HEX triplet: BA, F2 and 9F. RGB value is (186,242,159). Sum of RGB (Red+Green+Blue) = 186+242+159=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF29F is #450D60. Grayscale: #D8D8D8. Windows color (decimal): -4525409 or 10482362. OLE color: 10482362.
HSL color Cylindrical-coordinate representation of color #BAF29F: hue angle of 100.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAF29F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 159 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.05 |
| HSL | 100.48º | 0.76% | 0.79% | - |
| HSV(B) | 100.48º | 0.34% | 0.95% | - |
| XYZ | 58.26 | 76.45 | 44.49 | - |
| YUV | 215.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 159 | 0.23 | 0 | 0.34 | 0.05 | 100.48 | 0.76 | 0.79 |
| Hex | BA | F2 | 9F | 17 | 0 | 22 | 5 | 64 | 4C | 4F |
| Octal | 272 | 362 | 237 | 27 | 0 | 42 | 5 | 144 | 114 | 117 |
| Binary | 10111010 | 11110010 | 10011111 | 10111 | 0 | 100010 | 101 | 1100100 | 1001100 | 1001111 |
Color Harmonies of #BAF29F
Complementary color
Monochromatic Colors of #BAF29F
Black with #BAF29F
Text Example
Text Example
White with #BAF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF29F; }
p { color: rgb(186,242,159); }
H1.HeaderClassName
{
color: #BAF29F;
}
.AnyTagClassName
{
color: #BAF29F;
}
</style>
background-color css
<style>
a { background-color: #BAF29F; }
a { background-color: rgb(186,242,159); }
div.DivClassName
{
background-color: #BAF29F;
}
.BgClassName
{
background-color: #BAF29F;
}
</style>
border-color css
<style>
span { border-color: #BAF29F; }
span { border-color: rgb(186,242,159); }
td.TdClassName
{
border-color: #BAF29F;
}
.TagClassName
{
border-color: #BAF29F;
}
</style>