Shades of Madang #BAFE9D
Tints of Madang #BAFE9D
RGB
CMYK
RGB Variations
Color information
#BAFE9D (or 0xBAFE9D) is known color: Madang. HEX triplet: BA, FE and 9D. RGB value is (186,254,157). Sum of RGB (Red+Green+Blue) = 186+254+157=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE9D is #450162. Grayscale: #DEDEDE. Windows color (decimal): -4522339 or 10354362. OLE color: 10354362.
HSL color Cylindrical-coordinate representation of color #BAFE9D: hue angle of 102.06º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAFE9D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 157 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.00 |
| HSL | 102.06º | 0.98% | 0.81% | - |
| HSV(B) | 102.06º | 0.38% | 1% | - |
| XYZ | 61.78 | 83.76 | 44.81 | - |
| YUV | 222.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 157 | 0.27 | 0 | 0.38 | 0.00 | 102.06 | 0.98 | 0.81 |
| Hex | BA | FE | 9D | 1B | 0 | 26 | 0 | 66 | 62 | 51 |
| Octal | 272 | 376 | 235 | 33 | 0 | 46 | 0 | 146 | 142 | 121 |
| Binary | 10111010 | 11111110 | 10011101 | 11011 | 0 | 100110 | 0 | 1100110 | 1100010 | 1010001 |
Color Harmonies of #BAFE9D
Complementary color
Monochromatic Colors of #BAFE9D
Black with #BAFE9D
Text Example
Text Example
White with #BAFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE9D; }
p { color: rgb(186,254,157); }
H1.HeaderClassName
{
color: #BAFE9D;
}
.AnyTagClassName
{
color: #BAFE9D;
}
</style>
background-color css
<style>
a { background-color: #BAFE9D; }
a { background-color: rgb(186,254,157); }
div.DivClassName
{
background-color: #BAFE9D;
}
.BgClassName
{
background-color: #BAFE9D;
}
</style>
border-color css
<style>
span { border-color: #BAFE9D; }
span { border-color: rgb(186,254,157); }
td.TdClassName
{
border-color: #BAFE9D;
}
.TagClassName
{
border-color: #BAFE9D;
}
</style>