Shades of Madang #BAF59E
Tints of Madang #BAF59E
RGB
CMYK
RGB Variations
Color information
#BAF59E (or 0xBAF59E) is known color: Madang. HEX triplet: BA, F5 and 9E. RGB value is (186,245,158). Sum of RGB (Red+Green+Blue) = 186+245+158=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF59E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF59E is #450A61. Grayscale: #D9D9D9. Windows color (decimal): -4524642 or 10417594. OLE color: 10417594.
HSL color Cylindrical-coordinate representation of color #BAF59E: hue angle of 100.69º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF59E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 158 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.04 |
| HSL | 100.69º | 0.81% | 0.79% | - |
| HSV(B) | 100.69º | 0.36% | 0.96% | - |
| XYZ | 59.07 | 78.21 | 44.33 | - |
| YUV | 217.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 158 | 0.24 | 0 | 0.36 | 0.04 | 100.69 | 0.81 | 0.79 |
| Hex | BA | F5 | 9E | 18 | 0 | 24 | 4 | 65 | 51 | 4F |
| Octal | 272 | 365 | 236 | 30 | 0 | 44 | 4 | 145 | 121 | 117 |
| Binary | 10111010 | 11110101 | 10011110 | 11000 | 0 | 100100 | 100 | 1100101 | 1010001 | 1001111 |
Color Harmonies of #BAF59E
Complementary color
Monochromatic Colors of #BAF59E
Black with #BAF59E
Text Example
Text Example
White with #BAF59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF59E; }
p { color: rgb(186,245,158); }
H1.HeaderClassName
{
color: #BAF59E;
}
.AnyTagClassName
{
color: #BAF59E;
}
</style>
background-color css
<style>
a { background-color: #BAF59E; }
a { background-color: rgb(186,245,158); }
div.DivClassName
{
background-color: #BAF59E;
}
.BgClassName
{
background-color: #BAF59E;
}
</style>
border-color css
<style>
span { border-color: #BAF59E; }
span { border-color: rgb(186,245,158); }
td.TdClassName
{
border-color: #BAF59E;
}
.TagClassName
{
border-color: #BAF59E;
}
</style>