Shades of Madang #BAFE9E
Tints of Madang #BAFE9E
RGB
CMYK
RGB Variations
Color information
#BAFE9E (or 0xBAFE9E) is known color: Madang. HEX triplet: BA, FE and 9E. RGB value is (186,254,158). Sum of RGB (Red+Green+Blue) = 186+254+158=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE9E is #450161. Grayscale: #DFDFDF. Windows color (decimal): -4522338 or 10419898. OLE color: 10419898.
HSL color Cylindrical-coordinate representation of color #BAFE9E: hue angle of 102.5º 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 #BAFE9E is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 158 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.00 |
| HSL | 102.5º | 0.98% | 0.81% | - |
| HSV(B) | 102.5º | 0.38% | 1% | - |
| XYZ | 61.86 | 83.79 | 45.26 | - |
| YUV | 222.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 158 | 0.27 | 0 | 0.38 | 0.00 | 102.5 | 0.98 | 0.81 |
| Hex | BA | FE | 9E | 1B | 0 | 26 | 0 | 66 | 62 | 51 |
| Octal | 272 | 376 | 236 | 33 | 0 | 46 | 0 | 146 | 142 | 121 |
| Binary | 10111010 | 11111110 | 10011110 | 11011 | 0 | 100110 | 0 | 1100110 | 1100010 | 1010001 |
Color Harmonies of #BAFE9E
Complementary color
Monochromatic Colors of #BAFE9E
Black with #BAFE9E
Text Example
Text Example
White with #BAFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE9E; }
p { color: rgb(186,254,158); }
H1.HeaderClassName
{
color: #BAFE9E;
}
.AnyTagClassName
{
color: #BAFE9E;
}
</style>
background-color css
<style>
a { background-color: #BAFE9E; }
a { background-color: rgb(186,254,158); }
div.DivClassName
{
background-color: #BAFE9E;
}
.BgClassName
{
background-color: #BAFE9E;
}
</style>
border-color css
<style>
span { border-color: #BAFE9E; }
span { border-color: rgb(186,254,158); }
td.TdClassName
{
border-color: #BAFE9E;
}
.TagClassName
{
border-color: #BAFE9E;
}
</style>