Shades of Madang #BAF397
Tints of Madang #BAF397
RGB
CMYK
RGB Variations
Color information
#BAF397 (or 0xBAF397) is known color: Madang. HEX triplet: BA, F3 and 97. RGB value is (186,243,151). Sum of RGB (Red+Green+Blue) = 186+243+151=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF397 is #450C68. Grayscale: #D7D7D7. Windows color (decimal): -4525161 or 9958330. OLE color: 9958330.
HSL color Cylindrical-coordinate representation of color #BAF397: hue angle of 97.17º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF397 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 151 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.05 |
| HSL | 97.17º | 0.79% | 0.77% | - |
| HSV(B) | 97.17º | 0.38% | 0.95% | - |
| XYZ | 57.89 | 76.77 | 41.05 | - |
| YUV | 215.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 151 | 0.23 | 0 | 0.38 | 0.05 | 97.17 | 0.79 | 0.77 |
| Hex | BA | F3 | 97 | 17 | 0 | 26 | 5 | 61 | 4F | 4D |
| Octal | 272 | 363 | 227 | 27 | 0 | 46 | 5 | 141 | 117 | 115 |
| Binary | 10111010 | 11110011 | 10010111 | 10111 | 0 | 100110 | 101 | 1100001 | 1001111 | 1001101 |
Color Harmonies of #BAF397
Complementary color
Monochromatic Colors of #BAF397
Black with #BAF397
Text Example
Text Example
White with #BAF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF397; }
p { color: rgb(186,243,151); }
H1.HeaderClassName
{
color: #BAF397;
}
.AnyTagClassName
{
color: #BAF397;
}
</style>
background-color css
<style>
a { background-color: #BAF397; }
a { background-color: rgb(186,243,151); }
div.DivClassName
{
background-color: #BAF397;
}
.BgClassName
{
background-color: #BAF397;
}
</style>
border-color css
<style>
span { border-color: #BAF397; }
span { border-color: rgb(186,243,151); }
td.TdClassName
{
border-color: #BAF397;
}
.TagClassName
{
border-color: #BAF397;
}
</style>